From 3bfa83334855d04218f4df61001088c23646b1f4 Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Sun, 28 Oct 2018 14:12:32 +0100 Subject: Initial commit --- exampleSite/config.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exampleSite/config.toml (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3