Just a spot to publish our status.
- Run:
brew install hugo - Clone this repo
- Run:
hugo - Run
cd public - Clone this repo again...
- Run
mv status/.git . - Run
rm -rf status - Run
git checkout gh-pages
- Make new post
hugo new post/name-of-md-file.md - Edit markdown file & remove
draft = truefrom file - Once you're set run
hugo server& verify you get what you're expecting - Inside the public folder run
git status& commit & push changes