Web
Web
Static site generators
- Awesome static site generators
- Bookdown : Write HTML, PDF, ePub, and Kindle books with R Markdown. Written in
R. - Quarto: an open-source scientific and technical publishing system built on Pandoc.
- 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.
Rust-based
- mdBook : Create book from markdown files. Like Gitbook but written in
Rust. See also GitHub actions for mdbook. - zola : A fast static site generator in a single Rust binary with everything built-in. See also the GitHub actions for Zola.
Python-based
- Jupyter book : Building beautiful, publication-quality books and documents from jupyter notebooks.
- Nikola : Static Site Generator written in Python.
Julia-based
- Franklin.jl : Static site generation with live Julia code evaluation. Examples.
- PkgPage.jl : Creating (package) front-pages, powered by
Franklin.jl. - StaticWebPages.jl : Create academics and personal CV web-pages.
- PlutoStaticHTML.jl : Convert Pluto notebooks to pure HTML files
Hosting Web sites
Last updated on