Aragon ZK Research blog.
- Do not commit to
main
branch, always use a branch and do a PR tomain
later on. - To add a new post (for example called "newpost"):
- Add the files
newpost.md
andnewpost_thumb.md
to the./blogo-input/posts
directory - 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 -d
to 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.