Erynwells.me, my website.
Find a file
Eryn Wells 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
archetypes Make the default archetype a folder based archetype 2021-09-30 08:06:26 -07:00
assets Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
config/_default Add Atom output to sections 2022-11-08 08:54:52 -08:00
content Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
data/nethack Update nutmeg Nethack logfile 2022-04-29 01:50:53 +00:00
i18n Remove unused localizations 2022-04-09 09:17:11 -07:00
layouts Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
scripts Update import-nethack-logfile script 2022-04-24 17:08:21 -07:00
static Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
.gitattributes Move all the images to git LFS 2022-10-20 07:52:26 -07:00
.gitignore Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
config.old.toml Convert site config to YAML and move it to config/ 2022-11-02 17:46:26 -07:00
deploy.sh Update deploy.sh 2022-01-23 11:49:23 -08:00
dev_server.sh Remove public from the dev server command 2022-10-11 07:43:42 -07:00
erynwells-me.code-workspace Some changes to the VSCode workspace 2022-10-20 07:51:04 -07:00
hugo-new-photo.py Add hugo-new-photo.py to create a photo post from a list of photos 2022-10-31 07:49:56 -07:00
logo.html Work on a site logo with CSS and HTML 2022-10-19 07:39:48 -07:00
Makefile Add a Makefile with a deploy target 2022-04-13 07:47:02 -07:00
README.md