aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorLuiz F. A. de Prá <rawarkanis@gmail.com>2018-03-08 16:48:46 -0300
committerLuiz F. A. de Prá <rawarkanis@gmail.com>2018-03-08 16:48:46 -0300
commit75b422ae3b4c1a1654224b2f58663cd664551c6c (patch)
tree0b01434e3c6853b3fe209cbb6374e451b9fe269b /exampleSite/config.toml
parent6e47762775ad8adfd62252b12c0f9c2c50e19cd7 (diff)
downloadhugo-coder-75b422ae3b4c1a1654224b2f58663cd664551c6c.tar.gz
hugo-coder-75b422ae3b4c1a1654224b2f58663cd664551c6c.tar.bz2
hugo-coder-75b422ae3b4c1a1654224b2f58663cd664551c6c.zip
Fix links and content type
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0bc385b..eba4df5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "//johndoe.com/"
+baseurl = "http://www.example.com"
title = "johndoe"
theme = "coder"