Leni Aniva 2564ee4c2e | ||
---|---|---|
src | ||
static | ||
tests | ||
.gitignore | ||
README.md | ||
components.json | ||
eslint.config.js | ||
flake.lock | ||
flake.nix | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
postcss.config.js | ||
svelte.config.js | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
README.md
Chrysoblog
A blog framework
Building
To create the production version,
npm run build
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
Developing
Install dependencies with npm install
(or pnpm install
or yarn
). Then start the dev server with
npm run dev [-- --open]