mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 12:51:00 +00:00
feat: setup blog
This commit is contained in:
parent
737ac82d71
commit
f4b356867d
1 changed files with 13 additions and 0 deletions
13
config.yaml
13
config.yaml
|
|
@ -5,6 +5,8 @@ languageCode: "en-us"
|
|||
theme: PaperMod
|
||||
|
||||
params:
|
||||
author: Julian Tölle
|
||||
|
||||
DateFormat: "2006-01-02"
|
||||
|
||||
keywords: ["cv", "resume", "julian tölle", "personal site"]
|
||||
|
|
@ -38,14 +40,25 @@ params:
|
|||
- name: mastodon
|
||||
url: "https://hachyderm.io/@apricote"
|
||||
|
||||
assets:
|
||||
# Use hugo native highlighter for Nord theme
|
||||
disableHLJS: true
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: about
|
||||
name: About Me
|
||||
url: about-me
|
||||
- identifier: posts
|
||||
name: Blog
|
||||
url: posts
|
||||
- identifier: work
|
||||
name: Work
|
||||
url: work
|
||||
- identifier: projects
|
||||
name: Projects
|
||||
url: projects
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
style: nord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue