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

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-09 17:38:16 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-09 17:38:16 +0300
commitb3f65599a73dd722b5bb171c79a1b2853a3756da (patch)
tree80af9e319a5cf4f351649912dadcac5fd1c77459 /exampleSite
parent6bfdc70601b704b4fb5b0756c6011fc9b68b37ad (diff)
Fork the repository
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml21
l---------exampleSite/themes/slick_temple1
2 files changed, 14 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6901bdf..95d688f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,29 +1,34 @@
baseURL = "https://example.com/"
-title = "Temple"
-theme = "temple"
+title = "Slick Temple"
+theme = "slick_temple"
# If not set, it will not appear. Otherwise it will show below your footer links
-copyright = "(c) 2017 - 2018 Aos Dabbagh -- All rights reserved."
+copyright = "(c) 2018 Some Author -- All rights reserved."
[params]
# Enables syntax highlighting
- highlight = true
+ highlight = true
# Supports highlighting for languages not included in the original pack
- # See https://highlightjs.org/download/ for original pack
+ # See https://highlightjs.org/download/ for what's included in original pack
# For reference to all languages, see:
# https://github.com/isagalaev/highlight.js/tree/master/src/languages
hjslangs = ["go", "vim"]
# Enables the topmenu, which pulls from categories
topmenu = "categories"
+ # Enables custom date format (optional, the default is MM-DD-YYYY)
+ # For reference to date and time templating, see:
+ # https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
+ dateformatpretty = "2006-01-02"
+
# Builds a list page for each category given
[taxonomies]
tag = "tags"
category = "categories"
[author]
- name = "Temple Theme"
- github = "github"
- email = "your@email.com"
+ name = "Some Author"
+ email = "some@email.com"
gaid = "Your Google Analytics ID"
+ github = "github"
twitter = "twitterID"
medium = "mediumUsername"
diff --git a/exampleSite/themes/slick_temple b/exampleSite/themes/slick_temple
new file mode 120000
index 0000000..6581736
--- /dev/null
+++ b/exampleSite/themes/slick_temple
@@ -0,0 +1 @@
+../../ \ No newline at end of file