From 73b2f1ac08563c50bd25ddee3a8845e8d5f8bce3 Mon Sep 17 00:00:00 2001 From: Rasmus Stougaard Date: Wed, 19 Nov 2014 23:22:12 +0700 Subject: [PATCH] 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 00000000..e69de29b