From 06198fdc7d70975e164157ae418958aabf140f44 Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 16 May 2022 20:16:48 +0800 Subject: [PATCH] Nav, CSS, Content(index): Add favicon, better homepage and nav title Basically all the changes involving my profile pics - Favicon: 32x32 2-colors version - Both SVG and PNG provided - Nav home link: Now having the icon next to the name - Configurable in config.toml (see its comment) - For homepage: the home link is Site.title - For other pages: icon next to name - Index page h1: No more big ugly pfp, now inline - Using shortcodes with corresponding partials ln'ed to them - CSS for the nav thing - Right now when user hovers on the home link, the portion has a background color. I tried to not select it but apparently failed. Desired behaviour: it should only have the hover effect if the home link does not have the image (which is the case for all pages other than index page, as described in second list item above). Current behaviour: A useless CSS selector change that did not alter the site's behaviour in any way whatsoever. Don't mind me, I'm horrible at comitting things for this repo - I tend to like to make a lot of changes in one go and commit using `git apply -p`. I also litter a lot of comments in the CSS, which apparently increases the size of the inline