From be40291e5dac2a56de940bfb5dfc842b856ca233 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 1 May 2020 15:04:39 +0700 Subject: all: rename the "content" directory to "_example" While at it, also move the templates into _example and all assets into the same directory. --- internal/cmd/generate/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/cmd') 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") } -- cgit v1.3