Aragon ZK Research blog.
- Do not commit to
mainbranch, always use a branch and do a PR tomainlater on. - To add a new post (for example called "newpost"):
- Add the files
newpost.mdandnewpost_thumb.mdto the./blogo-input/postsdirectory - Add a new entry to /blogo-input/blogo.json for your blog post
- Add the files
When changes land to the main branch, the GitHubAction will automatically generate the html files and push them in a new commit.
- Install
blogo(bin files can be found here) - Use
blogo -dto locally serve the generated blog site- This will re-generate the html files each time that a input file is modified, and will serve the html generated site at
http://127.0.0.1:8080.
- This will re-generate the html files each time that a input file is modified, and will serve the html generated site at
Generated files ready to be served are output to the docs directory.