Extend readme
This commit is contained in:
parent
547c2453e9
commit
07615af0e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue