Initial commit: Add telonma homepage
This commit is contained in:
102
themes/hugo-arcana/exampleSite/config/_default/config.toml
Normal file
102
themes/hugo-arcana/exampleSite/config/_default/config.toml
Normal file
@@ -0,0 +1,102 @@
|
||||
baseURL = "https://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "Arcana for Hugo"
|
||||
theme = "hugo-arcana"
|
||||
copyright = "© Untitled. All rights reserved"
|
||||
|
||||
defaultContentLanguage = "en"
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
[languages.de]
|
||||
languageName = "Deutsch"
|
||||
weight = 2
|
||||
[languages.es]
|
||||
languageName = "Spanish"
|
||||
weight = 3
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
[params]
|
||||
description = "A business/corporate style responsive site template."
|
||||
images = ['images/metaimage.jpg']
|
||||
show_post_dates = false
|
||||
|
||||
[[params.social]]
|
||||
title = "Twitter"
|
||||
icon = "fa-twitter"
|
||||
url = "#"
|
||||
[[params.social]]
|
||||
title = "Facebook"
|
||||
icon = "fa-facebook-f"
|
||||
url = "#"
|
||||
[[params.social]]
|
||||
title = "GitHub"
|
||||
icon = "fa-github"
|
||||
url = "#"
|
||||
[[params.social]]
|
||||
title = "LinkedIn"
|
||||
icon = "fa-linkedin-in"
|
||||
url = "#"
|
||||
[[params.social]]
|
||||
title = "Creative Commons"
|
||||
icon = "fa-creative-commons"
|
||||
url = "https://creativecommons.org/"
|
||||
|
||||
|
||||
[params.footer]
|
||||
|
||||
[[params.footer.links]]
|
||||
header = "Links to Stuff"
|
||||
[[params.footer.links.links]]
|
||||
title = "Mattis et quis rutrum"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Suspendisse amet varius"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Sed et dapibus quis"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Rutrum accumsan dolor"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Mattis rutrum accumsan"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Suspendisse varius nibh"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Sed et dapibus mattis"
|
||||
url = "#"
|
||||
|
||||
[[params.footer.links]]
|
||||
header = "More Links to Stuff"
|
||||
[[params.footer.links.links]]
|
||||
title = "Duis neque nisi dapibus"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Sed et dapibus quis"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Rutrum accumsan sed"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Mattis et sed accumsan"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Duis neque nisi sed"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Sed et dapibus quis"
|
||||
url = "#"
|
||||
[[params.footer.links.links]]
|
||||
title = "Rutrum amet varius"
|
||||
url = "#"
|
||||
|
||||
[params.footer.contact_form]
|
||||
enabled = true
|
||||
header = "Get In Touch"
|
||||
action = ""
|
||||
Reference in New Issue
Block a user