add serve command

This commit is contained in:
Hans Fast 2026-03-02 10:14:34 +01:00
parent ebe5643a8c
commit 4dd917c116
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
An idea for building a shared, overridable library of styles.
To serve the website: `ori serve site.ori`.
`lib` is a (symlink to a) directory of css snippets. `style.css`, the final stylesheet for this project, is output by `style.ori.css`, which includes files from `lib`.
`lib/typography.css`. Document the interface: vars used and selectors targeted.