diff options
author | Austin Adams <git@austinjadams.com> | 2017-02-21 13:16:35 -0500 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2017-02-21 13:16:35 -0500 |
commit | f9ef29008a11f0dd1b14b57973ee4cf68a4bb917 (patch) | |
tree | 8e7a95f24c774e5ae37f9b3afb014c8693517d69 /config.toml | |
parent | 5618dcb8c2b6dc1083e79b35f18fe85143aeff6d (diff) | |
download | webzone-f9ef29008a11f0dd1b14b57973ee4cf68a4bb917.tar.gz webzone-f9ef29008a11f0dd1b14b57973ee4cf68a4bb917.tar.xz |
Move root to /, not /blog/
Since I plan to build my homepage in Hugo, make the root directory /
(and fix an image link broken by this change).
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..191ebd6 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://austinjadams.com/blog/" +baseurl = "https://austinjadams.com/" languageCode = "en-us" title = "austin's lousy blog" # toolbag/nginx handle 404s for us |