diff options
author | Austin Adams <git@austinjadams.com> | 2016-08-23 18:31:14 -0400 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2016-08-23 18:31:14 -0400 |
commit | 1fc0a70ca5f5ff2773a47927fce5cd54e5623cd4 (patch) | |
tree | 5cd99317f76c8b8c07df9c98a2fddd8bd86fc6f9 /config.toml | |
parent | 89047c3db1121c5696ec4559984c2f3b3969ef37 (diff) | |
download | webzone-1fc0a70ca5f5ff2773a47927fce5cd54e5623cd4.tar.gz webzone-1fc0a70ca5f5ff2773a47927fce5cd54e5623cd4.tar.xz |
config.toml: For giggles, enable the sitemap
Attempt (weakly) to make search engines like me by telling Hugo to
generate a `sitemap.xml'.
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index af5c053..c45936b 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ title = "austin's lousy blog" # toolbag/nginx handle 404s for us disable404 = true disableRSS = true -disableSitemap = true +disableSitemap = false [params] homeurl = "/" |