From d1b28af08f679a68d4be6fc95cb42df771591dc2 Mon Sep 17 00:00:00 2001 From: tapaswinck <74960624+tapaswinck@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:47:21 -0400 Subject: [PATCH 1/2] Update _config.yml Added my own metadata --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index d4916414195c9..83f6ca341b3f0 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Chiruvanuru Kumar Tapaswin # 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,10 +18,10 @@ 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: tapaswinck@gmail.com facebook: flickr: - github: barryclark/jekyll-now + github: tapaswinck instagram: linkedin: pinterest: From 77e73dd9592788fc23cf2810bf014516bdb73d87 Mon Sep 17 00:00:00 2001 From: tapaswinck <74960624+tapaswinck@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:55:14 -0400 Subject: [PATCH 2/2] Create 2024-8-29-My-First-Post Made my first blog post. It's short and bad. --- _posts/2024-8-29-My-First-Post | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _posts/2024-8-29-My-First-Post diff --git a/_posts/2024-8-29-My-First-Post b/_posts/2024-8-29-My-First-Post new file mode 100644 index 0000000000000..7bdd094eabb56 --- /dev/null +++ b/_posts/2024-8-29-My-First-Post @@ -0,0 +1,3 @@ +# My First Blog! + +This is my first blog post. I'm experimenting with *formatting* in **markdown**. Here is some math $x=-b\pm\sqrt{b^2-4ac}/{2a}$.