I am learning what I can do with mynt through the usual process of scratching itches. So far: theme, first page number of posts, date format, an all tags page.
Modified Theme
Rather than get my head around designing my own theme I modified the default theme by adding a link to my own CSS in /_templates/page.header.html
after the default CSS links.
Number of Posts on First Page
post_limit: 7
in config.yaml
.
Date Format
Added date_format: '%Y, %B, %d, %A'
in config.yaml
.
All Tags
This took me a little while as I am new to mynt and jinja.
- Directory
/alltags/
. index.html
in/alltags/
.
It works but in truth, I’m not really sure what I’m doing;-)