diff options
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 |