hugo PaperMod Mod
1.0.0
A bunch of stylesheets that modify the look of Hugo PaperMod theme. Includes thumbnails and sidebar table of contents.
The thumbnail.css file, uses CSS Grid layout to change the position of cover images in post entries. It is adaptive and changes the layout if the width of the page is not sufficient as outlined in the video below.
The sidetoc.css file, uses CSS Grid layout to change the position of ToC to the side in single posts. It sets the position to sticky
so that the ToC stays on the page while scrolling.
custom.css
Simply copy the CSS files that you want from this repository to the assets/css/extended
folder of your Hugo project.