Skip to content

Static site generator

Docsify

Docsify renders Markdown files to HTML on-the-fly. Technically docsify is a single page application (SPA) rather than a static site generator (SSG).

Docsify themes

Rust-based

Python-based

  • Jupyter book : Building beautiful, publication-quality books and documents from jupyter notebooks.
  • MkDocs : MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. The most famous theme is the MkDocs Material theme. Template made by me.
  • Nikola : Static Site Generator written in Python.

Julia

Misc

  • Bookdown : Write HTML, PDF, ePub, and Kindle books with R Markdown. Written in R.
  • Jekyll : The default SSG for GitHub pages. Written in Ruby.
  • Publii : A content management system (CMS) for creating static websites fast and hassle-free, even for beginners.
  • Quarto: an open-source scientific and technical publishing system built on Pandoc.

Comments