development repository for : https://tksupercollider.github.io/
make build
make post
And edit src/posts/<yaer-month-date>.md
. This markdown file convert to html when page rendering.
then build as production:
yarn run production
then: commit new app.js / .md etc.
git add -A
git commit -m "added new post"
then push to main
branch
yarn run deploy