IMPORTANT: The original version of this doc is in the source branch. Edit that
one instead and changes will be copied over using the publish.sh command.
- After cloning, pull the theme (
git submodule update --init --recursive) - Install Hugo
- Checkout
sourcebranch (git checkout source) - Mount
masteron/public(git worktree add -B master public origin/master) - Create a post (
hugo new content/post/new-post.md) - When ready, publish the post (
./publish.sh) - Don't forget to publish the source too! (
git commitandgit push)