diff --git a/README.md b/README.md index 070a249..ff54251 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ pnpm build pnpm start # is the same as `pnpm watch` ``` +## Publishing + +- Blog posts go into `src/posts`. The latest few are displayed on the home page. You can set `draft: true` in a post's front matter to render it without linking to it from somewhere else on the page. + ## Build Environment The build environment is described in `flake.{nix,lock}` and `.envrc`. You can use [direnv](https://direnv.net/) and [nix with flakes support](https://nixos.org/) to automatically drop into a shell that contains all tools for building the website. diff --git a/src/index.njk b/src/index.njk index 817ed3c..5a9fa5c 100644 --- a/src/index.njk +++ b/src/index.njk @@ -5,7 +5,9 @@