Juan Stoppa's personal blog
- Deploy changes to the blog
git push --mirror https://github.com/jstoppa/jstoppa.com.git
- Open the jstoppa.com repo locally and clean it by running the rebase.bat script
- Install hugo locally (if it's not already installed)
winget install Hugo.Hugo.Extended
- Execute the following command
hugo serve
- Delete themes/PaperMod
- Check in changes
- Add ParerMode submodule
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
NOTE: if you get an error that the module already exist, run this command
git rm --cached .\themes\PaperMod\
- Start the submodule
git submodule update --init --recursive
Blog powered by Hugo using hugo-PaperMod theme.