diff options
Diffstat (limited to 'internal/config/config.go')
| -rw-r--r-- | internal/config/config.go | 3 |
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 } |
