Files
blog/hugo.toml

55 lines
1.1 KiB
TOML

baseURL = 'https://blog.librete.ch/'
languageCode = 'en-us'
title = 'LibreTECH'
copyright = '© Michał Czechowski'
enableGitInfo = true
theme = 'hugo_theme_pickles'
publishDir = '/var/www/virtual/tengo/blog.librete.ch'
hugo_cache = '/home/tengo/tmp'
[pagination]
pagerSize = 10
[params]
paginate = 10
#custom_css = ['/css/custom.css']
# Social (from site)
github = 'nextlevelshit'
linkedin = 'michael-werner-czechowski'
author = 'Michał Czechowski'
authorwebsite = 'https://www.librete.ch'
#avatar = '/path/to/avatar'
contact = 'mailto:hello@librete.ch'
bio = 'IT-Architect & Specialist for Free and Open Source Transformation'
subtitle = 'Thoughts on Open Source, Software Engineering & Technology'
#logo = '/path/to/logo'
#favicon = '/path/to/favicon'
[[menu.main]]
name = 'Blog'
url = '/'
weight = 1
[[menu.main]]
name = 'Tags'
url = '/tags'
weight = 2
[related]
threshold = 80
includeNewer = false
toLower = false
[[related.indices]]
name = 'keywords'
weight = 150
[[related.indices]]
name = 'tags'
weight = 100