This repo is used to generate the files that will be served on https://blog.questbook.xyz
Clone this repo recursively using :
git clone --recurse-submodules git@github.com:questbook/blog.git
Install Hugo. You can follow instructions here
From the root blog/
run
hugo new posts/title-of-your-blog.md
edit the file
vim content/posts/title-of-your-blog.md
edit content/posts/title-of-your-blog.md
replace
draft: true
with draft: false
in the folder blog/
hugo
From blog/
git add .
git commit -m "added new blog title-of-your-blog"
git push
GH Actions will take care of the rest for you.
After ~2min check https://blog.questbook.xyz