diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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 = "" |
