diff --git a/.gitmodules b/.gitmodules index bf2b684..8dcbbd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/beautifulhugo"] - path = themes/beautifulhugo - url = https://github.com/halogenica/beautifulhugo.git +[submodule "themes/hugo-coder"] + path = themes/hugo-coder + url = https://github.com/luizdepra/hugo-coder diff --git a/hugo.toml b/hugo.toml index aaed3fb..4bf5466 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,55 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' -theme = 'beautifulhugo' +baseurl = "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 = "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" diff --git a/themes/beautifulhugo b/themes/beautifulhugo deleted file mode 160000 index e69e25d..0000000 --- a/themes/beautifulhugo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e69e25d4ca0d3c737f0677995d2bf9541ffb4926 diff --git a/themes/hugo-coder b/themes/hugo-coder new file mode 160000 index 0000000..c8eb60b --- /dev/null +++ b/themes/hugo-coder @@ -0,0 +1 @@ +Subproject commit c8eb60bdefd15efa4de8b0b8c7bcf0a60349de31