Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Whitwell <tom@whitwell.xyz>2018-04-24 19:47:04 +0300
committerTom Whitwell <tom@whitwell.xyz>2018-04-24 19:47:04 +0300
commit16a8dd9e0a47646976854b63edfe8c3d35e1987a (patch)
tree7a2475cedd81589253eef2f8294d68b3092f853a
parent2c3a1cf78df36d3d3c7eb41116436a75d9763c01 (diff)
add empty content dir (https://github.com/gohugoio/hugoThemes/issues/358\#issuecomment-384001269)
-rw-r--r--.travis.yml1
-rw-r--r--exampleSite/content/.gitkeep0
2 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c8790dd..2aa13fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ install:
- tar xzf hugo_0.38.2_Linux-64bit.tar.gz hugo && chmod +x hugo
script:
- cd exampleSite
-- mkdir content
- mkdir -p themes/startpage
- cp -a ../layouts themes/startpage/
- cp -a ../static themes/startpage/
diff --git a/exampleSite/content/.gitkeep b/exampleSite/content/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/content/.gitkeep