sitio_harpasol/config.toml

34 lines
930 B
TOML

title = "HarpaSol"
baseURL = "https://monod.gitlab.io/harpasol/"
languageCode = "es-es"
theme = "ananke"
DefaultContentLanguage = "es"
sectionPagesMenu = "main"
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
custom_css = ["/css/harpasol.css"]
favicon = ""
description = "Hardware para Software Libre."
contact_footer_info = "Contacto: (+57) 312 554 05 25 - monomono@disroot.org"
#facebook = ""
#twitter = "https://twitter.com/GoHugoIO"
#instagram = ""
#youtube = ""
#github = ""
#gitlab = ""
#linkedin = ""
mastodon = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-green"
#featured_image = "/software_libre.jpg"
recent_posts_number = 4