Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 934 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 934 Bytes

All edits should happen on the-details branch. The master branch is reserved for build output by zola, (the static site generator).

Usage

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.

make serve-dev

This starts the server in a dev configuration, showing drafts.

make serve-prod

Starts the server in a prod configuration, no drafts.

make deploy

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.