PsiACE.ME is powered by zola with the terminimal theme.
Please feel free to add/modify entries by opening a PR. You can refer to the previous posts for the format.
If you have any suggestions or ideas, please feel free to open an issue.
Before you start, please pre-install zola, refer to Installation | Zola.
# sync theme
git submodule update --init --recursive
# build & serve
zola serve
Or you can use --drafts
option to include drafts when loading the site. (i.e. run zola serve --drafts
)