development repository for : http://toplap.jp/
make server
then view browser at port 8080.
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 and doc/ directory.
git add -A
git commit -m "added new post"
then push to main
branch
doc/
directory will open at github pages.