updated: exampleSite config file

master
ronopixels 5 years ago
parent ea1e4fcbb7
commit e564d2051b
  1. 13
      exampleSite/config.toml

@ -1,8 +1,9 @@
baseURL = "https://portio-hugo.netlify.app/"
baseURL = "http://example.org/"
languageCode = "en-us"
paginate = 6
theme = "portio"
title = "Portio"
# Main Menu
[[menu.main]]
name = "Home"
url = "#home"
@ -31,6 +32,8 @@ weight = 6
name = "Contact"
url = "#contact"
weight = 7
# Sitemap Menu
[[menu.sitemap]]
name = "About me"
url = "about"
@ -47,21 +50,23 @@ weight = 3
name = "Latest Article"
url = "#"
weight = 4
[params]
blogPageURL = "blog"
contactLink = "contact"
copyright = "All right reserved copyright © Portio 2020"
footerLogo = "images/contact/widget-logo.png"
formspreeURL = "https://formspree.io/xgenqoqr"
googleAnalytics = "UA-175025671-1"
formspreeURL = "YOUR FORMSPREE URL"
googleAnalytics = "YOUR GOOGLE ANALYTICS CODE"
logo = "images/site-navigation/logo.png"
[params.address]
address = "23 Khan Niketon, Grand Street, NYK."
email = "hello@example.com"
openingHours = "Open from 10am to 6pm (close at 5pm Sundays)"
phone = "+(448) 833 5272 332"
[params.map]
APIkey = "AIzaSyC9rV6yesIygoVKTD6QLf_iCa9eiIIHqZ0"
APIkey = "YOUR GOOGLE MAP API"
latitude = "23.7783741"
longitude = "90.3746808"
pinImage = "images/pin.png"

Loading…
Cancel
Save