initial commit
This commit is contained in:
commit
b5b1e66ef1
381 changed files with 4909 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue