new: Added about me page and fixed some bugs

This commit is contained in:
yv1ing
2024-12-19 11:23:19 +08:00
parent bcf34cef0a
commit 0f8363baa4
15 changed files with 267 additions and 40 deletions

View File

@@ -1,7 +1,8 @@
package config
type mSite struct {
Info mInfo `yaml:"info"`
Menu mMenu `yaml:"menu"`
Post mPost `yaml:"post"`
Info mInfo `yaml:"info"`
Menu mMenu `yaml:"menu"`
Post mPost `yaml:"post"`
About mAbout `yaml:"about"`
}