Change theme to hugo-coder
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
59
hugo.toml
59
hugo.toml
@@ -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"
|
||||||
|
|||||||
Submodule themes/beautifulhugo deleted from e69e25d4ca
1
themes/hugo-coder
Submodule
1
themes/hugo-coder
Submodule
Submodule themes/hugo-coder added at c8eb60bdef
Reference in New Issue
Block a user