- Notes by Emacs package Org Roam https://github.com/org-roam/org-roam
- production: https://kijimad.github.io/roam/
- staging: https://roam-staging.herokuapp.com/
- monitor: https://kijimad.github.io/roam_upptime/
make org2html
make server
(optional) copy files
docker run --detach --name release ghcr.io/kijimad/roam_release:latest && \
docker cp release:/roam/public . && \
sudo chown -R $USER:$USER ./public
settings for conventional commit
git config --local core.hooksPath .githooks
git config --local commit.template .githooks/commit_msg.txt