Skip to content

myme/myme.no

Repository files navigation

myme.no

Main blog on https://myme.no

Build myme.no Docker image

nix build

Note: Development is intended to use nix flakes.

Build static site only

nix build .#site

Writing posts (& frontend work)

nix develop
cd site
ssg watch
# hack hack hack

Working on the static site generator

nix develop .#ssg
cd ssg
# hack hack hack