Skip to content

Commit e71b614

Browse files
committed
add photos to last night's post
1 parent ad81d98 commit e71b614

6 files changed

Lines changed: 23 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: build
33
build:
44
npx @11ty/eleventy
55

6-
dev:
6+
serve:
77
npx @11ty/eleventy --serve
88

99
init:
232 KB
Loading

articles/skate-buffalo-2026/index.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
The downside is it's more to manage in the project.
3434
I had example code to use, so this part was straightforward.
3535
</p>
36+
<figure>
37+
<img src="map_page.png" alt="New map page" />
38+
<figcaption>New map page</figcaption>
39+
</figure>
3640
<p>
3741
Now I had two external libraries that Skate Buffalo uses:
3842
<a href="https://leafletjs.com/">Leaflet</a> and <a href="https://flickity.metafizzy.co/">Flickity</a>.
@@ -53,6 +57,10 @@
5357
Then I used CSS to hide the carousel everywhere except the individual skatepark page.
5458
And the featured image is visible only on the skatepark list page.
5559
</p>
60+
<figure>
61+
<img src="skatepark_list.png" alt="Skatepark list cards without photo carousels" />
62+
<figcaption>Skatepark list cards without photo carousels</figcaption>
63+
</figure>
5664
<p>
5765
One thing that <em>worried</em> me about Skate Buffalo was that all the photos were 4K.
5866
I was worried that users would accidentally use a gigabyte of data browsing skateparks.
@@ -95,6 +103,10 @@
95103
Also I added two new shortcodes: a website shortcode and a shops-list shortcode.
96104
I think it looks a lot better than the table.
97105
</p>
106+
<figure>
107+
<img src="shops_page.png" alt="New shops page" />
108+
<figcaption>New shops page</figcaption>
109+
</figure>
98110
<p>
99111
Sadly the <a href="https://github.com/gohugo-ananke/ananke">Ananke</a> theme has no dark mode.
100112
I tried the <a href="https://github.com/CaiJimmy/hugo-theme-stack">Stack</a> theme.
@@ -108,12 +120,17 @@
108120
</p>
109121
<p>
110122
I ended up making my own dark "theme" for Ananke.
111-
I'm not sure it looks very good.
112-
But hopefully it's an improvement over a white background.
123+
I don't know how good it looks, but hopefully it's better than nothing.
124+
I think it took around an hour to do.
125+
I kept finding little things to tweak, including one problem after I pushed it the first time.
113126
</p>
127+
<figure>
128+
<img src="dark_mode.png" alt="New shops page in dark mode" />
129+
<figcaption>New shops page in dark mode</figcaption>
130+
</figure>
114131
<p>
115132
That's everything so far!
116-
I have no more changes planned,
117-
but I might think of something.
118-
I'm still not sure what my next project will be after this.
133+
I crossed off everything I had on my Skate Buffalo list,
134+
except for visiting the last few Rochester-area skateparks.
135+
I'm not sure what my next project will be&mdash;stay tuned!
119136
</p>
1.42 MB
Loading
229 KB
Loading
1.21 MB
Loading

0 commit comments

Comments
 (0)