apct-landing/config.toml
2021-08-31 14:45:50 -03:00

191 lines
4.2 KiB
TOML

################################# Default configuration ###################
baseURL = "https://www.aperturect.com"
title = "ApertureCT"
theme = "meghna-hugo"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = []
############################# Plugins ##########################
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700&display=swap"
# js plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/magnific-popup/jquery.magnific-popup.min.js"
[[params.plugins.js]]
link = "plugins/lazy-load/lozad.min.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
################### English Navigation ########################
[[Languages.en.menu.main]]
name = "about"
pre = "#"
url = "about"
weight = 1
[[Languages.en.menu.main]]
name = "services"
pre = "#"
url = "services"
weight = 2
# [[Languages.en.menu.main]]
# name = "portfolio"
# pre = "#"
# url = "portfolio"
# weight = 3
# [[Languages.en.menu.main]]
# name = "team"
# pre = "#"
# url = "team"
# weight = 4
# [[Languages.en.menu.main]]
# name = "pricing"
# pre = "#"
# url = "pricing"
# weight = 5
[[Languages.en.menu.main]]
name = "blog"
pre = "#"
url = "blog"
weight = 6
[[Languages.en.menu.main]]
name = "contact"
pre = "#"
url = "contact"
weight = 7
# ################### Dutch Navigation ########################
# [[Languages.nl.menu.main]]
# name = "Over ons"
# pre = "#"
# url = "about"
# weight = 1
# [[Languages.nl.menu.main]]
# name = "Onze Services"
# pre = "#"
# url = "services"
# weight = 2
# [[Languages.nl.menu.main]]
# name = "Portfolio"
# pre = "#"
# url = "portfolio"
# weight = 3
# [[Languages.nl.menu.main]]
# name = "Team"
# pre = "#"
# url = "team"
# weight = 4
# [[Languages.nl.menu.main]]
# name = "Plannen"
# pre = "#"
# url = "pricing"
# weight = 5
# [[Languages.nl.menu.main]]
# name = "blog"
# pre = "#"
# url = "blog"
# weight = 6
# [[Languages.nl.menu.main]]
# name = "contact ons"
# pre = "#"
# url = "contact"
# weight = 7
############################# Default Parameters ##########################
[params]
logo = "images/logo.png"
# Meta data
description = "Responsive Multipurpose Parallax Hugo Template"
author = "Themefisher"
# Google Analytics
google_analytics_id = "" # Your ID
# post share
post_share = true
# preloader
[params.preloader]
enable = false
preloader = "images/logo.png"
# cookies
[params.cookies]
enable = false
expire_days = 2
# google map
[params.map]
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"
############################# social icons ##########################
[[params.social]]
icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
link = "https://www.facebook.com/ApertureComputerTechnologies/"
[[params.social]]
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
link = "#"
[[params.social]]
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
link = "https://www.linkedin.com/company/aperture-ct/"
################################ English Language ########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
copyright = "Copyright © 2021 Aperture Computer Technologies, Designed by Themefisher"
# ################################ Dutch Language ########################
# [Languages.nl]
# languageName = "Nl"
# languageCode = "nl"
# contentDir = "content/dutch"
# weight = 2
# home = "Home"
# copyright = "Copyright © 2021"