diff --git a/config/loader.go b/config/loader.go index 11dd381..cb4fb19 100644 --- a/config/loader.go +++ b/config/loader.go @@ -8,6 +8,7 @@ import ( type config struct { Views string `toml:"views"` Layouts string `toml:"layouts"` + Target string `toml:"target"` } var Settings config diff --git a/example/layouts/main/index.html b/example/layouts/main/index.html new file mode 100644 index 0000000..e69de29 diff --git a/example/pages/index.html b/example/pages/index.html new file mode 100644 index 0000000..d2c551f --- /dev/null +++ b/example/pages/index.html @@ -0,0 +1,3 @@ +
Put your stuff here.
diff --git a/example/pages/layouts/main.html b/example/pages/layouts/main.html new file mode 100644 index 0000000..303cc05 --- /dev/null +++ b/example/pages/layouts/main.html @@ -0,0 +1,23 @@ + + + + + + + + +