59 lines
1.3 KiB
TOML
59 lines
1.3 KiB
TOML
|
baseURL = 'https://blog.bdubois.io'
|
||
|
languageCode = 'en-gb'
|
||
|
title = "Brieuc Dubois's blog"
|
||
|
theme = 'hugo-blog-awesome'
|
||
|
relativeURLs= true
|
||
|
uglyURLs = true
|
||
|
enableEmoji = true
|
||
|
|
||
|
[[params.socialIcons]]
|
||
|
name = "gitea"
|
||
|
url = "https://git.bhasher.com"
|
||
|
|
||
|
[[params.socialIcons]]
|
||
|
name = "github"
|
||
|
url = "https://github.com/BhasherBEL"
|
||
|
|
||
|
[[params.socialIcons]]
|
||
|
name = "matrix"
|
||
|
url = "https://matrix.to/#/@bhasher:bhasher.com"
|
||
|
|
||
|
[[params.socialIcons]]
|
||
|
name = "rss"
|
||
|
url = "feed.xml"
|
||
|
|
||
|
[outputs]
|
||
|
home = [ "HTML", "RSS" ]
|
||
|
|
||
|
[markup]
|
||
|
[markup.highlight]
|
||
|
noClasses = false
|
||
|
|
||
|
[menu]
|
||
|
[[menu.main]]
|
||
|
pageRef = '/'
|
||
|
name = 'Home'
|
||
|
weight = 10
|
||
|
[[menu.main]]
|
||
|
pageRef = "posts"
|
||
|
name = 'Posts'
|
||
|
weight = 20
|
||
|
[[menu.main]]
|
||
|
pageRef = 'about'
|
||
|
name = 'About'
|
||
|
weight = 30
|
||
|
|
||
|
[params]
|
||
|
sitename = "Brieuc Dubois"
|
||
|
defaultColor = "dark"
|
||
|
description = "Blog of Brieuc Dubois about computer science, software engineering, linux, devops, web developpement, cybersecurity."
|
||
|
rssFeedDescription = "full"
|
||
|
|
||
|
[params.author]
|
||
|
avatar = "img/profile.webp"
|
||
|
intro = "Brieuc Dubois"
|
||
|
name = "Brieuc Dubois"
|
||
|
# TODO
|
||
|
description = "Computer scientist student from Belgium passionate by programming and learning new things such as DevOps, Go, Svelte or network security."
|
||
|
|