Initial Release
This commit is contained in:
109
exampleSite/config.toml
Normal file
109
exampleSite/config.toml
Normal file
@@ -0,0 +1,109 @@
|
||||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "Roxo | Creative Design Agency"
|
||||
theme = "roxo"
|
||||
summarylength = 25
|
||||
|
||||
# Site Menus
|
||||
[menu]
|
||||
# Navbar Menus
|
||||
[[menu.nav]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[menu.nav]]
|
||||
name = "About"
|
||||
url = "about"
|
||||
weight = 2
|
||||
[[menu.nav]]
|
||||
name = "Portfolio"
|
||||
url = "portfolio"
|
||||
weight = 3
|
||||
[[menu.nav]]
|
||||
name = "Blog"
|
||||
url = "blog"
|
||||
weight = 4
|
||||
|
||||
# Site Params
|
||||
[params]
|
||||
logo = "images/logo.png"
|
||||
dateFormat = "26 FEB 1994"
|
||||
# Meta data
|
||||
description = "Roxo Hugo themes | Design Agency Template by StaticMania"
|
||||
author = "StaticMania"
|
||||
# We're using formspree.io for form handling, paste your formspree url below
|
||||
formspreeFormUrl = "https://formspree.io/myykjpje"
|
||||
|
||||
# Navbar Action Button
|
||||
[params.navAction]
|
||||
status = true
|
||||
name = "Get in touch"
|
||||
url = "/contact"
|
||||
|
||||
|
||||
# Banner Section
|
||||
[params.banner]
|
||||
enable = true
|
||||
background_image = "images/backgrounds/hero-background.jpg"
|
||||
heading = "We’re a Design Studio That Belies In the Great Ideas"
|
||||
tagline = "WE WORK HARD, WE PLAY HARD"
|
||||
primary_button = "See Our Works"
|
||||
primary_button_url = "/portfolio"
|
||||
secondary_button = "Connect with Us"
|
||||
secondary_button_url = "/contact"
|
||||
|
||||
[params.portfolio]
|
||||
enable = true
|
||||
title = "OUR RECENT WORKS"
|
||||
subtitle = "Crafting experiences and seeking to make the complex clear & beautiful."
|
||||
|
||||
[params.call_to_action]
|
||||
enable = true
|
||||
background_image = "images/backgrounds/cta-background.jpg"
|
||||
title = "LET’S WORK TOGETHER"
|
||||
primary_button = "Submit Query"
|
||||
primary_button_url = "/contact"
|
||||
secondary_button = "Not Convinced"
|
||||
secondary_button_url = "/portfolio"
|
||||
|
||||
[params.footer]
|
||||
# Footer Contact Info
|
||||
[params.footer.contactInfo]
|
||||
title = "Contact Info"
|
||||
address = "713 Elmwood St.<br>Prior Lake, MN 55372"
|
||||
phone = "409-896-1444"
|
||||
email = "info@roxo.co"
|
||||
# Footer Sitemap
|
||||
[params.footer.sitemap]
|
||||
title = "Sitemap"
|
||||
[[params.footer.sitemap.link]]
|
||||
name = "About Company"
|
||||
url = "/about"
|
||||
[[params.footer.sitemap.link]]
|
||||
name = "Projects"
|
||||
url = "/portfolio"
|
||||
[[params.footer.sitemap.link]]
|
||||
name = "Blog"
|
||||
url = "/blog"
|
||||
[[params.footer.sitemap.link]]
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
# Footer Social Media
|
||||
[params.footer.social]
|
||||
title = "Social Media"
|
||||
[[params.footer.social.link]]
|
||||
name = "Medium"
|
||||
url = "#"
|
||||
[[params.footer.social.link]]
|
||||
name = "Behance"
|
||||
url = "#"
|
||||
[[params.footer.social.link]]
|
||||
name = "Dribbble"
|
||||
url = "#"
|
||||
[[params.footer.social.link]]
|
||||
name = "Instagram"
|
||||
url = "#"
|
||||
# Footer Service
|
||||
[params.footer.service]
|
||||
title = "We help brands:"
|
||||
description = "develop design solutions<br>produce valuable cultural content<br>create fresh brand experience"
|
||||
Reference in New Issue
Block a user