init hugo with theme pickels

This commit is contained in:
2025-09-27 20:56:47 +02:00
commit 4517f2892e
9 changed files with 112 additions and 0 deletions

54
hugo.toml Normal file
View File

@@ -0,0 +1,54 @@
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-Architekt & Spezialist für 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