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

github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Succeed <ikwuje24@gmail.com>2019-01-05 00:36:32 +0300
committerGitHub <noreply@github.com>2019-01-05 00:36:32 +0300
commit925a49dd9d4fb19ff4085696ed5773e8f69fa350 (patch)
treedce5bc2abd61979aff2e48e1088aea54427048c0
parent611ef73a9224e528965869db31464f2be0911661 (diff)
Remove front slash
-rw-r--r--exampleSite/config.toml19
1 files changed, 9 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fea390e..026eda5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,13 +1,12 @@
-baseURL = "/"
+baseURL = "https://example.com"
languageCode = "en-us"
title = "Onepress Example Site"
description = "a Blog by Jeremiah Succeed"
-config = "config.toml"
theme = "onepress"
# Enter your tracking code to enable Google Analytics
-googleAnalytics = "UA-99057145-6"
+googleAnalytics = ""
# Disable comments by leaving disqusShortname empty
-disqusShortname = "ijsucceed"
+disqusShortname = ""
copyright = "Copyright © 2019, Jeremiah Succeed; all rights reserved."
canonifyURLS = true
paginate = 12
@@ -15,16 +14,16 @@ paginate = 12
[params]
author = "Jeremiah Succeed"
bio = "Fullstack web developer and Templates designer."
- logo = "/images/logo.png"
- avatar = "/images/logo.png"
- opengraphImage = "/images/logo.png"
+ logo = "images/logo.png"
+ avatar = "images/logo.png"
+ opengraphImage = "images/logo.png"
enableRSS = true
customCSS = false
- readMore = "Read Up"
+ readMore = "Read Up"
# Social
- twitter = "https://twitter.com/ijsucceed"
- github = "https://github.com/ijsucceed"
+ twitter = "https://twitter.com/username"
+ github = "https://github.com/username"
facebook = ""
linkedin = ""