Skip to content

fosskar/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki

personal site built with astro: blog, wiki, and projects. content lives as plain markdown at the repo root — wiki/ (obsidian vault), blog/, projects/ — the astro project in site/, nix modules in nix/.

dev

nix develop
cd site && npm run dev     # live preview at localhost:4321
cd site && npm run build   # static site to site/dist/
nix build                  # reproducible site build

update dependencies

cd site && npm update --package-lock-only

the nix build is hash-free: pkgs.importNpmLock pins every tarball via the integrity hashes already committed in package-lock.json, so there is no npmDeps hash to refresh. site/node_modules is a read-only nix store symlink; --package-lock-only keeps npm from trying to write into it.

About

personal site: blog, wiki, and projects (astro + obsidian vault)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors