Let’s talk about the Future of Jamstack — Join us

underblog

106 stars
14 forks
6 issues
Home page
https://github.com/freetonik/underblog/
Repository
freetonik/underblog
Twitter
@freetonik
Language:
Go
License:
MIT
Templates:
Go

An extremely simple, fast static blog generator.

You only need 4 things:

  1. index.html template for blog's index page.
  2. post.html template for single post.
  3. css/styles.css for CSS styles.
  4. markdown folder.

There is no front-matter. Date and slug are derived from the filename. Title is derived from the first line of markdown file. Make sure the first line starts with #.

Find more static site generators.