First post
This commit is contained in:
20
hugo.toml
20
hugo.toml
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user