The no setup, no config static site generator for documentation.
Is it customizable?
Not really at least not for now
It is pretty?
I did my best
Is it reliable?
I hope so
brew install javif89/javif89/docit
DocIt just needs a folder with markdown files. We'll do the rest.
docit build -i ./docs -o ./build -t "My documentation"
And that's it. You should now have a static site in ./build
The docs for docit were buit with docit. That way you can have an idea of what your own site will look like.