Commit graph

51 commits

Author SHA1 Message Date
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
02dabcd008 Basic table styles 2022-11-07 08:59:10 -08:00
543112fc51 Convert the social menu to a config driven version 2022-11-04 08:01:24 -07:00
76e3da0de1 Add the series to the content header 2022-10-31 08:41:24 -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
e7b2cb493a Redo the blog list layout to make it work a little better on narrow screens 2022-10-30 11:30:41 -07:00
ac991083a0 Remove the border from the site header when it's pinned to the top 2022-10-26 09:20:27 -04:00
83f3385bf8 Specify clip-path along with -webkit-clip-path for .circular 2022-10-25 17:51:13 -04:00
660a1a79b5 Clean up the styles of headings and paragraphs 2022-10-25 17:38:41 -04:00
3ec529525a Remove a bunch of the reset styles 2022-10-25 17:38:14 -04:00
397c2262be Clean up the footer layout and styles 2022-10-25 17:37:15 -04:00
27f88ab3b5 Clean up the header layout and styles 2022-10-25 17:36:06 -04:00
f23b047a0f Bring back line-height: 1 2022-10-21 11:09:07 -07:00
dd1e4ee40f Add a cute backdrop filter to the header 2022-10-20 07:52:27 -07:00
8a11c8260e Set line-height of figure to 0 so it stops adding 1px of extra space to the bottoms!! 2022-10-20 07:52:27 -07:00
484029731e Rework the background-color and color CSS vars 2022-10-20 07:52:27 -07:00
e5701b5c92 Increase line height of body text to 1.5 2022-10-20 07:52:26 -07:00
a7ef5d696b Reduce the header box shadow a bit 2022-10-15 10:19:30 -07:00
948600cef1 Clean up the reset styles a bit 2022-10-15 10:18:43 -07:00
9493b94691 Use position fixed for header animation; then position sticky once animation completes 2022-10-15 10:17:35 -07:00
172a35e27f Overhaul the blog list template 2022-10-15 10:15:25 -07:00
d37069cb4b Recursively indent ol and ul elements 2022-10-15 10:14:48 -07:00
0a1af8dc23 Overhaul heading styles
Regroup CSS styles all together
Make <h5> and <h6> the regular body style and small
Combine some styles that were separate before
2022-10-15 10:14:48 -07:00
e211f7b7f3 Let fonts scale down a bit more; set body font size with a variable 2022-10-15 10:14:48 -07:00
d50d7ab425 Move all the reset styles to a CSS layer in root.css 2022-10-15 10:14:48 -07:00
d5f9f2a765 Overhaul the look of tags; integrate a category and a cute little triangle 2022-10-15 10:14:48 -07:00
413a49067a Use position sticky for the heading! Thanks @hober! 2022-10-11 07:44:21 -07:00
1cdc11c477 Move some post-list styles to root.css since they get used in taxonomy templates too 2022-10-10 08:40:53 -07:00
8be36386a9 Fix a couple things that are broken in Chrome 2022-10-09 13:46:08 -07:00
38b06904a8 Add circlar selfie to about page 2022-10-09 13:26:59 -07:00
d7077b88f1 Let's get some heading font sizes up in here 2022-10-09 12:50:08 -07:00
d1171e992f Distribute all the main.css styles to their own stylesheets and remove main.css 2022-10-09 12:16:53 -07:00
d0f1100682 Create a monospace font family stack 2022-10-03 19:54:55 -07:00
d862251a8f Define all color vars as triples, and create semantic colors that convert the triples to rgb colors 2022-10-03 19:54:14 -07:00
e31a4a268d Scale SVGs! 2022-10-03 19:52:28 -07:00
6af32976c6 Add a code figure and get highlighted lines to wrap 2022-10-01 10:26:23 -07:00
e029548d04 Make active nav link bold, set color, and adjust font weights of the nav bar 2022-09-25 08:51:43 -07:00
f24e124f86 Some spacing changes around h* and p tags 2022-09-25 08:51:12 -07:00
2f3a32e28d Move a smattering of tags from main.css to root.css: h*, img, p, pre 2022-09-25 08:50:17 -07:00
10d7c586c0 Move color variables from main.css to root.css; split body and header colors 2022-09-25 08:48:33 -07:00
979cd1bbcb Move CSS helper classes to root.css 2022-09-25 08:47:02 -07:00
7f79238868 Make sure the header stays on top of everything (z-order fix) 2022-09-25 08:45:56 -07:00
105c464e70 Add header styles including a nice animation in the .animated class 2022-09-25 08:45:29 -07:00
312dd30be6 Reorder the footer styles in root.css 2022-09-25 08:43:27 -07:00
5b1f9e7d08 Move the figure styles to root.css 2022-09-25 08:34:54 -07:00
ab8996b0c4 Move social icons over to root.css 2022-09-25 07:34:52 -07:00
5036e7f56f Move --transition-duration to root.css 2022-09-24 07:49:43 -07:00
0bbcda8032 Re-mark up the site heading 2022-09-11 10:42:15 -07:00
2ebd743ce5 Draw a platter around the home page layout 2022-09-11 10:39:06 -07:00
e1d6c78cdf Re-mark up the footer 2022-09-11 10:38:09 -07:00