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
17
config.yml
17
config.yml
|
@ -23,7 +23,7 @@ params:
|
|||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
title: Sindre Kjelsrud
|
||||
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>"]
|
||||
|
||||
DateFormat: "January 2, 2006"
|
||||
|
@ -93,32 +93,35 @@ params:
|
|||
menu:
|
||||
main:
|
||||
- identifier: about
|
||||
name: About
|
||||
name: about
|
||||
url: /about/
|
||||
weight: 1
|
||||
- identifier: projects
|
||||
name: Projects
|
||||
name: projects
|
||||
url: /projects/
|
||||
weight: 2
|
||||
- identifier: resume
|
||||
name: Resume
|
||||
name: resume
|
||||
url: /en_resume/
|
||||
weight: 3
|
||||
- identifier: blog
|
||||
name: Blog
|
||||
name: blog
|
||||
url: /blog-posts/
|
||||
weight: 4
|
||||
- identifier: tags
|
||||
name: tags
|
||||
url: /tags/
|
||||
weight: 5
|
||||
#- identifier: example
|
||||
# name: example.org
|
||||
# url: https://example.org
|
||||
# weight: 30
|
||||
|
||||
#########################################################################
|
||||
|
||||
#⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠤⠒⠒⠒⠒⠒⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
#⠀⠀⠀⠀⢀⡲⢋⠝⠋⣛⣳⡄⠀⠀⠀⠀⠀⠀⠉⠓⢄⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
#⠀⢀⠠⣴⠗⢀⠥⠂⢁⠤⠤⠤⠁⠀⠀⠀⠀⠀⠀⠀⠀⣛⠛⠉⠗⠒⠲⢤⣀⠀
|
||||
#⠰⠃⠐⠀⠋⡠⠀⠮⠤⠤⠤⠤⡤⡄⠀⠀⠀⠀⠀⠀⢠⣽⠄⠀⠀⠀⠀⠀⢸⡆ __ __
|
||||
#⠰⠃⠐⠀⠋⡠⠀⠮⠤⠤⠤⠤⡤⡄⠀⠀⠀⠀⠀⠀⢠⣽⠄⠀⠀⠀⠀⠀⢸⡆ __ __
|
||||
#⠀⠜⠀⠀⠈⠀⢠⣤⣔⣒⡒⠒⠂⠁⠀⡀⢀⣀⣤⣶⣿⡟⠀⠀⠀⠀⠀⢀⡼⠀ | \ | \
|
||||
#⠈⠀⠀⠀⠀⣰⡿⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠟⠉⠁⠀⠀⠀⢄⡴⠋⠀⠀ _______ \▓▓ ____| ▓▓
|
||||
#⠀⠀⠀⠀⣰⠋⠀⠀⠀⠈⠙⠛⠛⠛⠛⠋⠉⠀⠀⠀⠀⢀⣠⣴⡊⠁⠀⠀⠀⠀ / \ \/ ▓▓
|
||||
|
|
|
@ -3,7 +3,7 @@ title: "Breathing new life into my old GameBoy Color!"
|
|||
date: 2022-11-30T08:03:57+02:00
|
||||
description: "The pinnacle of Nostalgia."
|
||||
tags: ["EN", "Technology", "Nostalgia"]
|
||||
author: "Sindre Kjelsrud"
|
||||
showToc: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
title: "First post"
|
||||
date: 2022-09-13T22:28:57+02:00
|
||||
description: "Testing out blog function in Hugo!"
|
||||
author: "Sindre Kjelsrud"
|
||||
showToc: false
|
||||
draft: false
|
||||
---
|
||||
|
||||
# It´s alive!!
|
||||
Nais.
|
||||
|
||||
Nais.
|
||||
|
|
|
@ -5,6 +5,7 @@ description: "Reason 1: Funky Kong."
|
|||
tags: ["EN", "Technology", "Nostalgia"]
|
||||
author: "Sindre Kjelsrud"
|
||||
image: https://www.turn-on.de/media/webp/media/cache/article_image_slider/media/cms/2015/06/wii.webp?356188
|
||||
showToc: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue