34 lines
922 B
Markdown
34 lines
922 B
Markdown
# How to...
|
|
|
|
## serve
|
|
node_modules/.bin/eleventy --serve --input=src
|
|
|
|
## make build
|
|
node_modules/.bin/eleventy --input=src
|
|
|
|
|
|
# Notes
|
|
|
|
## direnv
|
|
allows config for different projects
|
|
https://direnv.net/#basic-installation
|
|
e.g. i can use eleventy command without prefixing it with "node_modules/.bin/", but only in that project folder
|
|
|
|
## To Do
|
|
|
|
[x] normal pages (tag: other) shouldn't have "overview" and "gallery"
|
|
[x] indicate current page in header nav
|
|
[x] get scripts working on kaleidoscope and glitchmachine
|
|
[x] website button should be available in root directory
|
|
|
|
[x] current page in header nav: improve pattern matching so that ">1 word titles" also match
|
|
[x] only kidpix images should have image-rendering: pixelated;
|
|
[x] find nicer fonts
|
|
[x] reverse order of images
|
|
|
|
[x] mutuals buttons
|
|
[] subfolders for kidpix art / more kidpix projects
|
|
[x] remove music from about me
|
|
[x] add favorite hex/scents to about me
|
|
|
|
|