|
33 | 33 | The downside is it's more to manage in the project. |
34 | 34 | I had example code to use, so this part was straightforward. |
35 | 35 | </p> |
| 36 | +<figure> |
| 37 | + <img src="map_page.png" alt="New map page" /> |
| 38 | + <figcaption>New map page</figcaption> |
| 39 | +</figure> |
36 | 40 | <p> |
37 | 41 | Now I had two external libraries that Skate Buffalo uses: |
38 | 42 | <a href="https://leafletjs.com/">Leaflet</a> and <a href="https://flickity.metafizzy.co/">Flickity</a>. |
|
53 | 57 | Then I used CSS to hide the carousel everywhere except the individual skatepark page. |
54 | 58 | And the featured image is visible only on the skatepark list page. |
55 | 59 | </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> |
56 | 64 | <p> |
57 | 65 | One thing that <em>worried</em> me about Skate Buffalo was that all the photos were 4K. |
58 | 66 | I was worried that users would accidentally use a gigabyte of data browsing skateparks. |
|
95 | 103 | Also I added two new shortcodes: a website shortcode and a shops-list shortcode. |
96 | 104 | I think it looks a lot better than the table. |
97 | 105 | </p> |
| 106 | +<figure> |
| 107 | + <img src="shops_page.png" alt="New shops page" /> |
| 108 | + <figcaption>New shops page</figcaption> |
| 109 | +</figure> |
98 | 110 | <p> |
99 | 111 | Sadly the <a href="https://github.com/gohugo-ananke/ananke">Ananke</a> theme has no dark mode. |
100 | 112 | I tried the <a href="https://github.com/CaiJimmy/hugo-theme-stack">Stack</a> theme. |
|
108 | 120 | </p> |
109 | 121 | <p> |
110 | 122 | 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. |
113 | 126 | </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> |
114 | 131 | <p> |
115 | 132 | 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—stay tuned! |
119 | 136 | </p> |
0 commit comments