diff --git a/content/posts/website-best-practices.gmi b/content/posts/website-best-practices.gmi index 162ef31..c2e4813 100644 --- a/content/posts/website-best-practices.gmi +++ b/content/posts/website-best-practices.gmi @@ -18,6 +18,7 @@ I realize not everybody's going to ditch the Web and switch to Gemini or Gopher * No 3rd-party resources (preferably enforced at the CSP level) * No lazy loading (more on this below) * No custom colors OR explicitly set the both foreground and background colors. More on this below. +* A maximum line length for readability * Server configured to support compression (gzip, optionally zstd as well) and HTTP/2. It's a free speed boost. * Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below. * A good score on Mozilla's HTTP Observatory diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index 96f5d92..fdbc069 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -38,6 +38,7 @@ primarily on text: - No lazy loading (more on this below) - No custom colors OR explicitly set the both foreground and background colors. More on this below. +- A maximum line length for readability - Server configured to support compression (gzip, optionally zstd as well) and HTTP/2. It's a free speed boost. - Supports dark mode via a CSS media feature and/or works with most "dark mode"