First Commit
Setup repo and website
This commit is contained in:
107
cerimoniere-website-source/config.toml
Normal file
107
cerimoniere-website-source/config.toml
Normal file
@@ -0,0 +1,107 @@
|
||||
################################### Default Configuration ############################
|
||||
baseurl = "https://www.delphistudio.es/maestrodeceremonias/"
|
||||
title = "Cerimoniere Web"
|
||||
theme = "vex-hugo"
|
||||
# post excert
|
||||
summarylength = "20"
|
||||
# google analytics
|
||||
googleAnalytics = "" # Ex: UA-123-45
|
||||
# disable language
|
||||
disableLanguages = [] # desable language from here
|
||||
defaultContentLanguage = 'es'
|
||||
|
||||
#################################### Plugins ##########################################
|
||||
|
||||
# CSS Plugins
|
||||
[[params.plugins.css]]
|
||||
link = "https://fonts.googleapis.com/css?family=Droid+Serif:400|Josefin+Sans:300,400,600,700"
|
||||
[[params.plugins.css]]
|
||||
link = "plugins/bootstrap/bootstrap.min.css"
|
||||
[[params.plugins.css]]
|
||||
link = "plugins/themefisher-font/themefisher-font.min.css"
|
||||
[[params.plugins.css]]
|
||||
link = "plugins/slick/slick.min.css"
|
||||
[[params.plugins.css]]
|
||||
link = "https://cdn.snipcart.com/themes/v3.0.3/default/snipcart.css"
|
||||
|
||||
# JS Plugins
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/jquery/jquery.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/bootstrap/bootstrap.min.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/slick/slick.min.js"
|
||||
[[params.plugins.js]]
|
||||
link = "https://cdn.snipcart.com/themes/v3.0.3/default/snipcart.js"
|
||||
|
||||
|
||||
########################### Default parameters ##########################
|
||||
[params]
|
||||
logo = "images/logo_cerimoniere_header.png"
|
||||
logo_width = "100px"
|
||||
# Meta data
|
||||
description = "This is meta description"
|
||||
author = "Themefisher"
|
||||
# currency
|
||||
currency = "$"
|
||||
# contact form action
|
||||
contact_form_action = "#" # contact form works with https://formspree.io
|
||||
# snipcart public api key
|
||||
snipcart_api = "ZDgxY2ZiM2EtMWRmMi00M2ZkLWI1MDAtNzA2MDc0Y2Q1MzJlNjM3MTAzNDIwOTQ1NDA4NjM4"
|
||||
|
||||
# Preloader
|
||||
[params.preloader]
|
||||
enable = true
|
||||
preloader = "" # use .png , .svg or .gif format
|
||||
|
||||
# Subscription
|
||||
[params.subscription]
|
||||
# mailchimp subsciption
|
||||
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
|
||||
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
|
||||
|
||||
[languages]
|
||||
[languages.es]
|
||||
languageName = "Es"
|
||||
languageCode = "es-es"
|
||||
contentDir = "content/espanol"
|
||||
weight = 3
|
||||
# copyright
|
||||
copyright = ""
|
||||
[languages.es.menu]
|
||||
[[languages.es.menu.main]]
|
||||
name = "Home"
|
||||
URL = "/"
|
||||
weight = 1
|
||||
[[languages.es.menu.main]]
|
||||
name = "Asientos"
|
||||
URL = "palco"
|
||||
weight = 2
|
||||
[[languages.es.menu.main]]
|
||||
name = "Datos"
|
||||
URL = "anagrafica"
|
||||
weight = 3
|
||||
[[languages.es.menu.main]]
|
||||
name = "Protocolos"
|
||||
URL = "protocolli"
|
||||
weight = 4
|
||||
[[languages.es.menu.main]]
|
||||
name = "Tutorial en Video"
|
||||
URL = "https://www.youtube.com/playlist?list=PLqELe5jUzuhbq-OtDCZU_KzfykjTMdZ0R"
|
||||
weight = 5
|
||||
[[languages.es.menu.main]]
|
||||
name = "Contacto"
|
||||
URL = "https://www.bittimeprofessionals.it/contatti?info=CerimoniereWeb"
|
||||
weight = 6
|
||||
[[languages.es.menu.footer]]
|
||||
name = "Contacto"
|
||||
URL = "https://www.bittimeprofessionals.it/contatti?info=CerimoniereWeb"
|
||||
weight = 1
|
||||
[[languages.es.menu.footer]]
|
||||
name = "Tutorial en Video"
|
||||
URL = "https://www.youtube.com/playlist?list=PLqELe5jUzuhbq-OtDCZU_KzfykjTMdZ0R"
|
||||
weight = 2
|
||||
[[languages.es.menu.footer]]
|
||||
name = "F.A.Q."
|
||||
URL = "faq"
|
||||
weight = 3
|
||||
Reference in New Issue
Block a user