aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-10-08 20:56:06 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-10-08 20:56:06 +0200
commit5b4dec6db91cfc28c51756101c2f7f2747d884d3 (patch)
tree77a254879a57c809a5692f23df908e4f67327072 /exampleSite
parent5b7db23aaacbb08a8242b1a77bd39bc19139526c (diff)
Fix menu paddings, add additional space for big screens
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.gitignore1
-rw-r--r--exampleSite/config.yml4
2 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..07cf801
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1 @@
+resources/ \ No newline at end of file
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 378f01f..2c49a8c 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -1,6 +1,8 @@
+# hugo server --themesDir ...
+
baseURL: http://example.org
title: Rx Jersey
-theme: book
+theme: hugo-book
# Book configuration
disablePathToLower: true