Upgraded to the latest go-web-kit.
This commit is contained in:
parent
051474bdc9
commit
41f31a621f
14 changed files with 124 additions and 142 deletions
13
.ssgod.json
Normal file
13
.ssgod.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"views": "pages",
|
||||
"layout": "views/layouts/main.html",
|
||||
"target": "public",
|
||||
"watch_delay": "500ms",
|
||||
"sync_dir": "static",
|
||||
"exclude": [
|
||||
"pages/layouts/.*"
|
||||
],
|
||||
"meta_files": [
|
||||
"pages/sitemap.html"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue