Commit graph

58 commits

Author SHA1 Message Date
01ca8d8cfb Add "Hiragino Mincho" to the heading font family list 2023-04-23 22:10:04 +09:00
1b02d081e3 Set the line height of all body text to 1.85 2023-04-23 22:10:04 +09:00
ec96e17acd Ruby shortcode and some new ruby CSS styles 2023-04-23 22:10:04 +09:00
b9869c11f0 Update the EXIF table so that it properly formats data from my Canon camera 2023-04-08 19:43:01 -07:00
7f48047610 Fix the Nethack page at small screen sizes 2023-04-08 15:12:43 -07:00
59bb6d28d0 Move the debug photo-params table styles to development.css
Fix formatting of the development stylesheet
2023-04-08 15:06:39 -07:00
d0757067ed Fix the layout of the photo params table at smaller viewport sizes 2023-04-08 15:04:42 -07:00
cb025398b3 Fix the extra 2px space at the bottom of <figure> elements
It was because they were display: inline-block
2023-04-08 15:04:25 -07:00
78bd1e4a4e Japanese flashcards! 2023-03-13 21:06:45 -07:00
61be4cad61 Clean up the find to and from point method in the Tunnel generator 2023-02-04 19:20:52 -08:00
3c25f2041a Revert "Logging for the tunnel digger"
This reverts commit 6f0f1fd337.
2023-02-04 18:18:52 -08:00
6f0f1fd337 Logging for the tunnel digger 2023-02-04 18:18:49 -08:00
c384c07051 Nethack map generator! 2023-02-04 18:18:09 -08:00
78caa686c2 Remove BSPNode 2023-02-03 18:12:25 -08:00
aa50054108 Convert setting cell in room generation method into cell transform 2023-02-03 18:12:07 -08:00
89902ccc03 Tweak the width/height proportion of cells 2023-02-03 18:03:13 -08:00
e4a7550abc Add NRandomRoomsGenerator 2023-02-03 18:03:00 -08:00
5517fd0110 Clean up grid generation in setUp() 2023-02-03 18:02:44 -08:00
a283cae416 Add randomInt() 2023-02-03 18:02:10 -08:00
b8ac3126da Redo Room in terms of Rect 2023-02-03 18:01:53 -08:00
8a5fc9c820 Add some methods to Cell to turn the Cell into a real Cell 2023-02-03 18:01:34 -08:00
2033e0c3a1 Add some basic geometry types: Point, Size, Rect 2023-02-03 18:01:11 -08:00
186929921b Work in progress nethack dungeon generator background for the nethack page 2023-02-03 16:07:04 -08:00
7f61437f92 Style <main> with box-sizing: border-box and compute the max-width 2023-02-03 08:19:29 -08:00
5deda1c5ee Allow pages to specify a two-column layout 2023-02-01 09:10:21 -08:00
e18e207530 Add a post's category to the right of the list item 2023-01-30 12:38:25 -08:00
97c92d209d Revert "Add the ability for post headers to be links when you add a link parameter to the page front matter"
This reverts commit d68e76478d.
2023-01-10 16:16:12 -08:00
d68e76478d Add the ability for post headers to be links when you add a link parameter to the page front matter 2023-01-07 09:43:15 -08:00
4ca71181c7 Add the {{r}} shortcode that renders a subreddit as a subtle (color only on hover) link, in monospace with no background 2023-01-07 09:42:56 -08:00
f3ce03ea8d Make sure photo grid cells fill the cell 2022-11-25 22:23:57 -05:00
75a2e3a8bf Set margin-block-end on all children of <main> instead of setting it on every item individually 2022-11-24 12:15:53 -05:00
f1b60f443c Fix size of development disclosure instead of growing with the font size of the document 2022-11-24 08:26:28 -05:00
7c3a65542a Fix lists (again) 2022-11-20 09:15:46 -08:00
0d8f36817f End-align the dates in the blog post list 2022-11-20 08:08:53 -08:00
3a55fbe945 Fix the width of <main> 2022-11-20 07:58:21 -08:00
0be0081319 Fix the footer spacing (feels like the millionth time I've done this??) 2022-11-20 07:43:20 -08:00
f6000d0197 Fix up the spacing of bulleted and social navs 2022-11-19 13:41:57 -08:00
e83eb2a3e5 Justify items in vertical homepage layout 2022-11-19 13:41:04 -08:00
93a92fad86 Fix lists 2022-11-18 21:17:01 -08:00
cc4b1df2bf Improve the home page slightly 2022-11-18 08:28:58 -08:00
19f153e706 Remove the animated, sticky header 2022-11-18 07:12:57 -08:00
41f506bb1e Remove margin from the slogans in the footer 2022-11-15 17:24:54 -08:00
5dbec4ec08 Fix the photo-params table: remove the erroneous padding at the bottom 2022-11-15 17:24:54 -08:00
fb1b4ccab3 Remove animation log from site.js 2022-11-15 17:24:54 -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
173ae928f8 Move static resources to static/ and do not minify the CSS 2021-10-11 12:40:25 -07:00
ce1c860269 Move a bunch of stuff from the theme 2021-10-11 12:26:47 -07:00
79a954cc55 Fix up the link colors 2021-10-10 20:15:44 -07:00
045908410a Even more style updates 2021-10-10 19:58:40 -07:00
3145c3e698 Style updates 2021-10-10 18:41:08 -07:00