summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 15:42:11 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 15:42:11 +0300
commit150f8058d64e3e7545f3f81962441ed6d3a3ad9d (patch)
treea1432e3a909eebfc6120efdb39b8c9da7bf14101 /internal/config
parent14a4c2e29c3d96204de54b636e245eff78f0ef9d (diff)
Release v0.1.5v0.1.5
--sync rsync to pi mirrors when reachable; default dirs ./inbox ./dist; ignore inbox/dist. Splash index paths (/, trailing slash). PgUp/PgDn scroll + highlight. Nav shared CSS in head for valid HTML; ARIA/viewport fixes; neon viewport. Made-with: Cursor
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index fd6e560..f52b445 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -23,4 +23,7 @@ type Config struct {
// Theme selects the visual style for generated HTML pages.
// Defaults to "neon". Run with --help to see all available themes.
Theme string
+
+ // Sync, when true, rsyncs OutputDir to fixed mirror hosts after a successful run.
+ Sync bool
}