diff --git a/_layouts/index.html b/_layouts/index.html
index 749a0f6..bfab10e 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -7,7 +7,7 @@
{%- include social.html -%}
-
{{ site.time | date_to_long_string}}
+
{{ site.time | date_to_string: "ordinal", "US" }}
Hi! Thanks so much for stopping by.
I'm a CS major at the Georgia Institute of Technology concentrating in
Intelligence and Systems & Architecture.
diff --git a/_layouts/post.html b/_layouts/post.html
index 906a743..6b46869 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,6 +9,8 @@
In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”
And here’s the final product - welcome to my site! Here’s a little bit about it. I’m hosting the site on Github Pages and used Github’s static site builder, Jekyll, for the general HTML format. I chose Jekyll because it’s meant to be used specifically for blog-style websites. I copied over the default CSS theme, “minima”, into my local folders and made edits from there to personalize the design. I tried to mimic the Apple theme a bit with rounded edges and a simple color scheme.
diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css
index e1f8232..f034936 100644
--- a/_site/assets/css/styles.css
+++ b/_site/assets/css/styles.css
@@ -33,8 +33,8 @@ li > ul, li > ol { margin-top: 10px; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { font-weight: 300; margin-top: 10px; }
/** Links */
-a { color: #5491e1; text-decoration: none; }
-a:visited { color: #2369c6; }
+a { color: #000000; text-decoration: none; /*&:visited { color: #434242;
+}*/ }
a:hover { color: #000000; text-decoration: underline; }
.social-media-list a:hover { text-decoration: none; }
.social-media-list a:hover .username { text-decoration: underline; }
diff --git a/_site/assets/main.css b/_site/assets/main.css
index 47231c3..04f051d 100644
--- a/_site/assets/main.css
+++ b/_site/assets/main.css
@@ -27,8 +27,8 @@ li > ul, li > ol { margin-top: 10px; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { font-weight: 300; margin-top: 10px; }
/** Links */
-a { color: #5491e1; text-decoration: none; }
-a:visited { color: #2369c6; }
+a { color: #000000; text-decoration: none; /*&:visited { color: #434242;
+}*/ }
a:hover { color: #000000; text-decoration: underline; }
.social-media-list a:hover { text-decoration: none; }
.social-media-list a:hover .username { text-decoration: underline; }
diff --git a/_site/feed.xml b/_site/feed.xml
index bef6778..aa41bff 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,4 +1,4 @@
-Jekyll2023-12-23T17:15:34-05:00http://localhost:4000/feed.xmlIndira TatikolaHi! I’m Indira and I’m studying computer science at the Georgia Institute of Technology. My areas of interest are computer vision, graphics, and machine learning and their applications in social media. Feel free to reach out through any platform! Project #1: Personal Website2023-12-15T00:00:00-05:002023-12-15T00:00:00-05:00http://localhost:4000/2023/12/15/Project-#1-Personal-Site<p> In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. <!--more--> I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”</p>
+Jekyll2023-12-23T22:23:17-05:00http://localhost:4000/feed.xmlIndira TatikolaHi! I’m Indira and I’m studying computer science at the Georgia Institute of Technology. My areas of interest are computer vision, graphics, and machine learning and their applications in social media. Feel free to reach out through any platform! Project #1: Personal Website2023-12-15T00:00:00-05:002023-12-15T00:00:00-05:00http://localhost:4000/2023/12/15/Project-#1-Personal-Site<p> In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start. <!--more--> I would get discouraged by how advanced other people were, how many various platforms and languages they knew, and the amount of time many of my peers had already spent. It just felt like it was impossible to catch up - but everyone has to start somewhere. Instead of wallowing, I needed to create something that would encourage me to continue creating. I thought, “Everyone seems to have a personal site where they put their projects, which means that 1) I can create a site, and 2) it’ll look pretty dumb if there are no projects on it, so I’ll be forced to keep going.”</p>
<p> And here’s the final product - welcome to my site! Here’s a little bit about it. I’m hosting the site on Github Pages and used Github’s static site builder, Jekyll, for the general HTML format. I chose Jekyll because it’s meant to be used specifically for blog-style websites. I copied over the default CSS theme, “minima”, into my local folders and made edits from there to personalize the design. I tried to mimic the Apple theme a bit with rounded edges and a simple color scheme.</p>
diff --git a/_site/index.html b/_site/index.html
index 764a3c8..f81fe14 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -48,14 +48,14 @@
I'm a CS major at the Georgia Institute of Technology concentrating in
Intelligence and Systems & Architecture.
Building human-centered applications excites me.
Over the next year, I'm challenging myself to create one,
- full-fledged personal project per month. Follow along on the "Projects" tab (coming soon).
+ full-fledged personal project per month. Follow along on the "Projects" tab.
Outside of CS, I love fashion, writing, and baking!
In November, I felt an urge to put my programming capabilities to the test and start developing. As I delved into other people’s personal projects to look for inspiration and guidance, I felt overwhelmed with where to start.
diff --git a/index.html b/index.html
index 749a0f6..30a4772 100644
--- a/index.html
+++ b/index.html
@@ -7,14 +7,14 @@
{%- include social.html -%}
-
{{ site.time | date_to_long_string}}
+
{{ site.time | date_to_string: "ordinal", "US"}}
Hi! Thanks so much for stopping by.
I'm a CS major at the Georgia Institute of Technology concentrating in
Intelligence and Systems & Architecture.
Building human-centered applications excites me.
Over the next year, I'm challenging myself to create one,
- full-fledged personal project per month. Follow along on the "Projects" tab (coming soon).
+ full-fledged personal project per month. Follow along on the "Projects" tab.
Outside of CS, I love fashion, writing, and baking!