Extend readme

This commit is contained in:
arne 2022-12-15 09:45:40 +01:00
commit 07615af0e7

View file

@ -5,7 +5,7 @@ This repository contains the source files for https://arnes.space. It uses [elev
## Available Commands ## Available Commands
``` sh ``` sh
# build the complete site # build the complete site; the static page will end up in `_site`
pnpm build pnpm build
# run a local server that automatically changes as you update content # run a local server that automatically changes as you update content
@ -14,7 +14,7 @@ pnpm start # is the same as `pnpm watch`
## Publishing ## 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 ## Build Environment