diff --git a/blog/__template/blog.template.html b/blog/__template/blog.template.html index 788ab10..48960d5 100644 --- a/blog/__template/blog.template.html +++ b/blog/__template/blog.template.html @@ -4,6 +4,16 @@ + + + + + + + + + + $if(rawtitle)$$rawtitle$$else$$title$$endif$ $header$ diff --git a/blog/__template/index.template.html b/blog/__template/index.template.html index 22d8e58..7fe90ba 100644 --- a/blog/__template/index.template.html +++ b/blog/__template/index.template.html @@ -10,6 +10,14 @@ + + + + + + + + @hannahilea: blog diff --git a/blog/clapping-music-2/index.html b/blog/clapping-music-2/index.html index 9f28eef..231124f 100644 --- a/blog/clapping-music-2/index.html +++ b/blog/clapping-music-2/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + Clapping Music for one flip-disc display: Byte and variations diff --git a/blog/clapping-music-for-flip-disc-displays/index.html b/blog/clapping-music-for-flip-disc-displays/index.html index a700968..f1bb547 100644 --- a/blog/clapping-music-for-flip-disc-displays/index.html +++ b/blog/clapping-music-for-flip-disc-displays/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + Clapping Music for two flip-disc displays diff --git a/blog/cuttle-obsession/index.html b/blog/cuttle-obsession/index.html index 9b6d301..93d410b 100644 --- a/blog/cuttle-obsession/index.html +++ b/blog/cuttle-obsession/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + Obsessed with Cuttle: Parametric CAD for prototyping, producing, and procrastinating diff --git a/blog/driven-developments/index.html b/blog/driven-developments/index.html index ee742a8..e58c964 100644 --- a/blog/driven-developments/index.html +++ b/blog/driven-developments/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + Dopamine-driven development (DDD), spite-driven development (SDD), and other DDs diff --git a/blog/future-blog-posts/index.html b/blog/future-blog-posts/index.html index 3e335cb..ee0e271 100644 --- a/blog/future-blog-posts/index.html +++ b/blog/future-blog-posts/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + Titles of blog posts I might never write diff --git a/blog/index.html b/blog/index.html index 956c3eb..8608ae9 100644 --- a/blog/index.html +++ b/blog/index.html @@ -10,6 +10,14 @@ + + + + + + + + @hannahilea: blog diff --git a/blog/make-a-list/index.html b/blog/make-a-list/index.html index a61ebb3..4ffe714 100644 --- a/blog/make-a-list/index.html +++ b/blog/make-a-list/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + First things first: Make a list diff --git a/blog/make-a-list/index2.html b/blog/make-a-list/index2.html deleted file mode 100644 index 0fef1bd..0000000 --- a/blog/make-a-list/index2.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - First things first: Make a list - - - - - - - - - - - - - -
- -

Test temp page

- foo -
- - - diff --git a/blog/meme-making/index.html b/blog/meme-making/index.html index 42a049a..c90b451 100644 --- a/blog/meme-making/index.html +++ b/blog/meme-making/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + Quick ’n hacky meme making, for fun and no profit diff --git a/blog/seagull-fliposcope-animation-with-cuttle/index.html b/blog/seagull-fliposcope-animation-with-cuttle/index.html index 8c16c01..783f8ae 100644 --- a/blog/seagull-fliposcope-animation-with-cuttle/index.html +++ b/blog/seagull-fliposcope-animation-with-cuttle/index.html @@ -4,6 +4,25 @@ + + + + + + + + + + Scurrying seagull: CAD-assisted Fliposcope animation diff --git a/blog/site-structure/index.html b/blog/site-structure/index.html index b28538f..d64b78a 100644 --- a/blog/site-structure/index.html +++ b/blog/site-structure/index.html @@ -4,6 +4,24 @@ + + + + + + + + + + This website’s structure: A meta post diff --git a/blog/yellow-scream-2024/index.html b/blog/yellow-scream-2024/index.html index ae8695d..d1636da 100644 --- a/blog/yellow-scream-2024/index.html +++ b/blog/yellow-scream-2024/index.html @@ -4,6 +4,20 @@ + + + + + + + + + + Yellow Scream (2024) diff --git a/build-site/run.jl b/build-site/run.jl index f2192b1..ae6d63e 100644 --- a/build-site/run.jl +++ b/build-site/run.jl @@ -28,6 +28,7 @@ function convert_to_html(file, outfile; template=BLOG_TEMPLATE, overwrite_existi # For now, do a very brittle tuning of properties! # In future, turn this into a pandoc plugin str = read(outfile, String) + str = replace(str, "{{ BLOG_DIR }}" => basename(dirname(file))) str = tweak_html!!(str) write(outfile, str) diff --git a/index.html b/index.html index 86ee009..8ca8b36 100755 --- a/index.html +++ b/index.html @@ -10,6 +10,14 @@ + + + + + + + + @hannahilea diff --git a/projects/__template/index.html b/projects/__template/index.html index 70ebd50..4c8e3c0 100644 --- a/projects/__template/index.html +++ b/projects/__template/index.html @@ -7,6 +7,14 @@ + + + + + + + + Sketch: {{ PROJECT_NAME }} diff --git a/projects/flock-chorus/index.html b/projects/flock-chorus/index.html index 7109760..de44f91 100644 --- a/projects/flock-chorus/index.html +++ b/projects/flock-chorus/index.html @@ -7,6 +7,14 @@ + + + + + + + + Flock chorus diff --git a/projects/index.html b/projects/index.html index 05b9f30..ab80096 100644 --- a/projects/index.html +++ b/projects/index.html @@ -5,12 +5,20 @@ - + + + + + + + + + @hannahilea: projects diff --git a/projects/sound-ripple-sketch/index.html b/projects/sound-ripple-sketch/index.html index c9cb1b6..e4af8cf 100644 --- a/projects/sound-ripple-sketch/index.html +++ b/projects/sound-ripple-sketch/index.html @@ -7,6 +7,14 @@ + + + + + + + + Sketch: Sound ripples diff --git a/projects/wonderful-world/index.html b/projects/wonderful-world/index.html index 796f650..cd49dbd 100644 --- a/projects/wonderful-world/index.html +++ b/projects/wonderful-world/index.html @@ -7,6 +7,14 @@ + + + + + + + + Sketch: Wonderful world diff --git a/projects/yellow-scream/index.html b/projects/yellow-scream/index.html index b09aa52..318b3d3 100644 --- a/projects/yellow-scream/index.html +++ b/projects/yellow-scream/index.html @@ -7,6 +7,14 @@ + + + + + + + + Yellow Scream (2024)