This website is generated with Asha the static site generator.
- write an article
- add the article with
asha add article techblog ./techblog/YYYY-MM-DD_hoge.md
- generate HTML files with
asha publish ./docs
- check the article generated as HTML
- commit the article
- switch branch with
git switch public
- publish the article with
./publish.sh
- push the article with
git push origin public