Commit graph

155 commits

Author SHA1 Message Date
0f7fa62571 WIP post about my Nethack ascension 2023-04-06 08:48:11 -07:00
17ec17b1e7 WIP of the Long Way to a Small Angry Planet book post 2023-04-06 08:46:28 -07:00
dabe54e581 Another Gratuitous Hanami Photo post 2023-04-02 19:51:18 -07:00
9f7f0f84c3 [photo] Bletchley Park selfie 2023-03-28 17:49:59 -07:00
3920d8a415 Hanami photo post 2023-03-28 08:36:22 -07:00
78bd1e4a4e Japanese flashcards! 2023-03-13 21:06:45 -07:00
533bc1138c Update the date of the Once Upon a Time post 2023-03-04 10:48:55 -08:00
15165db3c6 Finish Once Upon a Time I Lived on Mars post 2023-03-04 10:47:13 -08:00
74ae4174e0 Add Frog Pond photo post 2023-03-04 10:24:35 -08:00
d2709de6d7 Add Showshoeing in Tahoe photo post 2023-03-04 10:24:22 -08:00
01fb022322 Old Friends, New Mountain photo post 2023-03-01 07:17:16 -08:00
186929921b Work in progress nethack dungeon generator background for the nethack page 2023-02-03 16:07:04 -08:00
b20da51037 Make the 2023-books post a non-draft 2023-02-03 08:19:51 -08:00
16cf918e8e Add draft posts for Long Way to a Small Angry Planet and Once Upon a Time I Lived on Mars 2023-02-01 09:22:14 -08:00
18b7ad38b5 Add a category to the Nethack Illustrated Guide post 2023-02-01 09:15:46 -08:00
12a3fc6e59 Wrap up The Storyteller post 2023-02-01 09:09:54 -08:00
4eb5119b46 Add 2023-books series 2023-02-01 08:21:00 -08:00
eebfdab03f First draft: Tahoe Ski Trip 2023-01-31 09:30:07 -08:00
5bf157ca41 The Storyteller post 2023-01-31 09:29:51 -08:00
61b6f361d2 Move Nethack Illustrated Guide post to 2023/ (unnest it from the 01 directory) 2023-01-30 12:37:54 -08:00
8aaeef4d45 Tahoe photo 2023-01-29 16:28:06 -08:00
42a71c1ac3 Update Nethack partials, shortcodes, and page to properly handle ascensions 😁 2023-01-24 08:53:58 -08:00
cbc1cd16f0 Link post to the Nethack: An Illustrated Guide post someone shared on Reddit 2023-01-07 09:43:37 -08:00
c13e5a62c3 Laguna Beach photo #1 2022-12-23 08:17:10 -08:00
3fe3599bc8 Add some metadata to the November 2022 photos 2022-11-29 09:09:23 -08:00
ab172e1e9e Add Shadow Kitty! post 2022-11-28 17:29:13 -08:00
aa8c85c902 New post: My Best Nethack Game (So Far) 2022-11-24 12:15:15 -05:00
5606feeca1 Re-do a bunch of the styles for the Nethack page 2022-11-20 12:24:14 -08:00
cb8742042f Add Tech category to Where Am I post 2022-11-20 09:15:58 -08:00
ff65c704bd Add tags to the Where Am I post 2022-11-20 08:09:08 -08:00
2ca095e617 Add Where Am I post 2022-11-20 07:58:09 -08:00
df62cc0374 Editorial tweaks of the Nethack blog post, plus add a "Games" category 2022-11-20 07:44:03 -08:00
f74f0c5e9d Clean up the layout of the Spanish home page 2022-11-19 13:42:20 -08:00
766557433b Finish Week of Soup post 2022-11-18 21:17:18 -08:00
2c23862cc6 Link to Where to Find Me from the Spanish Sobre page; add a Spanish Donde Encontrarme 2022-11-18 08:31:40 -08:00
cc4b1df2bf Improve the home page slightly 2022-11-18 08:28:58 -08:00
04c4c31f96 Link to the Where Am I page from the about page. 2022-11-15 22:12:38 -08:00
19d8209cb2 Add Where Am I page to about section 2022-11-15 17:24:55 -08:00
4da32bb6d0 Make about a section 2022-11-15 17:24:54 -08:00
567363336d Add Week of Soup draft post 2022-11-15 17:24:54 -08:00
c52ac00231 Add alt text to the Harpswell Sunset post 2022-11-15 17:24:54 -08:00
e0b7aae3db Fix Spanish localization of the home page and footer slogans and copyright 2022-11-15 17:24:54 -08:00
bdf5065f17 Add Music Night post 2022-11-12 11:08:38 -08:00
9601e1e283 Implement fingerprinting site and page resources
This will keep browsers from caching files that have changed. I've also added
SRI information to the <script> and <link> elements for browsers to verify
resources.

Squashed commit of the following:

commit f3fcb16388
Author: Eryn Wells <eryn@erynwells.me>
Date:   Tue Nov 8 17:47:42 2022 -0800

    Remove static/styles/root.css

commit 53a30624a0
Author: Eryn Wells <eryn@erynwells.me>
Date:   Tue Nov 8 17:47:26 2022 -0800

    Add back the basic table styles that got ditched when root.css was moved to assets/styles

commit 294fa8343b
Author: Eryn Wells <eryn@erynwells.me>
Date:   Tue Nov 8 17:45:38 2022 -0800

    Get all the fingerprinting done!

    - Add partials in the resources folder for each of the major resources of my site
    - Consolidate .css and .js files via resources.Concat where possible

commit d0b223fa33
Author: Eryn Wells <eryn@erynwells.me>
Date:   Mon Nov 7 08:36:39 2022 -0800

    All the template updates for fingerprinting

commit 1751abadac
Author: Eryn Wells <eryn@erynwells.me>
Date:   Mon Nov 7 08:36:27 2022 -0800

    Add secure_asset.html template

commit 94ea8068c9
Author: Eryn Wells <eryn@erynwells.me>
Date:   Mon Nov 7 08:35:48 2022 -0800

    Move a bunch of scripts and CSS to assets so they can be processed with Hugo Pipes

    Use Pipes to fingerprint and add SLI information to <script> and <link> tags.
2022-11-08 17:50:11 -08:00
963444b6b6 Lunar Eclipse -> !draft 2022-11-07 08:59:43 -08:00
1a10555640 Lunar Eclipse post 2022-11-07 08:59:04 -08:00
ad646c89c0 Hugo's Dictionary API post
Squashed commit of the following:

commit b507cf8be2ca46ce4b88e3292ef173a0b5e3606f
Author: Eryn Wells <eryn@erynwells.me>
Date:   Sun Nov 6 00:23:05 2022 -0700

    Wrap up this blog post

commit 6ed0c777e7c33b0819f7d7a896fce60f75a13fe3
Author: Eryn Wells <eryn@erynwells.me>
Date:   Sat Oct 15 10:20:03 2022 -0700

    WIP Hugo Dictionary API post
2022-11-06 00:24:29 -07:00
9051fce9aa Add alt text to the Harpswell post 2022-11-03 17:04:33 -07:00
d8e842604d Add orrs-island photo and a bunch of metadata to some posts 2022-10-31 08:42:08 -07:00
ecb39a9298 Move footer tags list to a partial so photos and blogs can use the same template
Simplify the blog post layout by removing the <article> tag
2022-10-31 08:40:17 -07:00