From f54eadd2b11d8b510d68f5cb8e85689c50159243 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 19 Sep 2024 13:46:26 -0700 Subject: [PATCH] doc: Building instruction --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c34de39..e10ac61 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ You can preview the production build with `npm run preview`. ### Content -To insert custom content, replace -- `src/content/metadata.json`: This file controls the display format for titles, front cover, etc. -- `src/content/**/*.md`: These contain the blog posts and bio +To insert custom content, create a directory with a similar structure to +`src/content`, and set the environment variable `CHRYSOBLOG_CONTENT` to that +directory. The website will be built statically in `build/`. Note that changing +`favicon.svg` will require modifying the `static/` folder. ## Developing