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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml54
1 files changed, 54 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..8d758c5
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,54 @@
+# Site settings
+baseurl = "https://example.org/"
+themesDir = "../.."
+languageCode = "en-us"
+title = "Hugo Cactus Theme"
+theme = "hugo-cactus-theme"
+# Enter your tracking code to enable Google Analytics
+googleAnalytics = ""
+# Disable comments by leaving disqusShortname empty
+disqusShortname = "spf13"
+
+[params]
+ name = "John Doe"
+ description = "Describe your website"
+ bio = "Blogger & Programmer"
+ # Enter optionally your twitter account
+ twitter = "Your Twitter account"
+ enableRSS = true
+
+ # 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 = []
+
+ # The variables below are optionally too and can be used to
+ # translate or customize each string of the theme.
+
+ # 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/"