Added config setting to disable site

This commit is contained in:
2026-03-31 13:56:13 +02:00
parent dcc8201099
commit e4b9c36486
3 changed files with 10 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ type SiteConfig struct {
Owner string `yaml:"owner"`
Branch string `yaml:"branch"`
Domain string `yaml:"domain"`
Enabled bool `yaml:"enabled"`
SPA bool `yaml:"spa"`
NotFoundFile string `yaml:"not_found_file"`
DeployToken string `yaml:"deploy_token"`