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: 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}$.