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

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 20:06:12 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 20:06:12 +0300
commit37d31c650d42ec9db5c0f79bf6b3dcb13b5529ff (patch)
treec00fec4b6a9b860d1893b1a57334b148566c6c76
parenteb8a202acef96ee5b488dc9880758353ee912f70 (diff)
Fix example domain on 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 ed203ab..c2cbf71 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "http://example.org/"
+baseURL = "https://example.org/"
languageCode = "en-us"
title = "A Hugo theme"
theme = "techlog-simple"