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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-06 10:27:38 +0300
committertosi29 <tosi16@gmail.com>2019-05-06 10:27:38 +0300
commit46d33c121b85af24464181a1feec8a97ee41b7e5 (patch)
treea596cfed7168030b1ddbe8ef57d6453beffecad5
parent6c4893aa2816c9491c6afcc3e63bd04a9bee3925 (diff)
Fix config.toml to register hugo themes
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c4df146..3d5af5d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "/"
+baseURL = "https://example.com"
title = "Inkblotty"
author = "Author"
paginate = 10