DS portfolio websites + blog made easily in Hugo
- Install hugo
brew install hugo
- Init & update submodules
git submodule init && git submodule update
This repo uses typos for typo checks to run locally:
# check typos in content folder
typos ./ds-with-mac/content/
# correct typos in folder
typos ./ds-with-mac/content/ -w
# create new post
hugo new posts/<name>/index.md
# server website locally
hugo server