chore: edited author-tag & added tags-page
This commit is contained in:
parent
9449c961bd
commit
6913ae305d
4 changed files with 15 additions and 10 deletions
15
config.yml
15
config.yml
|
@ -23,7 +23,7 @@ params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
title: Sindre Kjelsrud
|
title: Sindre Kjelsrud
|
||||||
description: "Student"
|
description: "Student"
|
||||||
author: Sindre # author: ["Me", "You"] # multiple authors
|
author: Sindre Kjelsrud # author: ["Me", "You"] # multiple authors
|
||||||
images: ["<link or path of image for opengraph, twitter-cards>"]
|
images: ["<link or path of image for opengraph, twitter-cards>"]
|
||||||
|
|
||||||
DateFormat: "January 2, 2006"
|
DateFormat: "January 2, 2006"
|
||||||
|
@ -93,26 +93,29 @@ params:
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: about
|
- identifier: about
|
||||||
name: About
|
name: about
|
||||||
url: /about/
|
url: /about/
|
||||||
weight: 1
|
weight: 1
|
||||||
- identifier: projects
|
- identifier: projects
|
||||||
name: Projects
|
name: projects
|
||||||
url: /projects/
|
url: /projects/
|
||||||
weight: 2
|
weight: 2
|
||||||
- identifier: resume
|
- identifier: resume
|
||||||
name: Resume
|
name: resume
|
||||||
url: /en_resume/
|
url: /en_resume/
|
||||||
weight: 3
|
weight: 3
|
||||||
- identifier: blog
|
- identifier: blog
|
||||||
name: Blog
|
name: blog
|
||||||
url: /blog-posts/
|
url: /blog-posts/
|
||||||
weight: 4
|
weight: 4
|
||||||
|
- identifier: tags
|
||||||
|
name: tags
|
||||||
|
url: /tags/
|
||||||
|
weight: 5
|
||||||
#- identifier: example
|
#- identifier: example
|
||||||
# name: example.org
|
# name: example.org
|
||||||
# url: https://example.org
|
# url: https://example.org
|
||||||
# weight: 30
|
# weight: 30
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠤⠒⠒⠒⠒⠒⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠤⠒⠒⠒⠒⠒⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: "Breathing new life into my old GameBoy Color!"
|
||||||
date: 2022-11-30T08:03:57+02:00
|
date: 2022-11-30T08:03:57+02:00
|
||||||
description: "The pinnacle of Nostalgia."
|
description: "The pinnacle of Nostalgia."
|
||||||
tags: ["EN", "Technology", "Nostalgia"]
|
tags: ["EN", "Technology", "Nostalgia"]
|
||||||
author: "Sindre Kjelsrud"
|
showToc: true
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,10 @@
|
||||||
title: "First post"
|
title: "First post"
|
||||||
date: 2022-09-13T22:28:57+02:00
|
date: 2022-09-13T22:28:57+02:00
|
||||||
description: "Testing out blog function in Hugo!"
|
description: "Testing out blog function in Hugo!"
|
||||||
author: "Sindre Kjelsrud"
|
|
||||||
showToc: false
|
showToc: false
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# It´s alive!!
|
# It´s alive!!
|
||||||
|
|
||||||
Nais.
|
Nais.
|
|
@ -5,6 +5,7 @@ description: "Reason 1: Funky Kong."
|
||||||
tags: ["EN", "Technology", "Nostalgia"]
|
tags: ["EN", "Technology", "Nostalgia"]
|
||||||
author: "Sindre Kjelsrud"
|
author: "Sindre Kjelsrud"
|
||||||
image: https://www.turn-on.de/media/webp/media/cache/article_image_slider/media/cms/2015/06/wii.webp?356188
|
image: https://www.turn-on.de/media/webp/media/cache/article_image_slider/media/cms/2015/06/wii.webp?356188
|
||||||
|
showToc: true
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue