Skip to content

jstoppa/jstoppa.com

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published