Main website Mk. II
Go to file
Leni Aniva 75deb49409
fix: Reading non-existent date field in archives
2024-09-17 15:20:39 -05:00
src fix: Reading non-existent date field in archives 2024-09-17 15:20:39 -05:00
static feat: Initial site stub 2024-09-11 00:51:05 -07:00
tests feat: Initial site stub 2024-09-11 00:51:05 -07:00
.gitignore feat: Initial site stub 2024-09-11 00:51:05 -07:00
README.md feat: Metadata file, customization doc 2024-09-14 00:59:54 -07:00
components.json feat: Add shadcn based navbar 2024-09-11 07:54:39 -07:00
eslint.config.js feat: Initial site stub 2024-09-11 00:51:05 -07:00
flake.lock build: Add Nix flake 2024-09-11 22:09:13 -07:00
flake.nix build: Add Nix flake 2024-09-11 22:09:13 -07:00
package-lock.json fix: Pathing issue when using external content 2024-09-17 13:38:49 -05:00
package.json feat: Refactor out header, blockquote remark 2024-09-17 11:40:19 -05:00
playwright.config.ts feat: Initial site stub 2024-09-11 00:51:05 -07:00
postcss.config.js feat: Add shadcn based navbar 2024-09-11 07:54:39 -07:00
svelte.config.js fix: blockquote alerts 2024-09-17 15:09:08 -05:00
tailwind.config.ts feat: Refactor out header, blockquote remark 2024-09-17 11:40:19 -05:00
tsconfig.json feat: Blog catalog 2024-09-13 23:20:07 -07:00
vite.config.ts feat: Initial site stub 2024-09-11 00:51:05 -07:00

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]