Go to file
2024-07-18 21:40:39 +02:00
public about page 2024-07-17 22:14:03 +02:00
src less wide centercolumn 2024-07-18 21:40:39 +02:00
.envrc initial commit 2024-07-13 22:37:36 +02:00
.gitignore router config 2024-07-15 20:19:43 +02:00
env.d.ts posts and basic latex 2024-07-16 01:14:04 +02:00
flake.lock initial commit 2024-07-13 22:37:36 +02:00
flake.nix fix flake 2024-07-17 14:57:10 +02:00
index.html initial css stuff 2024-07-15 17:48:36 +02:00
package-lock.json markdown config 2024-07-16 01:35:09 +02:00
package.json fix flake 2024-07-17 14:57:10 +02:00
README.md actually change readme 2024-07-17 16:30:01 +02:00
tsconfig.app.json initial css stuff 2024-07-15 17:48:36 +02:00
tsconfig.json initial commit 2024-07-13 22:37:36 +02:00
tsconfig.node.json initial commit 2024-07-13 22:37:36 +02:00
vite.config.ts post excerpts and wrapping post components 2024-07-17 16:24:42 +02:00

rachel-blog-vue

Rewrite of my blog in vuejs + typescript + vite-ssg

Usage

Hot-Reload for Development

npm install
npm run dev

Type-Check, Compile and Minify for Production

npm install
npm run build

or

nix build