new: Add RSS Feed

This commit is contained in:
yv1ing
2024-12-19 12:13:56 +08:00
parent 0f8363baa4
commit 54b7f37388
11 changed files with 95 additions and 40 deletions

View File

@@ -1,11 +1,14 @@
package config
type mInfo struct {
Logo string `yaml:"logo"`
Title string `yaml:"title"`
Author string `yaml:"author"`
Language string `yaml:"language"`
Copyright string `yaml:"copyright"`
Logo string `yaml:"logo"`
Link string `yaml:"link"`
Title string `yaml:"title"`
Author string `yaml:"author"`
Email string `yaml:"email"`
Language string `yaml:"language"`
Copyright string `yaml:"copyright"`
Description string `yaml:"description"`
Motto []string `yaml:"motto"`
}