Change theme to hugo-coder

This commit is contained in:
2025-06-24 16:27:46 +02:00
parent 082eedb1ce
commit bdda221795
4 changed files with 59 additions and 8 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "themes/beautifulhugo"] [submodule "themes/hugo-coder"]
path = themes/beautifulhugo path = themes/hugo-coder
url = https://github.com/halogenica/beautifulhugo.git url = https://github.com/luizdepra/hugo-coder

View File

@@ -1,4 +1,55 @@
baseURL = 'https://example.org/' baseurl = "furtest.fr"
languageCode = 'en-us' title = "furtest's website"
title = 'My New Hugo Site' theme = "hugo-coder"
theme = 'beautifulhugo' languagecode = "en"
defaultcontentlanguage = "en"
[pagination]
pagerSize = 20
[markup.highlight]
style = "github-dark"
[params]
author = "furtest"
info = "Libre software advocate; privacy & cybersecurity enthusiast; low-level development enjoyer."
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"
[[menu.main]]
name = "Canary"
weight = 3
url = "canary"

1
themes/hugo-coder Submodule

Submodule themes/hugo-coder added at c8eb60bdef