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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2018-08-02 19:27:13 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2018-08-02 19:27:13 +0300
commit63e1c9edfea577b563d91ff9a72221811c2ccb8a (patch)
tree24ff6cc0aa32d14ebac0bd4f32e9b6f6e04c1f8e /exampleSite
parentfd983f24188b1fa92245862b0a2c3de34444c1a9 (diff)
fixed #27 fixed baseurl params
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 f482660..1b1d381 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "Your Site URL"
+baseurl = "http://example.com"
languageCode = "en"
title = "Your Site Name"
copyright = "Your Site copyright"