Files
furtest.fr/hugo.toml
furtest ceeab8390c Delete canary page
No more canary it's fun but kinda useless
2025-12-08 17:15:42 +01:00

52 lines
1.0 KiB
TOML

baseurl = "https://furtest.fr/"
title = "furtest's website"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
[pagination]
pagerSize = 20
[markup.highlight]
style = "github-dark"
[params]
author = "furtest"
info = "FOSS software fan and linux user, I enjoy low level development and cybersecurity. Currently learning digital electronics."
description = "furtest's website and ctf writeups"
copyright = "Paul Retourné"
license = "GNU GPLv3"
avatarurl = "images/pp.png"
#faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2025
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/furtest/"
[[menu.main]]
name = "CTF Writeups"
weight = 1
url = "writeups"
[[menu.main]]
name = "Blog"
weight = 2
url = "posts"