| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-05-18 | css: add a scroll bar if the content overflows | Franck Cuny | 1 | -1/+1 | |
| 2021-04-22 | layout: add a navbar | Franck Cuny | 1 | -1/+40 | |
| 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 | css: switch to sans-serif; add tables; other tweaks | Franck Cuny | 1 | -5/+28 | |
| 2021-04-11 | css: remove extra white space | Franck Cuny | 1 | -1/+1 | |
| 2021-04-11 | css: change font to roboto slab | Franck Cuny | 1 | -5/+5 | |
| 2021-04-06 | layout: add date and tags to single pages | Franck Cuny | 1 | -0/+16 | |
| We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements. | |||||
| 2021-04-06 | css: update style for links and headers | Franck Cuny | 1 | -4/+8 | |
| Indent properly the CSS | |||||
| 2021-04-06 | css: set background color for code block | Franck Cuny | 1 | -5/+9 | |
| Indent properly the CSS for the `pre` tag. | |||||
| 2021-04-06 | css: change the default font | Franck Cuny | 1 | -5/+5 | |
