Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move images/ -> static/ | EuAndreh | 2020-12-19 | 1 | -1/+1 |
| | |||||
* | Replace spaces by dashes in categories ids and links | EuAndreh | 2020-11-15 | 1 | -2/+2 |
| | |||||
* | Include link to categories feeds on categories pages | EuAndreh | 2020-11-14 | 1 | -1/+5 |
| | |||||
* | Use "eu_categories" frontmatter attribute | EuAndreh | 2020-11-14 | 1 | -15/+15 |
| | | | | | | | | | Jekyll treats names like "category" and "categories" differently, so I chose to name it "eu_categories" in order to avoid inheriting the special treatment, and have full control of what a category means and how it behaves. The _includes/category.html was changed to reflect that, with an extra coupled change that makes it not specific to articles, but any collection type. | ||||
* | _includes/categories.html: Allow articles with multiple comma-separated ↵ | EuAndreh | 2020-11-08 | 1 | -6/+12 |
| | | | | categories | ||||
* | Add basic categories page support | EuAndreh | 2020-10-10 | 1 | -0/+30 |