diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-12 16:54:09 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-12 16:54:09 -0400 |
commit | c4c9b07b165f5839ca30e21bdb193eafe1a6f9b1 (patch) | |
tree | c2fd43e7a5e538a375125c6d491ca60b034393c9 | |
parent | fbb8548c3cab2b581f28d869843bf87bd805f4b9 (diff) | |
download | pablotron.org-c4c9b07b165f5839ca30e21bdb193eafe1a6f9b1.tar.xz pablotron.org-c4c9b07b165f5839ca30e21bdb193eafe1a6f9b1.zip |
content/articles/site-backend.md: document goaccess
-rw-r--r-- | content/articles/site-backend.md | 9 |
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." |