From 4aa3c464a78fcc98f3950af6460cc32f4fe02552 Mon Sep 17 00:00:00 2001 From: etienne Date: Sat, 18 Jul 2015 15:28:24 +0200 Subject: add exemple site --- exempleSite/config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 exempleSite/config.toml (limited to 'exempleSite/config.toml') diff --git a/exempleSite/config.toml b/exempleSite/config.toml new file mode 100644 index 0000000..b016654 --- /dev/null +++ b/exempleSite/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