From 73b2f1ac08563c50bd25ddee3a8845e8d5f8bce3 Mon Sep 17 00:00:00 2001 From: Rasmus Stougaard Date: Wed, 19 Nov 2014 23:22:12 +0700 Subject: [PATCH 1/2] Added layouts directory to avoid error when generating site Hugo ouputs an error like: ERROR: 2014/11/19 Walker: lstat /path/to/HugoBasicExample/layouts: no such file or directory when testing a new theme against this repo, unless the layouts folder is created first Tested with hugo built from commit master (on commit 728d0fa32cb666264045783518cc6ded5c78f246) --- layouts/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 layouts/.gitkeep diff --git a/layouts/.gitkeep b/layouts/.gitkeep new file mode 100644 index 0000000..e69de29 From 6c9f85f0b63ef0d61942f97c61023550ac79c29b Mon Sep 17 00:00:00 2001 From: Rasmus Stougaard Date: Wed, 19 Nov 2014 23:22:37 +0700 Subject: [PATCH 2/2] Tweaked git ignore to exclude the generated public folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8365624..4a9dee5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ _testmain.go *.exe *.test + +/public \ No newline at end of file