From c1d49bf4fa82316dbe6b59881256538d3f428bdf Mon Sep 17 00:00:00 2001 From: jk Date: Sun, 29 Nov 2020 19:37:27 +0000 Subject: [PATCH] Scripted auto-commit on change (2020-11-29 19:37:27) by gitwatch.sh --- content/note/5fc3f875/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/note/5fc3f875/index.md diff --git a/content/note/5fc3f875/index.md b/content/note/5fc3f875/index.md new file mode 100644 index 00000000..25265c1d --- /dev/null +++ b/content/note/5fc3f875/index.md @@ -0,0 +1,14 @@ +--- +category: + - webdev +date: '2020-11-29 19:37:25' +draft: false +posttype: note +sensitive: 'false' +slug: 5fc3f875 +visibility: public +title: note +--- +Just manages to whittle down the size of my homepage from about 450KB to around 85KB just by tweaking the remote font calls and downloading & cleaving the forkawesome woff2 and css files to contain only what I use.. also properly scaling profile and footer images.. could minify the css for another 5KB but given hugo doesn't want to apply minification during processing it isn't really worth it. + +I need to go through and properly scale a whole lot of images for other pages but not a bad start.