diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-10-08 20:56:06 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-10-08 20:56:06 +0200 |
commit | 5b4dec6db91cfc28c51756101c2f7f2747d884d3 (patch) | |
tree | 77a254879a57c809a5692f23df908e4f67327072 /exampleSite | |
parent | 5b7db23aaacbb08a8242b1a77bd39bc19139526c (diff) |
Fix menu paddings, add additional space for big screens
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/.gitignore | 1 | ||||
-rw-r--r-- | exampleSite/config.yml | 4 |
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 |