aboutsummaryrefslogtreecommitdiff
path: root/content/articles/site-backend.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles/site-backend.md')
-rw-r--r--content/articles/site-backend.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/articles/site-backend.md b/content/articles/site-backend.md
index bb9c76f..c6eb0ea 100644
--- a/content/articles/site-backend.md
+++ b/content/articles/site-backend.md
@@ -547,12 +547,14 @@ I periodically use the following tools to verify this site:
- [Security Headers][securityheaders.com]: Check [HTTP][]
security headers.
- [SSL Labs SSL Test][ssl-labs-ssl-test]: Check [TLS][] configuration.
+- [htmltest][]: Check for broken links and other common [HTML][] errors.
+- [goaccess][]: Generate summary report of site statistics.
I also manually check the site in the desktop and mobile versions of
[Chrome][] and [Firefox][].
-I am investigated doing automated validation with [htmltest][],
-[htmltidy][], and the [W3C validator][], but have not added them yet.
+I am investigated doing automated validation with [htmltidy][], and the
+[W3C validator][], but have not added them yet.
## Other
@@ -597,6 +599,7 @@ published.
- 2025-01-30: Added [robots.txt][] info to [Other](#other).
- 2025-03-31: Update wording to reflect the following changes: default to dark mode and remove [`prefers-color-scheme`][prefers-color-scheme] detection.
- 2025-04-26: Document [PNG][] [favicon][].
+- 2025-05-12: Document [htmltest][] and [goaccess][].
[s-hugo-configuration]: #hugo-configuration
"Hugo Configuration"
@@ -822,3 +825,5 @@ published.
"favorite icon"
[ico]: https://en.wikipedia.org/wiki/ICO_(file_format)
"ICO icon file format (ICO)"
+[goaccess]: https://goaccess.io/
+ "Fast, real-time web log analyzer."