diff options
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" + |