A template to write and read diary using bash, git, (neo)vim and hugo.
Fork this repo to get started.
Use write CLI for wring. Check help page for more details on usage.
./write --helphugo serverSetup this repo as upstream remote (needed one time).
git remote add upstream https://github.com/njkevlani/diary-templateTo fetch the latest changes added to the template, use the following steps.
git fetch upstream
git merge upstream/mainNote
Not necessary, but highly recommended that you use https://github.com/AGWA/git-crypt to encrypt the content of your diary.
Steps to setup encryption are:
git-crypt init
git-crypt add-gpg-user <email-for-gpg>Check out git-crypt repo for other ways to encrypt repo.
- Make mood a generic rating layout.
- [P3] Use layout/all.html
- [P3] Use css from common project.