Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1001 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 1001 Bytes

Juan Stoppa's personal blog

Deployment steps

  1. Deploy changes to the blog
git push --mirror https://github.com/jstoppa/jstoppa.com.git
  1. Open the jstoppa.com repo locally and clean it by running the rebase.bat script

Run blog locally

  1. Install hugo locally (if it's not already installed)
winget install Hugo.Hugo.Extended
  1. Execute the following command
hugo serve

Upgrade PaperMod

  1. Delete themes/PaperMod
  2. Check in changes
  3. 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\
  1. Start the submodule
git submodule update --init --recursive

Blog powered by Hugo using hugo-PaperMod theme.