feat: setup blog

This commit is contained in:
Julian Tölle 2025-05-10 15:20:19 +02:00
parent 737ac82d71
commit f4b356867d

View file

@ -5,6 +5,8 @@ languageCode: "en-us"
theme: PaperMod theme: PaperMod
params: params:
author: Julian Tölle
DateFormat: "2006-01-02" DateFormat: "2006-01-02"
keywords: ["cv", "resume", "julian tölle", "personal site"] keywords: ["cv", "resume", "julian tölle", "personal site"]
@ -38,14 +40,25 @@ params:
- name: mastodon - name: mastodon
url: "https://hachyderm.io/@apricote" url: "https://hachyderm.io/@apricote"
assets:
# Use hugo native highlighter for Nord theme
disableHLJS: true
menu: menu:
main: main:
- identifier: about - identifier: about
name: About Me name: About Me
url: about-me url: about-me
- identifier: posts
name: Blog
url: posts
- identifier: work - identifier: work
name: Work name: Work
url: work url: work
- identifier: projects - identifier: projects
name: Projects name: Projects
url: projects url: projects
markup:
highlight:
style: nord