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-04 02:12:40 +0300
committerGitHub <noreply@github.com>2019-01-04 02:12:40 +0300
commit46847ab675b925bd87379b87fc55dc5fb820b34c (patch)
tree9dec91511adafeb43ca3a4c162bc696c414edf16
parentb01b0dbc58ddb0c793591edcad9588f9dc99648b (diff)
Config
-rw-r--r--exampleSite/config.toml81
1 files changed, 36 insertions, 45 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f16e917..e9796a0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,54 +1,45 @@
-# Site settings
-baseurl = "https://example.org/"
-themesDir = "../.."
+baseURL = "/"
languageCode = "en-us"
-title = "Hugo Cactus Theme"
-theme = "hugo-cactus-theme"
+title = "Onepress Example Site"
+description = "a Blog by Jeremiah Succeed"
+config = "config.toml"
+theme = "onepress"
# Enter your tracking code to enable Google Analytics
-googleAnalytics = ""
+googleAnalytics = "UA-99057145-6"
# Disable comments by leaving disqusShortname empty
-disqusShortname = "spf13"
+disqusShortname = "ijsucceed"
+copyright = "Copyright © 2019, Jeremiah Succeed; all rights reserved."
+canonifyURLS = true
+paginate = 12
[params]
- name = "John Doe"
- description = "Describe your website"
- bio = "Blogger & Programmer"
- # Enter optionally your twitter account
- twitter = "Your Twitter account"
+ author = "Jeremiah Succeed"
+ bio = "Fullstack web developer and Templates designer."
+ logo = "/images/logo.png"
+ avatar = "/images/logo.png"
+ opengraphImage = "/images/logo.png"
enableRSS = true
+ customCSS = false
+ readMore = "Read Up"
+
+ # Social
+ twitter = "ijsucceed"
+ github = "ijsucceed"
+ facebook = "ijsucceed"
+ linkedin = "ijsucceed"
- # Integrate Javascript files or stylesheets by adding the url to the external assets or by
- # linking local files with their path relative to the static folder, e.g. "css/styles.css"
- customCSS = []
- customJS = []
+
+ # Widget
+ widgets = true
+
+ # Author box and Share button
+ authorCard = false
+ shareButton = true
+
+ # Code highlighting with highlight.js
+ highlightJS = true
- # The variables below are optionally too and can be used to
- # translate or customize each string of the theme.
+# Taxonomies
+[taxonomies]
+ tag = "tags"
- # Navigation links
- home = ""
- subscribe = ""
- # Pagination links
- olderPosts = ""
- newerPosts = ""
- readMore = ""
- copyright = ""
- # Sharing options and author information in posts
- aboutAuthor = "I'm an blogger."
- tweet = ""
- share = ""
- # 404 page
- title404 = ""
- subtitle404 = ""
-
- # Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
- iconFont = "mono-social"
- # The social icons can be styled differently if you use mono as font - circle, rounded, or empty
- socialIconStyle = "circle"
-
-# Add additional social link entries underneath
-[social]
- twitter = "https://www.twitter.com/"
- facebook = "https://www.facebook.com/"
- github = "https://www.github.com/"
- dribble = "https://www.dribbble.com/"