mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added about me page and fixed some bugs
This commit is contained in:
8
config/mAbout.go
Normal file
8
config/mAbout.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type mAbout struct {
|
||||
Title string `yaml:"title"`
|
||||
SRC string `yaml:"src"`
|
||||
DST string `yaml:"dst"`
|
||||
Filename string `yaml:"filename"`
|
||||
}
|
||||
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user