You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
538 B
TOML
16 lines
538 B
TOML
# Change baseurl before deploy
|
|
baseurl = "https://www.robertops.com/"
|
|
languageCode = "es-es"
|
|
paginate = 5
|
|
title = "RobertOps 💻"
|
|
|
|
# Theme i18n support
|
|
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
|
|
DefaultContentLanguage = "es"
|
|
|
|
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
|
# This will make .Summary and .WordCount behave correctly for CJK languages.
|
|
hasCJKLanguage = false
|
|
|
|
# Change it to your Disqus shortname before using
|
|
disqusShortname = "hugo-theme-stack" |