From 5d583f6152972f2baefe783900604f0982fd3389 Mon Sep 17 00:00:00 2001 From: kaylakairis Date: Wed, 28 Aug 2024 21:13:20 -0400 Subject: [PATCH 1/2] Update _config.yml Added my own metadata --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index d4916414195c9..bc0429e8e245f 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Dr. Poulsen # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Blog for CSI 220 # URL of your avatar or profile pic (you could use your GitHub profile pic) avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png @@ -18,15 +18,15 @@ avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/je # Includes an icon in the footer for each username you enter footer-links: dribbble: - email: + email: dpoulsen2@washcoll.edu facebook: flickr: - github: barryclark/jekyll-now + github: kaylakairis instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon - twitter: jekyllrb + twitter: drspoulsen stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ From 22b400a28cdd5e63ff9fc334770678838280235a Mon Sep 17 00:00:00 2001 From: kaylakairis Date: Wed, 28 Aug 2024 21:19:58 -0400 Subject: [PATCH 2/2] Create 2024-8-28-My-First-Post Made my first blog post. It's short and bad. --- _posts/2024-8-28-My-First-Post | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _posts/2024-8-28-My-First-Post diff --git a/_posts/2024-8-28-My-First-Post b/_posts/2024-8-28-My-First-Post new file mode 100644 index 0000000000000..894bf8367dce7 --- /dev/null +++ b/_posts/2024-8-28-My-First-Post @@ -0,0 +1,3 @@ +# My First Blog! + +This is my first blog post. I'm experimenting with *formatting* in **markdown**. Here's some math $x=-b\pm\sqrt{b^2-4ac}{2a}$.