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

github.com/davidhampgonsalves/hugo-black-and-light-theme.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.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..2d836c1
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,23 @@
+baseurl = "http://hugo.spf13.com/"
+title = "Black & Light"
+author = "David Hamp-Gonsalves"
+canonifyurls = true
+languagecode = "en"
+theme = "black-and-light"
+
+pygmentsstyle = "bw"
+pygmentscodefences = true
+
+[params]
+ sitename = "Black & Light"
+
+[[menu.main]]
+ name = "About"
+ url = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme"
+[[menu.main]]
+ name = "Projects"
+ url = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme"
+[[menu.main]]
+ name = "Resume"
+ url = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme"
+