aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-05-01 15:04:39 +0700
committerShulhan <ms@kilabit.info>2020-05-07 13:56:46 +0700
commitbe40291e5dac2a56de940bfb5dfc842b856ca233 (patch)
tree2e1481b01939743d1492d6271069ccd7b9aefaf4 /internal
parent8713b9674b608dd2c7e95215d4b7e8a298898611 (diff)
downloadciigo-be40291e5dac2a56de940bfb5dfc842b856ca233.tar.xz
all: rename the "content" directory to "_example"
While at it, also move the templates into _example and all assets into the same directory.
Diffstat (limited to 'internal')
-rw-r--r--internal/cmd/generate/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/cmd/generate/main.go b/internal/cmd/generate/main.go
index f321bc1..2659bd6 100644
--- a/internal/cmd/generate/main.go
+++ b/internal/cmd/generate/main.go
@@ -9,5 +9,6 @@ package main
import "github.com/shuLhan/ciigo"
func main() {
- ciigo.Generate("./content", "cmd/ciigo-example/static.go", "templates/html.tmpl")
+ ciigo.Generate("./_example", "cmd/ciigo-example/static.go",
+ "_example/html.tmpl")
}