All edits should happen on the-details
branch. The master
branch is reserved for build output by zola, (the static
site generator).
For things that are blog-ish posts, they should be in the content/writes
directory, and have a specified date
field in their front-matter.
The included Makefile
has commands that make things easy to use.
This starts the server in a dev configuration, showing drafts.
Starts the server in a prod configuration, no drafts.
Sets up the the-detals
branch to be deployed, that content
is in its correct directories, there are no dead links, and then
ships the DIST_DIR
to the master
branch.
There are other sub-commands, but mostly these are the ones that matter.