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

github.com/st-wong/hugo-spectre-pixel-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.sample.toml')
-rw-r--r--exampleSite/config.sample.toml51
1 files changed, 51 insertions, 0 deletions
diff --git a/exampleSite/config.sample.toml b/exampleSite/config.sample.toml
new file mode 100644
index 0000000..4236597
--- /dev/null
+++ b/exampleSite/config.sample.toml
@@ -0,0 +1,51 @@
+# Site settings
+baseurl = "https://example.org/"
+languageCode = "en-us"
+title = "Spectre Pixel Theme"
+theme = "spectre-pixel"
+# Enter your tracking code to enable Google Analytics
+googleAnalytics = ""
+
+[params]
+ name = "John Doe"
+ altName = "John"
+ description = "Describe your website"
+ bio = "Blogger & Programmer"
+ 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 = [
+ "https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css"
+ ]
+ 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 = ""
+ copyright = ""
+
+ # Sharing options and author information in posts
+ aboutAuthor = "I'm a Programmer."
+
+ # 404 page
+ title404 = ""
+ subtitle404 = ""
+
+# Add additional social link entries underneath
+[social]
+ email = "john.doe@email.com"
+ facebook = "https://www.facebook.com/"
+ github = "https://www.github.com/"
+ linkedin = "https://www.linkedin.com/"
+ twitter = "https://www.twitter.com/"
+
+[taxonomies]
+ tag = "tags"