| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-06-20 | hugo: don't enable git info | Franck Cuny | 1 | -1/+1 | |
| The docker image used by fly.io to deploy a static website with hugo does not come with git, which prevents us to use the option `enableGitInfo`. This is not critical for now, so let's disable it so we can deploy. | |||||
| 2021-04-22 | layout: add a navbar | Franck Cuny | 1 | -2/+16 | |
| I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar. | |||||
| 2021-04-13 | toml: re-configure markup | Franck Cuny | 1 | -1/+18 | |
| 2021-04-11 | taxonomy: add pages for tags | Franck Cuny | 1 | -20/+12 | |
| We want to have pages that list all the articles related to a given tag. Update the configuration to add support for tags and the permalink structure. | |||||
