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

github.com/rhnvrm/bodhi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Verma <hello@rohanverma.net>2020-05-28 17:05:16 +0300
committerRohan Verma <hello@rohanverma.net>2020-05-28 17:05:16 +0300
commitb250f03c25405d0c2d606b1596eb00cd21852f7a (patch)
treead3b4335f38fa99e0ca561e827758a3440d3f0a0
parent724e9cbbe11068e63b707c4b4d2d68829db12ef6 (diff)
fix: change to example.com in config.toml
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 13482c9..e7ce7d9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,7 +8,7 @@ googleAnalytics = "xxxx"
subtitle = "simple and minimal."
avatar = "/avatar.png"
author = "Rohan Verma"
- commentoSrc = "https://commento.myselfhostedinstance.net/js/commento.js"
+ commentoSrc = "https://commento.example.com/js/commento.js"
footerMessage = "Keep it simple."
[[menu.main]]
@@ -52,7 +52,7 @@ unsafe= true
[params.fathomAnalytics]
siteID = "XXXXX"
- serverURL = "https://fathom.myselfhostedinstance.net"
+ serverURL = "https://fathom.example.com"
[markup]
[markup.highlight]