Hugo Versioning and PaperMod Submodule
If it’s not broken, don’t fix it. DON’T. But if it ever (unfortunately) happens, here’s how to manage Papermod version control, compatible with hugo version: Structure of Hugo Papermod Website Papermod is the theme powered by Hugo. Usually, I maintain the website locally: arianas_blog_local_repository ├── archetypes ├── assets ├── config.yml ├── content ├── convert_links.sh ├── layouts └── shortcodes ├── audio.html └── video.html ...... ├── layouts_new ├── public ├── READMD.md ├── remove_tags.sh ├── resources ├── static └── themes └── PaperMod Here’s what each file work: ...