doc: Building instruction
This commit is contained in:
parent
7275b72e88
commit
f54eadd2b1
|
@ -14,9 +14,10 @@ You can preview the production build with `npm run preview`.
|
||||||
|
|
||||||
### Content
|
### Content
|
||||||
|
|
||||||
To insert custom content, replace
|
To insert custom content, create a directory with a similar structure to
|
||||||
- `src/content/metadata.json`: This file controls the display format for titles, front cover, etc.
|
`src/content`, and set the environment variable `CHRYSOBLOG_CONTENT` to that
|
||||||
- `src/content/**/*.md`: These contain the blog posts and bio
|
directory. The website will be built statically in `build/`. Note that changing
|
||||||
|
`favicon.svg` will require modifying the `static/` folder.
|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue