- Clone this repo by running
git clone --recurse-submodules git@github.com:vocodedev/vocodedev.github.io.git
. - Install Hugo and run
hugo server
to 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.