Welcome to Sion's (My) personal blog.
- Git (for submodules)
- Hugo
Create a new branch. Thanks to this article the project now has a preview mode that will run against a PR.
Pull the submodules
git submodule update --init
To update the submodules.
git submodule update --remote --merge
Make sure my fork is up to date!
Add some content:
hugo new "posts/$(date +"%Y-%m-%d")-my-first-post.md"
Preview with live reloading:
hugo server -D -F
To build a static version of the website inside the /public
folder, run:
hugo -D