diff --git a/README.md b/README.md index ff54251..7f9e097 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the source files for https://arnes.space. It uses [elev ## Available Commands ``` sh -# build the complete site +# build the complete site; the static page will end up in `_site` pnpm build # run a local server that automatically changes as you update content @@ -14,7 +14,7 @@ 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. +- 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, or put it into `src/posts/drafts`. ## Build Environment