From 9c41630e8fe16969d06e2f46d71a4d7b21a02092 Mon Sep 17 00:00:00 2001 From: MG-5 Date: Mon, 16 Oct 2023 03:39:20 +0200 Subject: [PATCH] Update authors as example --- _data/authors.yml | 24 ++++++++---------------- _posts/2019-11-02-Tech-stuff-example.md | 1 + _posts/2021-04-27-dark-mode.md | 1 + 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/_data/authors.yml b/_data/authors.yml index b7cb426..56f8f5e 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,19 +1,11 @@ -rohanchandra: # author-id - name: "Rohan Chandra" - avatar: "https://avatars2.githubusercontent.com/u/816965?s=460&v=4" - url: "https://github.com/rohanchandra" -sylhare: - name: Sylhare - avatar: "https://avatars3.githubusercontent.com/u/20642750?s=460&v=4" - url: "https://github.com/sylhare" -mmistakes: - name: "Michael Rose" - avatar: "https://avatars3.githubusercontent.com/u/1376749?s=460&v=4" - url: "https://github.com/mmistakes" -mhagnumdw: - name: Mhagnumdw - avatar: "https://avatars2.githubusercontent.com/u/17688846?s=460&v=4" - url: +max2: # author-id + name: "Max2" + avatar: "https://avatars.githubusercontent.com/u/12341832?v=4" + url: "https://github.com/mg-5" +dkdent: + name: dkdent + avatar: "https://avatars.githubusercontent.com/u/1321324?v=4" + url: "https://github.com/24367dfa" unknown: name: Unknown avatar: diff --git a/_posts/2019-11-02-Tech-stuff-example.md b/_posts/2019-11-02-Tech-stuff-example.md index 90f48aa..b73e89a 100644 --- a/_posts/2019-11-02-Tech-stuff-example.md +++ b/_posts/2019-11-02-Tech-stuff-example.md @@ -1,4 +1,5 @@ --- +author: dkdent layout: post title: Tech Stuff example color: rgb(250, 50, 50) diff --git a/_posts/2021-04-27-dark-mode.md b/_posts/2021-04-27-dark-mode.md index 9b411c2..e2c32dd 100644 --- a/_posts/2021-04-27-dark-mode.md +++ b/_posts/2021-04-27-dark-mode.md @@ -1,4 +1,5 @@ --- +author: max2 layout: post title: Dark Mode tags: [Katex, Mermaid, Markdown]