From 1773ba2f3c80cc748d365986ae2cc7dd931a992b Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 19 Jul 2015 01:05:06 +0200 Subject: Fix exampleSite Typo --- exampleSite/config.toml | 16 ++++++++++++++++ 1 file changed, 16 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..b016654 --- /dev/null +++ b/exampleSite/config.toml @@ -0,0 +1,16 @@ +baseurl = "http://yourSiteHere" +languageCode = "fr-fr" +title = "my new web site" +[params] + description = "I <3 making web site" + mainIcon = "/img/hugo.png" + +[[params.social]] + title = "twitter" + url = "https://twitter.com/SBootstrap" +[[params.social]] + title = "github" + url = "https://github.com/IronSummitMedia/startbootstrap" +[[params.social]] + title = "linkedin" + url = "" -- cgit v1.3