This commit is contained in:
codeskyblue
2016-12-22 14:42:24 +08:00
parent 7e1387a787
commit 9af2b5b5f6
152 changed files with 11038 additions and 25581 deletions

View File

@@ -133,6 +133,7 @@ func main() {
data, _ := yaml.Marshal(gcfg)
fmt.Printf("--- config ---\n%s\n", string(data))
}
log.SetFlags(log.Lshortfile | log.LstdFlags)
ss := NewHTTPStaticServer(gcfg.Root)
ss.Theme = gcfg.Theme