diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-12-30 22:42:39 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-12-30 22:42:39 +1100 |
commit | 1ded97cca520f8cddf0f61dad76298243156639f (patch) | |
tree | 70f12def25048a664fc84cde64c173195b638d08 /project/complexity.yml |
Initial commit
Diffstat (limited to 'project/complexity.yml')
-rw-r--r-- | project/complexity.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/project/complexity.yml b/project/complexity.yml new file mode 100644 index 0000000..a9a19d0 --- /dev/null +++ b/project/complexity.yml @@ -0,0 +1,14 @@ + + +# default directory names are fine too +templates_dir: "templates" +assets_dir: "assets" +context_dir: "context" +output_dir: "../www" + + +# I don't know why the hell anyone thought hiding the .html was a good idea +unexpanded_templates: + - "about.html" + - "git.html" + |