blog/config.toml

120 lines
3.5 KiB
TOML

baseurl = "https://blog.happydns.org"
theme = "hugo-theme-roland"
languageCode = "en-us"
defaultContentLanguage = "en"
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
copyright = "happyDNS"
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages.en]
title = "happyDNS' latests news"
weight = 1
[languages.en.params]
SEOTitle = "happyDNS"
description = ""
keyword = ""
slogan = "Finally a simple interface for domain names."
search_txt = "looking for an article..."
about_txt = "About us"
sidebar_about_description = "happyDNS has been created by a team of enthusiasts, for more freedom on the Internet."
cta_nav_txt = "Discover happyDNS"
cta_nav_href = "https://www.happyDNS.org/en/"
legal_txt = "Mentions légales"
legal_href = "https://www.armavirumque.fr/en/legal-notice"
[languages.fr]
title = "Blog d'happyDNS"
weight = 1
[languages.fr.params]
SEOTitle = "happyDNS"
description = ""
keyword = ""
slogan = "L'interface des noms de domaines."
search_txt = "Rechercher un article..."
about_txt = "À propos d'happyDNS"
sidebar_about_description = "happyDNS a été créé par une équipe de passionés pour un Internet plus libre."
cta_nav_txt = "Découvrez happyDNS"
cta_nav_href = "https://www.happyDNS.org/fr/"
legal_txt = "Mentions légales"
legal_href = "https://www.happydns.org/fr/legal-notice"
[params]
image_404 = "img/404-bg.jpg"
title_404 = "Erreur 404"
omit_categories = false
# Sidebar settings
featured_tags = true
featured_condition_size = 1
#friends = true
#bookmarks = true
about_me = true
sidebar_avatar = "img/happydns-rounded.png" # use absolute URL, seeing it's used in both `/` and `/about/`
cta_nav = true
# Include any custom CSS and/or JS files, url or relative to /static folder
custom_css = ["css/happydns.css"]
[params.social]
rss = true
email = "contact@happydns.org"
#facebook = "full profile url in facebook"
#googleplus = "full profile url in googleplus"
#twitter = "full profile url in twitter"
#linkedin = "https://www.linkedin.com/in/yourlinkedinid"
#stackoverflow = "https://stackoverflow.com/users/yourstackoverflowid"
#instagram = "full profile url in instagram"
#github = "https://github.com/yourgithub"
#wechat = "your wechat qr code image"
#medium = "full profile url in medium"
#pinterest = "full profile url in pinterest"
#reddit = "full profile url in reddit"
gitlab = "https://framagit.org/happyDNS/happydns"
#mastodon = "full profile url in mastodon"
#keybase = "full profile url in keybase"
#xing = "https://www.xing.com/profile/yourxingid"
#git = "full profile url for git user"
#[[params.friend_link]]
#title = "Linda"
#href = "https://zhaozhihan.com"
#[[params.bookmark_link]]
#title = "Martin Fowler"
#href = "https://martinfowler.com"
#[[params.bookmark_link]]
#title = "ServiceMesher"
#href = "http://www.servicemesher.com"
#[[params.bookmark_link]]
#title = "Pxhere"
#href = "https://pxhere.com"
#[[params.bookmark_link]]
#title = "unsplash"
#href = "https://unsplash.com"
#[[params.addtional_menus]]
#title = "BOOKS"
#href = "/top/books/"
#[[params.addtional_menus]]
#title = "ABOUT"
#href = "/top/about/"
[markup]
[markup.tableOfContents]
endLevel = 2
startLevel = 1
[markup.highlight]
style = "dracula"