Commit graph

8 commits

Author SHA1 Message Date
c47 e941f9149c
Fix heading links
The previous commit introduced a change that turned blog post headings
into clickable links, but accidentally put it to the wrong place and
a CSS problem occured.

This fixes it.
2024-03-04 20:51:30 +01:00
c47 99b7b8ef95
Make h2 headings of blog posts on list pages links
The theme doesn't return really clickable links. Access with
non-graphical web browser was not possible. This commit brings the
needed changes to fix this.
2024-03-03 20:22:50 +01:00
c47 f5f6231a6f
Change primary color of the light theme
Contrast was too high, so I added an additional stylesheet to override
then css variable.
2024-03-03 11:18:33 +01:00
c47 6eaf8b49a9
Change h1 "Blog" to "Blog posts" 2024-03-03 08:14:39 +01:00
c47 7cbe62f2f4
Add link to RSS feed as icon next to heading
Added an svg icon next to the "Blog" heading on list page(s) to the blog
namespace and removed the "RSS" link from the main menu.
2024-03-03 08:04:21 +01:00
c47 a5be00d486
Enable RSS feed for blog section only
Disabled RSS globally and enabled it for the /blog/ namespace.
2024-03-02 22:02:50 +01:00
c47 1e3c8ac652
Enable dark/light theme toggle 2024-03-02 14:16:30 +01:00
c47 4b8c00132a
Switch back to hugo site 2024-02-28 06:36:56 +01:00