blog

Initial setup

git clone $REPO
git submodule add git@github.com:kahnwong/hugo-PaperMod.git themes/PaperMod #using theme from karnwong
git submodule update --init --recursive

Update theme

git submodule foreach git pull origin master

Create a new post

./create-post.sh -n $TITLE -t $TAG

# with images
./create-post.sh -n $TITLE -t $TAG -i true