parent
49dc8cf330
commit
9961915c8c
@ -1,9 +0,0 @@ |
|||||||
package main |
|
||||||
|
|
||||||
import ( |
|
||||||
"log" |
|
||||||
) |
|
||||||
|
|
||||||
func main() { |
|
||||||
log.Println("I DO THING!") |
|
||||||
} |
|
@ -0,0 +1,11 @@ |
|||||||
|
package main |
||||||
|
|
||||||
|
import ( |
||||||
|
"log" |
||||||
|
"zedshaw.games/webapp/zed" |
||||||
|
) |
||||||
|
|
||||||
|
func main() { |
||||||
|
log.Println("Generating site from pages to public.") |
||||||
|
zed.RenderPages("./pages", "./public", "layouts/main") |
||||||
|
} |
Loading…
Reference in new issue