Example site.
This commit is contained in:
parent
dd2e6a7246
commit
658e2bbb4f
1 changed files with 30 additions and 0 deletions
30
exampleSite/config.toml
Normal file
30
exampleSite/config.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
languageCode = "en-us"
|
||||
title = "Dimension"
|
||||
baseurl = "http://example.org/"
|
||||
theme = "dimension"
|
||||
|
||||
[params]
|
||||
title = "Dimension"
|
||||
description = '<!--[-->A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and released<!--]--><br />
|
||||
<!--[-->for free under the <a href="https://html5up.net/license">Creative Commons</a> license.<!--]-->'
|
||||
copyright = "Untitled"
|
||||
|
||||
[[params.social]]
|
||||
medium = "twitter"
|
||||
icon = "twitter"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "facebook"
|
||||
icon = "facebook"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "instagram"
|
||||
icon = "instagram"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "github"
|
||||
icon = "github"
|
||||
link = "#"
|
Loading…
Reference in a new issue