5 Commits (master)

Author SHA1 Message Date
Emil Miler 62eec7be80 Change content structure
In order to be able to create simple pages, the structure has been
redesigned. All blog posts are in their separate section.

The sacrifice for this is that pagination of posts does not work on
index. This could have been fixed with `transparent=true` in the posts
section, but index would then paginate all other pages as well (for
instance about.md) and include them with the other posts.

A new macro `posts_latest` has been implemented to print last n posts as
specified in `config.toml`.
3 years ago
Emil Miler fc249504d1 Display categories and tags in menu 3 years ago
Emil Miler 37cf878c32 Genereate menu from config 3 years ago
Emil Miler 027068df6b Basic index template 3 years ago
Emil Miler 20ae445a3c Zola init 3 years ago