From eff855e32ee21116cd79efb849d81a83fc938c2e Mon Sep 17 00:00:00 2001 From: numberisnan Date: Fri, 29 Nov 2024 03:11:49 -0500 Subject: [PATCH] Add tag to all RSS entries --- _config.yml | 1 + _data/authors.yml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 _data/authors.yml diff --git a/_config.yml b/_config.yml index a450936..4f0acc3 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ ### your site title here title: Faraz Kaleem Malik +author: farazkaleemmalik description: Personal website for a Computer Science student at UofT baseurl: #name of GitHub repository diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..fef3393 --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,3 @@ +farazkaleemmalik: # To add author tags to each entry like following workaround in https://github.com/jekyll/jekyll-feed/issues/299 + name: Faraz Kaleem Malik + email: webmaster@farazkaleemmalik.cyou \ No newline at end of file