diff --git a/.DS_Store b/.DS_Store index 5d4686c..62f9e1d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 94f1ea2..1546968 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ _sites .sass-cache .jekyll-cache .jekyll-metadata +.code-workspace vendor diff --git a/_includes/header.html b/_includes/header.html index 337d6c1..bb4c825 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,7 +19,7 @@
{%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path", path | first -%} - {%- if my_page.title -%} + {%- if my_page.title and my_page.title != "Home" -%} {{ my_page.title | escape }} {%- endif -%} {%- endfor -%} diff --git a/_site/2018/08/20/bananas.html b/_site/2018/08/20/bananas.html index 433bd6d..424cc8e 100644 --- a/_site/2018/08/20/bananas.html +++ b/_site/2018/08/20/bananas.html @@ -33,7 +33,7 @@ -
Home
+
BlogProjects
diff --git a/_site/404.html b/_site/404.html index cf5dcc3..86b6eb7 100644 --- a/_site/404.html +++ b/_site/404.html @@ -31,7 +31,7 @@ -
Home
+
BlogProjects
diff --git a/_site/blog.html b/_site/blog.html new file mode 100644 index 0000000..87ab8cf --- /dev/null +++ b/_site/blog.html @@ -0,0 +1,70 @@ + + + + + +Blog | Indira Tatikola + + + + + + + + + + + + + + + +
+
+

Post 1

+

Post 2

+

Post 3

+

Post 4

+
+
+ + + + + + + diff --git a/_site/feed.xml b/_site/feed.xml index 0732ecd..6501262 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2023-12-16T16:35:55-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! Bananas2018-08-20T00:00:00-04:002018-08-20T00:00:00-04:00http://localhost:4000/2018/08/20/bananas<p>A banana is an edible fruit – botanically a berry – produced by several +Jekyll2023-12-16T16:49:37-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! Bananas2018-08-20T00:00:00-04:002018-08-20T00:00:00-04:00http://localhost:4000/2018/08/20/bananas<p>A banana is an edible fruit – botanically a berry – produced by several kinds of large herbaceous flowering plants in the genus Musa.</p> <p>In some countries, bananas used for cooking may be called “plantains”, diff --git a/_site/index.html b/_site/index.html index a935b54..9ba0982 100644 --- a/_site/index.html +++ b/_site/index.html @@ -31,7 +31,7 @@ - +
diff --git a/_site/projects.html b/_site/projects.html new file mode 100644 index 0000000..41f12fa --- /dev/null +++ b/_site/projects.html @@ -0,0 +1,70 @@ + + + + + +Projects | Indira Tatikola + + + + + + + + + + + + + + + +
+
+

Project 1

+

Project 2

+

Project 3

+

Project 4

+
+
+ + + + + + + diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..e9a0ab4 --- /dev/null +++ b/blog.html @@ -0,0 +1,8 @@ +--- +layout: default +title: Blog +--- +

Post 1

+

Post 2

+

Post 3

+

Post 4

\ No newline at end of file diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..92b3368 --- /dev/null +++ b/projects.html @@ -0,0 +1,8 @@ +--- +layout: default +title: Projects +--- +

Project 1

+

Project 2

+

Project 3

+

Project 4

\ No newline at end of file