From 89b269cf55c928838054c385f986a87e9c16332e Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Wed, 23 Aug 2023 15:36:31 -0700 Subject: [PATCH] Reduce website static content file size by a lot --- website/content/_index.md | 35 +++++++++---------- website/content/about.md | 6 ++-- .../2022-02-12-announcing-graphite-alpha.md | 2 +- ...n-for-the-future-of-2d-content-creation.md | 2 +- ...buted-computing-in-the-graphene-runtime.md | 4 +-- .../guide/codebase-overview/_index.md | 3 +- .../contributing-guidelines.md | 2 +- website/sass/about.scss | 11 +++--- website/sass/base.scss | 9 +++-- website/static/js/video-embed.js | 8 +++++ website/templates/article.html | 2 +- website/templates/blog.html | 2 +- 12 files changed, 49 insertions(+), 37 deletions(-) create mode 100644 website/static/js/video-embed.js diff --git a/website/content/_index.md b/website/content/_index.md index 42fa9609..effae587 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -4,7 +4,7 @@ template = "section.html" [extra] css = ["/index.css"] -js = ["/image-interaction.js", "/fundraising.js"] +js = ["/image-interaction.js", "/fundraising.js", "/video-embed.js"] +++ @@ -13,7 +13,7 @@ js = ["/image-interaction.js", "/fundraising.js"] - +