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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-10-28 16:12:32 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-28 16:12:32 +0300
commit3bfa83334855d04218f4df61001088c23646b1f4 (patch)
tree20ec37525dadec13939ffd78baf2dfe747c5a3a9 /exampleSite
Initial commit
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..bffbedf
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,27 @@
+baseURL = "https://example.com/"
+languageCode = "en"
+defaultContentLanguage = "en"
+title = "Hallo"
+theme = "hallo"
+
+[Author]
+ name = "Hallo"
+
+[params]
+
+ [[params.links]]
+ iconset = "fas"
+ icon = "envelope"
+ title = "E-mail"
+ url = "mailto:mail@example.org"
+
+ [[params.links]]
+ icon = "github"
+ title = "Github"
+ url = "https://github.com/"
+
+ [[params.links]]
+ icon = "twitter"
+ title = "Twitter"
+ url = "https://twitter.com/"
+ \ No newline at end of file