summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeLines
* content/3: Delete final full stopWolfgang Müller2021-06-15-1/+1
| | | | This invocation might otherwise be confused with 'git branch -D .'
* sass: Specify font family for <code>Wolfgang Müller2021-06-13-2/+1
| | | | | | Currently, --font-mono is only applied to <pre> blocks, leaving <code> unstyled. Since <pre> blocks will end up containing <code>, set the font family on <code> instead.
* content: Add new post: "Patch workflows and git branch -d"Wolfgang Müller2021-06-13-0/+31
|
* sass: Add some padding to <code>Wolfgang Müller2021-06-13-0/+1
| | | | | Due to the density of the fonts used, <code> blocks tend to be too close to the normal text. Add some padding to mitigate.
* sass: Use lighter color for --fg-href in dark modeWolfgang Müller2021-06-13-1/+1
|
* content/2: Simplify wordingWolfgang Müller2021-06-12-4/+4
|
* templates: Set mute class on banner's <h2>Wolfgang Müller2021-06-12-2/+1
| | | | This way we do not have to specify the color in its selector.
* Put post titles in the bannerWolfgang Müller2021-06-12-5/+12
| | | | | | | | | | | Post titles are currently only visible in the feed, or on the post page itself. Since people may remember posts by their titles rather than their number, display the titles on each post's banner as well for easier searching. This means we can now get rid of the extra item in the post page's description. A neat side effect is that we now have a header element for each <article>, making W3C a bit happier.
* content: Add new post: "Did you mean to go to..."Wolfgang Müller2021-06-12-0/+31
|
* Initial commitWolfgang Müller2021-06-12-0/+811