mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
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:
parent
be5b8c36b0
commit
82f1269fa9
5 changed files with 9 additions and 20 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
5
blog/authors.yml
Normal 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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue