website update 2
- the site’s layout was completely overhauled, see for yourself
- there’s fancy, new, CSS only ‘slider’ on the bookmarks page
- added a table of contents to the rolling blog page
- added a light and a dark theme throught CSS, how to enable dark mode in Chromium
- fixed RSS’ date attribute on posts
- broke RSS - old posts may appear as new
- website’s RSS will be moved to here
- the ‘link’ buttons on the blog page now takes you to the article’s title
- the posts are now written in markdown and then converted with pandoc to HTML so you can read them in plain markdown under /files/markdown/posts/POST-NAME, here’s this post If you really want, you can even read them in PDF, assuming pandoc and zathura are installed:
pandoc -o - --to pdf --from markdown https://jacadzaca.github.io/files/markdown/posts/website_update_2.md | zathura -
- reworded the dark mode article
- there’s a donation page now
Criticism or ideas are welcome.