remove config file of old theme
parent
da8d93db88
commit
83bc889946
|
@ -1 +0,0 @@
|
|||
config.toml.creative
|
|
@ -0,0 +1,107 @@
|
|||
baseurl = "http://pmpc.mehl.mx/"
|
||||
languageCode = "en-us"
|
||||
title = "Public Money, Public Code"
|
||||
theme = "hugo-creative-theme"
|
||||
googleAnalytics = ""
|
||||
|
||||
[params]
|
||||
|
||||
# You can use Markdown syntax for urls [text](//url.to/source) for
|
||||
# most longer texts.
|
||||
|
||||
# All icons using Fontawesome's icon font. Look at http://fontawesome.io/icons/
|
||||
# for more icons. The icons are represented by their corresponding
|
||||
# CSS class.
|
||||
|
||||
# All projects of the portfolio are defined in their own files.
|
||||
# You can find example projects at 'exampleSite/data/projects'. Copy the 'projects'
|
||||
# folder into the 'data' directory at the root of this Hugo site.
|
||||
# For more information take a look at the README.
|
||||
|
||||
# To provide some metadata for search engines feel free to add some
|
||||
# information about you and your website.
|
||||
name = "Free Software Foundation Europe"
|
||||
description = "Public Money, Public Code - A campaign for releasing publicly financed software as Free Software"
|
||||
|
||||
# The path must be relative to the static folder
|
||||
favicon = "favicon.ico"
|
||||
|
||||
|
||||
# Navigation
|
||||
[params.navigation]
|
||||
brand = "Public Money, Public Code"
|
||||
|
||||
[params.navigation.links]
|
||||
about = "About"
|
||||
services = "Advantages"
|
||||
portfolio = "Resources"
|
||||
contact = "Contact"
|
||||
|
||||
|
||||
# Hero section
|
||||
[params.hero]
|
||||
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
|
||||
slogan = "Public Money – Public Code"
|
||||
subtitle = "Why is software that is programmed with taxpayers' money not released as Free Software? Code paid by all people should be available to all people."
|
||||
buttonText = "See the video"
|
||||
|
||||
|
||||
# About section
|
||||
[params.about]
|
||||
headline = "Sounds complex? No, it's super easy!"
|
||||
description = "VIDEO"
|
||||
buttonText = "More advantages"
|
||||
|
||||
|
||||
# Service section
|
||||
[params.services]
|
||||
headline = "More reasons to free public code"
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-diamond"
|
||||
title = "Tax savings"
|
||||
description = "Our templates are updated regularly so they don't break."
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-paper-plane"
|
||||
title = "Collaboration"
|
||||
description = "You can use this theme as is, or you can make changes!"
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-newspaper-o"
|
||||
title = "Serving the public"
|
||||
description = "We update dependencies to keep things fresh."
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-heart"
|
||||
title = "Fostering innovation"
|
||||
description = "You have to make your websites with love these days!"
|
||||
|
||||
|
||||
# Portfolio modals
|
||||
[params.portfolio.modal]
|
||||
client = "Client"
|
||||
date = "Date"
|
||||
category = "Category"
|
||||
buttonText = "Close"
|
||||
|
||||
# Aside section
|
||||
[params.aside]
|
||||
headline = "Get the Creative Theme for Hugo"
|
||||
|
||||
[params.aside.button]
|
||||
text = "Download now"
|
||||
link = "//github.com/digitalcraftsman/hugo-creative-theme"
|
||||
|
||||
# Contact section
|
||||
[params.contact]
|
||||
headline = "Let's Get In Touch!"
|
||||
description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!"
|
||||
phone = "123-456-6789"
|
||||
email = "feedback@startbootstrap.com"
|
||||
|
||||
# Google Maps section
|
||||
# [params.location]
|
||||
# latitude = "34.007850"
|
||||
# longitude = "-118.499305"
|
||||
# maps_api_key = ""
|
|
@ -1,107 +0,0 @@
|
|||
baseurl = "http://pmpc.mehl.mx/"
|
||||
languageCode = "en-us"
|
||||
title = "Public Money, Public Code"
|
||||
theme = "hugo-creative-theme"
|
||||
googleAnalytics = ""
|
||||
|
||||
[params]
|
||||
|
||||
# You can use Markdown syntax for urls [text](//url.to/source) for
|
||||
# most longer texts.
|
||||
|
||||
# All icons using Fontawesome's icon font. Look at http://fontawesome.io/icons/
|
||||
# for more icons. The icons are represented by their corresponding
|
||||
# CSS class.
|
||||
|
||||
# All projects of the portfolio are defined in their own files.
|
||||
# You can find example projects at 'exampleSite/data/projects'. Copy the 'projects'
|
||||
# folder into the 'data' directory at the root of this Hugo site.
|
||||
# For more information take a look at the README.
|
||||
|
||||
# To provide some metadata for search engines feel free to add some
|
||||
# information about you and your website.
|
||||
name = "Free Software Foundation Europe"
|
||||
description = "Public Money, Public Code - A campaign for releasing publicly financed software as Free Software"
|
||||
|
||||
# The path must be relative to the static folder
|
||||
favicon = "favicon.ico"
|
||||
|
||||
|
||||
# Navigation
|
||||
[params.navigation]
|
||||
brand = "Public Money, Public Code"
|
||||
|
||||
[params.navigation.links]
|
||||
about = "About"
|
||||
services = "Advantages"
|
||||
portfolio = "Resources"
|
||||
contact = "Contact"
|
||||
|
||||
|
||||
# Hero section
|
||||
[params.hero]
|
||||
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
|
||||
slogan = "Public Money – Public Code"
|
||||
subtitle = "Why is software that is programmed with taxpayers' money not released as Free Software? Code paid by all people should be available to all people."
|
||||
buttonText = "See the video"
|
||||
|
||||
|
||||
# About section
|
||||
[params.about]
|
||||
headline = "Sounds complex? No, it's super easy!"
|
||||
description = "VIDEO"
|
||||
buttonText = "More advantages"
|
||||
|
||||
|
||||
# Service section
|
||||
[params.services]
|
||||
headline = "More reasons to free public code"
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-diamond"
|
||||
title = "Tax savings"
|
||||
description = "Our templates are updated regularly so they don't break."
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-paper-plane"
|
||||
title = "Collaboration"
|
||||
description = "You can use this theme as is, or you can make changes!"
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-newspaper-o"
|
||||
title = "Serving the public"
|
||||
description = "We update dependencies to keep things fresh."
|
||||
|
||||
[[params.services.list]]
|
||||
icon = "fa-heart"
|
||||
title = "Fostering innovation"
|
||||
description = "You have to make your websites with love these days!"
|
||||
|
||||
|
||||
# Portfolio modals
|
||||
[params.portfolio.modal]
|
||||
client = "Client"
|
||||
date = "Date"
|
||||
category = "Category"
|
||||
buttonText = "Close"
|
||||
|
||||
# Aside section
|
||||
[params.aside]
|
||||
headline = "Get the Creative Theme for Hugo"
|
||||
|
||||
[params.aside.button]
|
||||
text = "Download now"
|
||||
link = "//github.com/digitalcraftsman/hugo-creative-theme"
|
||||
|
||||
# Contact section
|
||||
[params.contact]
|
||||
headline = "Let's Get In Touch!"
|
||||
description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!"
|
||||
phone = "123-456-6789"
|
||||
email = "feedback@startbootstrap.com"
|
||||
|
||||
# Google Maps section
|
||||
# [params.location]
|
||||
# latitude = "34.007850"
|
||||
# longitude = "-118.499305"
|
||||
# maps_api_key = ""
|
|
@ -1,114 +0,0 @@
|
|||
baseurl = "http://pmpc.mehl.mx/"
|
||||
title = "Public Money, Public Code"
|
||||
theme = "universal"
|
||||
languageCode = "en-us"
|
||||
# Enable comments by entering your Disqus shortname
|
||||
disqusShortname = ""
|
||||
# Enable Google Analytics by entering your tracking code
|
||||
googleAnalytics = ""
|
||||
|
||||
# Define the number of posts per page
|
||||
paginate = 10
|
||||
|
||||
[params]
|
||||
viewMorePostLink = "/blog/"
|
||||
author = "DevCows"
|
||||
|
||||
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
|
||||
style = "blue"
|
||||
|
||||
# Since this template is static, the contact form uses www.formspree.io as a
|
||||
# proxy. The form makes a POST request to their servers to send the actual
|
||||
# email. Visitors can send up to a 1000 emails each month for free.
|
||||
#
|
||||
# What you need to do for the setup?
|
||||
#
|
||||
# - set your email address under 'email' below
|
||||
# - upload the generated site to your server
|
||||
# - send a dummy email yourself to confirm your account
|
||||
# - click the confirm link in the email from www.formspree.io
|
||||
# - you're done. Happy mailing!
|
||||
#
|
||||
# Enable the contact form by entering your Formspree.io email
|
||||
email = "your@email.com"
|
||||
|
||||
about_us = "<p><em>Public Money, Public Code</em> is a campaign by the <a href='https://fsfe.org'>Free Software Foundation Europe</a></p>"
|
||||
copyright = "Copyright (c) 2016 Free Software Foundation Europe. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. "
|
||||
date_format = "2006-01-02"
|
||||
logo = "img/logo.png"
|
||||
address = """<p><strong>FSFE</strong>
|
||||
<br>Email: contact@fsfe.org
|
||||
</p>
|
||||
"""
|
||||
# latitude = "-12.043333"
|
||||
# longitude = "-77.028333"
|
||||
|
||||
[Permalinks]
|
||||
blog = "/blog/:year/:month/:day/:filename/"
|
||||
|
||||
[[params.menu]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
#[[params.menu]]
|
||||
# name = "Blog"
|
||||
# url = "/blog/"
|
||||
# weight = 2
|
||||
|
||||
[[params.menu]]
|
||||
name = "FAQ"
|
||||
url = "/faq/"
|
||||
weight = 3
|
||||
|
||||
[[params.menu]]
|
||||
name = "Contact"
|
||||
url = "/contact/"
|
||||
weight = 4
|
||||
|
||||
# Enable and disable widgets for the right sidebar
|
||||
[params.widgets]
|
||||
categories = true
|
||||
tags = true
|
||||
search = true
|
||||
|
||||
[params.carousel]
|
||||
enable = true
|
||||
# All carousel items are defined in their own files. You can find example items
|
||||
# at 'exampleSite/data/carousel'.
|
||||
# For more informtion take a look at the README.
|
||||
|
||||
[params.features]
|
||||
enable = true
|
||||
# All features are defined in their own files. You can find example items
|
||||
# at 'exampleSite/data/features'.
|
||||
# For more informtion take a look at the README.
|
||||
|
||||
[params.testimonials]
|
||||
enable = true
|
||||
# All testimonials are defined in their own files. You can find example items
|
||||
# at 'exampleSite/data/testimonials'.
|
||||
# For more informtion take a look at the README.
|
||||
title = "Why do people care?"
|
||||
subtitle = "Freeing publicly funded software matters to many people. Learn why people care about this issue."
|
||||
|
||||
[params.see_more]
|
||||
enable = false
|
||||
icon = "fa fa-file-code-o"
|
||||
title = "Do you want to see more?"
|
||||
subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
|
||||
link_url = "#"
|
||||
link_text = "Check other homepages"
|
||||
|
||||
[params.clients]
|
||||
enable = false
|
||||
# All clients are defined in their own files. You can find example items
|
||||
# at 'exampleSite/data/clients'.
|
||||
# For more informtion take a look at the README.
|
||||
title = "Our Clients"
|
||||
subtitle = ""
|
||||
|
||||
[params.recent_posts]
|
||||
enable = false
|
||||
title = "From our blog"
|
||||
subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."
|
Loading…
Reference in New Issue