Editing {{ .App.ConfigPath }}. Changes take effect via hot-reload.
Pages
Add a page
Saved versions
Up to {{ len .Backups }} previous versions of {{ .App.ConfigPath }} are kept.
Restoring any one writes it as the current config and saves the just-current state as the new most recent, so you can always step back.
-
{{- range .Backups }}
{{- if .Present }}
-
Version {{ .N }} — {{ .Time }} · {{ .SizeKB }} KB
{{- end }}
{{- end }}