Use python and nodejs.
python: pip install -r requirements.txt.
node: npm i.
And, run watchdog to build JS.
python chore.py watch
Done.
python chore.py new my-article
vim YYYY/MM/DD/my-article
Now edit.
python chore.py build
Then, updated tagging.yml and articles/index.txt.
(Don't forget publish flag of article yaml file to true if wanted to publish.)
python -m http.server
Published:sushi: