chore: use global authors file

When assigning author to the blog posts, do not specify the author in an
exhausting way in each post, just use the global file with a nicknames
and all info specified in one place.

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-06 21:03:59 +02:00
parent be5b8c36b0
commit 82f1269fa9
Signed by: mfocko
GPG key ID: 7C47D46246790496
5 changed files with 9 additions and 20 deletions

View file

@ -3,11 +3,7 @@ title: Advent of Code '22 in Rust
description: Preparing for Advent of Code '22. description: Preparing for Advent of Code '22.
date: 2022-12-14T21:45 date: 2022-12-14T21:45
slug: aoc-2022/intro slug: aoc-2022/intro
authors: authors: mf
- name: Matej Focko
title: "a.k.a. @mf"
url: https://gitlab.com/mfocko
image_url: https://github.com/mfocko.png
tags: tags:
- aoc-2022 - aoc-2022
- advent-of-code - advent-of-code

View file

@ -3,11 +3,7 @@ title: 1st week of Advent of Code '22 in Rust
description: Surviving first week in Rust. description: Surviving first week in Rust.
date: 2022-12-15T01:15 date: 2022-12-15T01:15
slug: aoc-2022/1st-week slug: aoc-2022/1st-week
authors: authors: mf
- name: Matej Focko
title: "a.k.a. @mf"
url: https://gitlab.com/mfocko
image_url: https://github.com/mfocko.png
tags: tags:
- aoc-2022 - aoc-2022
- advent-of-code - advent-of-code

View file

@ -3,11 +3,7 @@ title: 2nd week of Advent of Code '22 in Rust
description: Surviving second week in Rust. description: Surviving second week in Rust.
date: 2022-12-25T23:15 date: 2022-12-25T23:15
slug: aoc-2022/2nd-week slug: aoc-2022/2nd-week
authors: authors: mf
- name: Matej Focko
title: "a.k.a. @mf"
url: https://gitlab.com/mfocko
image_url: https://github.com/mfocko.png
tags: tags:
- aoc-2022 - aoc-2022
- advent-of-code - advent-of-code

5
blog/authors.yml Normal file
View file

@ -0,0 +1,5 @@
mf:
name: Matej Focko
title: "a.k.a. @mf"
url: https://gitlab.com/mfocko
image_url: https://github.com/mfocko.png

View file

@ -3,11 +3,7 @@ title: Sort the matrix diagonally
description: Compiler assisted development. description: Compiler assisted development.
date: 2023-03-04T23:15 date: 2023-03-04T23:15
slug: leetcode/sort-diagonally slug: leetcode/sort-diagonally
authors: authors: mf
- name: Matej Focko
title: "a.k.a. @mf"
url: https://gitlab.com/mfocko
image_url: https://github.com/mfocko.png
tags: tags:
- cpp - cpp
- leetcode - leetcode