Skip to content

iamdexterpark/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blog

Hugo code base for https://iamdexterpark.github.io

All commands are meant to run under the blog directory.

Add a new page

hugo new pages/about.md

Add a new post

hugo new posts/my-first-post.md

Verify changes locally

hugo server

Save website

hugo -t PaperMod
git add .
git commit -m "commit message"
git push origin main

# Update submodule pointing towards site repo
cd public
git add .
git commit -m "commit message"
git push origin main

Releases

No releases published

Packages

No packages published