Main website Mk. II
Go to file
Leni Aniva 2564ee4c2e
fix: Remove extraneous console.log
2024-09-14 20:34:41 -07:00
src fix: Remove extraneous console.log 2024-09-14 20:34:41 -07: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 feat: Links in bio page 2024-09-14 18:06:29 -07:00
package.json feat: Links in bio page 2024-09-14 18:06:29 -07: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: Code block indent and content envvar reading 2024-09-14 19:01:40 -07:00
tailwind.config.ts fix: Theming of links in markdown 2024-09-14 19:04:24 -07: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]