Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsuka Suzuki <hello@tanksuzuki.com>2016-11-01 03:24:25 +0300
committerAsuka Suzuki <hello@tanksuzuki.com>2016-11-01 03:24:25 +0300
commit6c4667b94a35a20b9855cbc2fc5b26078904bfbd (patch)
treeadbdff01914791d5ad78d7e55478f4e63aef51d7 /exampleSite
parent5dc815a70441eb67abae021db2c8b231fc25e23d (diff)
fix baseurl
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b89f452..225fb54 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "http://replace-this-with-your-hugo-site.com"
+baseurl = "https://example.com"
languageCode = "en"
title = "Hemingway"
theme = "hemingway"