diff --git a/.DS_Store b/.DS_Store
index a2581a7..34e2604 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/_config.yml b/_config.yml
index 4466afd..fc533f5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,7 +21,7 @@
title: Indira Tatikola
email: itatikola3@gatech.edu
description: >- # this means to ignore newlines until "baseurl:"
- Hi! I’m Indira and I’m studying computer science at the Georgia Institue of Technology.
+ Hi! 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!
baseurl: ''
diff --git a/_data/navigation.yml b/_data/navigation.yml
new file mode 100644
index 0000000..38d6dbb
--- /dev/null
+++ b/_data/navigation.yml
@@ -0,0 +1,6 @@
+- name: Home
+ link: /
+- name: About
+ link: /about.html
+- name: Blog
+ link: /blog.html
\ No newline at end of file
diff --git a/testpage/.DS_Store b/_includes/.DS_Store
similarity index 90%
rename from testpage/.DS_Store
rename to _includes/.DS_Store
index fbf09ae..67a6219 100644
Binary files a/testpage/.DS_Store and b/_includes/.DS_Store differ
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..d5fdd71
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,36 @@
+
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..bb4cf36
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,31 @@
+
{{ page.date | date_to_string }} - {{ page.author }}
+ +{{ content }} \ No newline at end of file diff --git a/_posts/.DS_Store b/_posts/.DS_Store new file mode 100644 index 0000000..2c16520 Binary files /dev/null and b/_posts/.DS_Store differ diff --git a/_posts/2018-08-20-bananas.md b/_posts/2018-08-20-bananas.md new file mode 100644 index 0000000..8ca5c74 --- /dev/null +++ b/_posts/2018-08-20-bananas.md @@ -0,0 +1,13 @@ +--- +layout: post +author: jill +--- + +A banana is an edible fruit – botanically a berry – produced by several +kinds of large herbaceous flowering plants in the genus Musa. + +In some countries, bananas used for cooking may be called "plantains", +distinguishing them from dessert bananas. The fruit is variable in size, +color, and firmness, but is usually elongated and curved, with soft +flesh rich in starch covered with a rind, which may be green, yellow, +red, purple, or brown when ripe. \ No newline at end of file diff --git a/_posts/2023-11-15-welcome-to-jekyll.markdown b/_posts/2023-11-15-welcome-to-jekyll.markdown deleted file mode 100644 index b57c7c6..0000000 --- a/_posts/2023-11-15-welcome-to-jekyll.markdown +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: post -title: "Welcome to Jekyll!" -date: 2023-11-15 11:50:23 -0500 -categories: jekyll update ---- -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -Jekyll requires blog post files to be named according to the following format: - -`YEAR-MONTH-DAY-title.MARKUP` - -Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: https://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ ---- diff --git a/_sass/main.scss b/_sass/main.scss new file mode 100644 index 0000000..055dce7 --- /dev/null +++ b/_sass/main.scss @@ -0,0 +1,3 @@ +.current { + color: rgb(246, 120, 141); +} \ No newline at end of file diff --git a/_site/2018/08/20/bananas.html b/_site/2018/08/20/bananas.html new file mode 100644 index 0000000..7608f04 --- /dev/null +++ b/_site/2018/08/20/bananas.html @@ -0,0 +1,83 @@ + + + + + +20 Aug 2018 - jill
+ +A banana is an edible fruit – botanically a berry – produced by several +kinds of large herbaceous flowering plants in the genus Musa.
+ +In some countries, bananas used for cooking may be called “plantains”, +distinguishing them from dessert bananas. The fruit is variable in size, +color, and firmness, but is usually elongated and curved, with soft +flesh rich in starch covered with a rind, which may be green, yellow, +red, purple, or brown when ripe.
+ +