Fixed some bugs for publishing a first site
This commit is contained in:
parent
77d3ff4852
commit
3591e0c723
12 changed files with 86 additions and 30 deletions
|
|
@ -8,9 +8,9 @@ type Site struct {
|
|||
}
|
||||
|
||||
type SiteMeta struct {
|
||||
Title string
|
||||
Tagline string
|
||||
BaseURL string
|
||||
Title string `yaml:"title"`
|
||||
Tagline string `yaml:"tagline"`
|
||||
BaseURL string `yaml:"base_url"`
|
||||
}
|
||||
|
||||
type PostMeta struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue