You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -964,9 +964,13 @@ I don't think it'll includes a sitemap file.
964
964
965
965
_Docsify_ is a Single-Page Application library. It is **not** a static-site generator (though, hopefully this will change when Docsify version 5 comes out).
966
966
967
-
_Jekyll_ and _Hugo_ are excellent options forstatic site generators. They can use themes suited to documentation and they can build off of a _docs_ directory. See more info in my [Jekyll Resources](https://michaelcurrin.github.io/dev-resources/resources/jekyll/). If you are interested in a Jekyll template that is built around presenting a docs site, see [jekyll-gh-actions-quickstart](https://github.com/MichaelCurrin/jekyll-gh-actions-quickstart).
967
+
If you are into Rust, check out [mdBook](https://rust-lang.github.io/mdBook/) to generate an online book from Markdown. It works great as a docs site generator.
968
968
969
-
Jekyll and Uho are just tools to build a site. What is appropriate depends on your use-case, how much you need to customized the site and how much effort you want to spend on installing/running/maintaining the project.
969
+
_Jekyll_ and _Hugo_ are excellent options forstatic site generators, not just for docs sites. They can use themes suited to documentation and they can build off of a _docs_ directory. See more info in my [Jekyll Resources](https://michaelcurrin.github.io/dev-resources/resources/jekyll/).
970
+
971
+
If you are interested in a Jekyll template that is built around presenting a docs site specifcally, see [jekyll-gh-actions-quickstart](https://github.com/MichaelCurrin/jekyll-gh-actions-quickstart).
972
+
973
+
These are just tools to build a site. What is appropriate depends on your use-case, how much you need to customized the site and how much effort you want to spend on installing/running/maintaining the project.
970
974
971
975
I find _Docsify_ light to add to a project and to use fornewprojects. So it is a great fit for me.
0 commit comments