From 065037240afd4d5be681488f77e088382fca1c11 Mon Sep 17 00:00:00 2001 From: "Tatikola, Indira" Date: Sat, 16 Dec 2023 16:50:37 -0500 Subject: [PATCH] new pages --- .DS_Store | Bin 10244 -> 10244 bytes .gitignore | 1 + _includes/header.html | 2 +- _site/2018/08/20/bananas.html | 2 +- _site/404.html | 2 +- _site/blog.html | 70 ++++++++++++++++++++++++++++++++++ _site/feed.xml | 2 +- _site/index.html | 2 +- _site/projects.html | 70 ++++++++++++++++++++++++++++++++++ blog.html | 8 ++++ projects.html | 8 ++++ 11 files changed, 162 insertions(+), 5 deletions(-) create mode 100644 _site/blog.html create mode 100644 _site/projects.html create mode 100644 blog.html create mode 100644 projects.html diff --git a/.DS_Store b/.DS_Store index 5d4686cd273b8c9a6f3102df5acabd84aa2fa7ec..62f9e1d96a9e03b3300c3a2a58d53d043caf6b78 100644 GIT binary patch delta 242 zcmZn(XbG6$¥U^hRb!e$cg=#YsgUS0uEjI5Hp2?!m$&kd5 z!;sIA&Y;JT!BE1G%aG%llb@WFlb^)Ez#ss`>lqjr>;8iQ1H;Mo+K6(HE delta 45 zcmV+|0Mh@2P=rvBPXQgVP`eKS9kUD&Yy*?U7Dlta6PW~)i5SGQ-x(+dk$}Xr2O#|i Dcasq& 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 @@ - +
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 @@ - +
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