cd ChrisCodes
hugo new --kind post content/posts/<name>.md
hugo server
cd ChrisCodes/
hugo -t PaperMod
(after building static files)
cd ChrisCodes/public
git add .
git commit -m "message"
git push
For theme info go to: PaperMod
cd ChrisCodes
hugo new --kind post content/posts/<name>.md
hugo server
cd ChrisCodes/
hugo -t PaperMod
(after building static files)
cd ChrisCodes/public
git add .
git commit -m "message"
git push
For theme info go to: PaperMod