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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue