branches

  • dev: is the default branch
  • master: is the branch deployed to Github Pages, with generated code

install

The recommended way to manage the software versions for this project is using asdf.

asdf install # installs software specified in `.tool-versions` file
yarn install # installs Javascript dependencies

run

yarn run export # to generate the posts files
yarn start

create a post

yarn create-post "My new post"

deploy

Just commit everything in the dev branch and run:

yarn deploy