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

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbimmer44 <david@rooikat.com>2019-01-28 18:45:35 +0300
committerbimmer44 <david@rooikat.com>2019-01-28 18:45:35 +0300
commitc638c3b0f753eb7232eba95aab68216c45fddfa8 (patch)
tree72580de2b5ab5f086da769b5bd40c97e1d3e5cc6 /exampleSite/config.toml
parent12ef17b881bf2236bbbc11e9d4daf9c5cb6df663 (diff)
Added example site.
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..4c0e868
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,29 @@
+baseurl = "https://gohugo.io/"
+title = "Hugo Themes"
+author = "Steve Francia"
+copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
+canonifyurls = true
+paginate = 3
+
+googleAnalytics = ""
+
+theme = "strange-case"
+
+[params]
+ colorScheme = "scheme-darkbrown"
+ dateformat = "Jan 2, 2006"
+ description = "A Hugo Theme built with Bootstrap"
+ sidebarDescription = "A Hugo Theme built with Bootstrap"
+ sidebarFreeText = "A optional paragraph of free text. Set to blank in config.toml to clear..."
+ piwikSiteID = ""
+ piwikURL = ""
+
+[[menu.main]]
+ name = "Hugo"
+ post = "<span class='glyphicon glyphicon-fire'></span>"
+ url = "http://gohugo.io"
+
+[[menu.main]]
+ name = "Bootstrap"
+ post = "<span class='glyphicon glyphicon-ok'></span>"
+ url = "http://getbootstrap.com" \ No newline at end of file