Numerous performance fixes.

- Refactored themes to always load with just a single file. This avoids
  a round trip on each request.
- Locally load "Fira Code" when available on the system, then try to
  load the woff2 file, then fall back to regular woff.
- Update markup to use relative urls where it is safe. RSS feeds still
  use absolute URLs.
- Only set og:image:(height/width) when using the standard color icon.
- Fixed styles on the pagination buttons.
This commit is contained in:
quest
2022-09-10 16:49:28 -10:00
parent e65726ee5a
commit 451e4da378
32 changed files with 54 additions and 88 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
@import '../main.css';
@import '../header.css';
@import '../logo.css';
@import '../pagination.css';
@import '../post.css';
@import '../syntax.css';
@import '../variables.css';
@import '../style.css';
:root {
--accent: #23B0FF;
+1 -7
View File
@@ -1,10 +1,4 @@
@import '../main.css';
@import '../header.css';
@import '../logo.css';
@import '../pagination.css';
@import '../post.css';
@import '../syntax.css';
@import '../variables.css';
@import '../style.css';
:root {
--accent: #78E2A0;
+1
View File
@@ -0,0 +1 @@
@import '../style.css';
+1 -7
View File
@@ -1,10 +1,4 @@
@import '../main.css';
@import '../header.css';
@import '../logo.css';
@import '../pagination.css';
@import '../post.css';
@import '../syntax.css';
@import '../variables.css';
@import '../style.css';
:root {
--accent: #EE72F1;
+1 -7
View File
@@ -1,10 +1,4 @@
@import '../main.css';
@import '../header.css';
@import '../logo.css';
@import '../pagination.css';
@import '../post.css';
@import '../syntax.css';
@import '../variables.css';
@import '../style.css';
:root {
--accent: #FF6266;