From 5b4dec6db91cfc28c51756101c2f7f2747d884d3 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 8 Oct 2018 20:56:06 +0200 Subject: Fix menu paddings, add additional space for big screens --- exampleSite/.gitignore | 1 + exampleSite/config.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 exampleSite/.gitignore (limited to 'exampleSite') 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 -- cgit v1.2.3