baseURL = "https://libretux.com"
|
|
languageCode = "es"
|
|
defaultContentLanguage = "es"
|
|
title = "LibreTUX"
|
|
theme = "hermit-original"
|
|
# enableGitInfo = true
|
|
pygmentsCodefences = true
|
|
pygmentsUseClasses = true
|
|
hasCJKLanguage = false # If there're Chinese/Japanese/Korean Languages in the content, enable this.
|
|
rssLimit = 25 # Maximum number of items in the RSS feed.
|
|
copyright = "Esta obra está bajo una Licencia Creative Commons Atribución-NoComercial 4.0 Internacional." # This message is only used by the RSS template.
|
|
enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/functions/emojify/
|
|
# googleAnalytics = "UA-123-45"
|
|
# disqusShortname = "yourdiscussshortname"
|
|
|
|
[author]
|
|
name = "Tarteka"
|
|
|
|
[blackfriday]
|
|
hrefTargetBlank = true
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
# category = "" # Categories are disabled by default.
|
|
|
|
[params]
|
|
dateform = "Jan 2, 2006"
|
|
dateformShort = "Jan 2"
|
|
dateformNum = "2006-01-02"
|
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
|
|
|
# themeColor = "#494f5c" # Theme color in meta tags.
|
|
homeSubtitle = "Desgenerando código en un (punto)com"
|
|
footerCopyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
|
# gitUrl = "https://github.com/Someone/SomeRepo/commit/" # Prefix of link to the git commit detail page. GitInfo must be enabled.
|
|
justifyContent = false # Set "text-align: justify" to .content, requires extended version of Hugo
|
|
# bgImg = "" # Homepage background-image URL
|
|
|
|
# Social Icons
|
|
# Check https://github.com/Track3/hermit#social-icons for more info.
|
|
[[params.social]]
|
|
name = "gitlab"
|
|
url = "https://libretux.com/posts/index.xml"
|
|
|
|
[[params.social]]
|
|
name = "email"
|
|
url = "mailto:info@tarteka.net"
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/posts/"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Recursos"
|
|
url = "/recursos/"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Contacto"
|
|
url = "/contacto/"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "Donaciones"
|
|
url = "/donaciones/"
|
|
weight = 40
|