From 07615af0e705ba7e54f8b7127ac8be63ca537c08 Mon Sep 17 00:00:00 2001 From: arne Date: Thu, 15 Dec 2022 09:45:40 +0100 Subject: [PATCH] Extend readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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