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

github.com/EmielH/stip-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>2019-03-31 21:35:41 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
commit22935f4f4febc9c25ab358f0c559e256a67adde4 (patch)
treef49d33fb3c13fb94add31ebcddaf205327cdbb81 /exampleSite
Initial commit
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml28
-rw-r--r--exampleSite/content/.gitkeep0
2 files changed, 28 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..2ad129c
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,28 @@
+baseURL = "https://example.com/"
+languageCode = "en"
+defaultContentLanguage = "en"
+title = "Stip"
+theme = "stip"
+
+[Author]
+ name = "Jane Doe"
+ bio = "Professional coffee drinker"
+
+[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
diff --git a/exampleSite/content/.gitkeep b/exampleSite/content/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/content/.gitkeep