First post

This commit is contained in:
2025-09-01 18:13:53 +00:00
parent 74f47cd2e3
commit 24fa4ec66f
5 changed files with 45 additions and 9 deletions

View File

@@ -4,13 +4,11 @@ theme = "hugo-coder"
languagecode = "en-us"
defaultcontentlanguage = "en"
ignoreLogs = ['warning-goldmark-raw-html']
[pagination]
pagersize = 20
[services]
[services.disqus]
shortname = "Jonas"
[markup.highlight]
style = "github-dark"
@@ -26,7 +24,6 @@ style = "github-dark"
favicon_svg = "/favicon.svg"
since = 2025
enabletwemoji = true
colorscheme = "auto"
hidecolorschemetoggle = false
@@ -36,7 +33,6 @@ style = "github-dark"
tag = "tags"
author = "authors"
# social links
[[params.social]]
name = "github"
icon = "fa-brands fa-github fa-2x"
@@ -48,13 +44,19 @@ style = "github-dark"
weight = 2
url = "https://gitlab.com/ascyii/"
# menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "About"
name = "Projects"
weight = 2
url = "projects/"
[[menu.main]]
name = "Contact"
weight = 3
url = "contact/"
[[menu.main]]
name = "About"
weight = 4
url = "about/"