Files
blog/hugo.toml
Betty 62e2906f28
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 6s
blog: add link to threat intel post in homeInfoParams
2026-02-25 18:17:40 +01:00

49 lines
1.1 KiB
TOML

baseURL = 'https://blog.bojemoi.me/'
languageCode = 'fr'
title = 'Bojemoi Blog'
theme = 'PaperMod'
[params]
env = 'production'
description = "Blog technique - Bojemoi Lab"
author = 'Bojemoi'
defaultTheme = 'auto'
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowToc = true
[params.homeInfoParams]
Title = "Bojemoi Lab"
Content = "Comment j'ai construit, en partant de zéro, une plateforme de threat intelligence de niveau production qui prédit les attaques DDoS en surveillant les canaux Telegram hacktivistes. → [Lire l'article](/posts/threat-intel-homelab-post-fr/)"
[[params.socialIcons]]
name = 'gitea'
url = 'https://gitea.bojemoi.me'
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'monokai'
[[menu.main]]
name = 'Articles'
url = '/posts/'
weight = 10
[[menu.main]]
name = 'Tags'
url = '/tags/'
weight = 20
[[menu.main]]
name = 'Search'
url = '/search/'
weight = 30
[outputs]
home = ['HTML', 'RSS', 'JSON']