- Clone this repo by running
git clone --recurse-submodules [email protected]:vocodedev/vocodedev.github.io.git. - Install Hugo and run
hugo serverto start a local server.
Add a new blog post by running hugo new content/post/BLOG_POST_NAME.md. This will create a new markdown file in the content/post directory. Edit the file to add your blog post content. Don't forget to set the draft flag to false when you're ready to publish.