aboutsummaryrefslogtreecommitdiffstats
path: root/exempleSite/config.toml
blob: b0166546c7aaef4f9dd29412b462ac28655727f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = ""