Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 795 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 795 Bytes

PsiACE.ME

PsiACE.ME is powered by zola with the terminimal theme.

Editor Related

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.

Preview Locally

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)