From 2e544388bf3f51c9406e9141375aa027acca165e Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 22:53:22 +0000 Subject: feat: add rss feed generation feat: add siteurl to config --- pkg/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/config/config.go') diff --git a/pkg/config/config.go b/pkg/config/config.go index 56f40aa..78faef6 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -12,6 +12,7 @@ type Config struct { AuthorRole string `yaml:"authorRole"` AuthorBio string `yaml:"authorBio"` DefaultTheme string `yaml:"defaultTheme"` + SiteURL string `yaml:"siteUrl"` } func Load(path string) (*Config, error) { -- cgit v1.3.1