Minimalist and Fancy Hugo Papermod Front Page
Here’s how to make Hugo PaperMod landing page (the main page) minimalistic, yet fancy. Inspired by Apple Tahoe OS’s liquid glass aesthetic, on top of PaperMod’s minimalistic design, I added (i) round corner for blog post boxes and (ii) interactive color change. In Hugo, aesthetic configs (e.g. page margins, text box colors) are ultimately controlled by CSS. Even better, PaperMod already has a built-in way to add custom CSS without touching the theme files: any CSS one put in assets/css/extended/*.css in the project gets bundled automatically. So, just create one assets/css/extended/margins.css and paste the following CSS configurations (or, DIY yourself): ...