You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
3.0 KiB
123 lines
3.0 KiB
baseURL = "http://properhorsebrewery.com/"
|
|
languageCode = "en-us"
|
|
DefaultContentLanguage = "en"
|
|
title = "Proper Horse Brewery"
|
|
theme = "meghna-hugo"
|
|
summaryLength = 10
|
|
|
|
[taxonomies]
|
|
author = "author"
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
# Menu
|
|
[menu]
|
|
[[menu.nav]]
|
|
name = "About Us"
|
|
URL = "about"
|
|
weight = 2
|
|
|
|
[[menu.nav]]
|
|
name = "Portfolio"
|
|
URL = "portfolio"
|
|
weight = 4
|
|
|
|
[[menu.nav]]
|
|
name = "Team"
|
|
URL = "our-team"
|
|
weight = 5
|
|
|
|
[[menu.nav]]
|
|
name = "Contact"
|
|
URL = "contact-us"
|
|
weight = 8
|
|
|
|
# Site params
|
|
[params]
|
|
home= "Home"
|
|
logo = "images/logo.png"
|
|
gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
|
|
# Meta data
|
|
description = "Home Brewery, based in Oslo"
|
|
author = "Themefisher"
|
|
# Google Analitycs
|
|
googleAnalitycsID = "Your ID"
|
|
custom_css = ["css/custom.css"]
|
|
|
|
# Banner Section
|
|
[params.banner]
|
|
enable = true
|
|
bgImage = "images/slider/hero-area.jpg"
|
|
icon = "tf-ion-play"
|
|
heading = "Experience the new reality"
|
|
content= "Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, excepturi. At recusandae sit perferendis autem,iste tempora nostrum numquam sapiente!"
|
|
btn = true
|
|
btnText="Explore Us"
|
|
btnURL="#services"
|
|
|
|
# call to action
|
|
[params.cta]
|
|
enable = true
|
|
title = "Great Design & Incredible Features"
|
|
content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
|
|
btnURL = "#"
|
|
btnText = "Start a project with us"
|
|
|
|
# counter
|
|
[params.counter]
|
|
enable = true
|
|
bgImage = "images/backgrounds/bg-1.jpg"
|
|
[[params.counter.counterItem]]
|
|
title = "Happy Clients"
|
|
icon = "tf-ion-android-happy"
|
|
count = "320"
|
|
|
|
[[params.counter.counterItem]]
|
|
title = "Projects completed"
|
|
icon = "tf-ion-archive"
|
|
count = "565"
|
|
|
|
[[params.counter.counterItem]]
|
|
title = "Positive feedback"
|
|
icon = "tf-ion-thumbsup"
|
|
count = "95"
|
|
|
|
[[params.counter.counterItem]]
|
|
title = "Cups of Coffee"
|
|
icon = "tf-ion-coffee"
|
|
count = "2500"
|
|
|
|
# footer
|
|
[params.footer]
|
|
copyright = "Proper Horse Brewery"
|
|
copyrightURL = "http://www.properhorsebrewery.com"
|
|
|
|
# social Icons
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-facebook"
|
|
url = "#"
|
|
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-twitter"
|
|
url = "#"
|
|
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-google-outline"
|
|
url = "#"
|
|
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-youtube"
|
|
url = "#"
|
|
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-linkedin"
|
|
url = "#"
|
|
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-dribbble-outline"
|
|
url = "#"
|
|
|
|
[[params.footer.socialIcon]]
|
|
icon = "tf-ion-social-pinterest-outline"
|
|
url = "#"
|