Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 390 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 390 Bytes

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