Improve blog readability and RSS configuration

This commit is contained in:
hbrain 2026-05-16 09:45:42 +00:00
parent 04e10a57ce
commit 037d616764
4 changed files with 107 additions and 36 deletions

View file

@ -105,7 +105,7 @@ Run the 05:00-style analysis/publishing step:
Open the blog served by nginx:
```text
http://localhost/
https://hapi.novosel.dk/
```
This instance publishes to the web root with:
@ -113,7 +113,7 @@ This instance publishes to the web root with:
```bash
WEB_DIR="/var/www/html"
SITE_BASE_PATH="/"
SITE_URL="http://piagent"
SITE_URL="https://hapi.novosel.dk"
```
For a subdirectory install, use for example:
@ -121,10 +121,10 @@ For a subdirectory install, use for example:
```bash
WEB_DIR="/var/www/html/haobserver"
SITE_BASE_PATH="/haobserver"
SITE_URL="http://piagent"
SITE_URL="https://hapi.novosel.dk"
```
Daily articles are written under `articles/YYYY-MM-DD.html` inside `WEB_DIR`, and `index.html` links to the archive. An RSS feed is published at `rss.xml`, and a sci-fi favicon is published at `favicon.svg`. New articles include context from previous reports from the last `ARTICLE_CONTEXT_DAYS` days.
Daily articles are written under `articles/YYYY-MM-DD.html` inside `WEB_DIR`, and `index.html` links to the archive. A clean RSS feed is published at `rss.xml` using `SITE_URL` for absolute links, and a sci-fi favicon is published at `favicon.svg`. New articles include context from previous reports from the last `ARTICLE_CONTEXT_DAYS` days.
## Install cron jobs