Hacker News new | ask | show | jobs
by throwaway0x77 2361 days ago
When comes to static site, I found that MkDocs[1] is easier to use. I like when I use it with Material theme[2].

[1]: https://www.mkdocs.org/ [2]: https://squidfunk.github.io/mkdocs-material/

1 comments

MkDocs is great for what it was built for, documentation. I also use the Material theme myself.

For a blog though, it would be a terrible format. They meet very different use cases.