{{ this_word }}
+-
+ {% for post in site.categories[this_word] %}{% if post.title != null %}
+
- {{ post.title }}
+Author: {{post.author}}
+ {% endif %}{% endfor %}
+
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index badbc02f..00000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -_site -.sass-cache diff --git a/README.md b/README.md index 390e4a7c..8dacf26f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1 @@ -Steve's No-Good-Very-Bad Jekyll Theme -===================================== - -This is my custom Jekyll theme, which is basically [Joel Glovier](http://joelglovier.com/)'s `jekyll-new` theme smashed with [Alex King](http://www.alexking.org)'s [Favepersonal](https://crowdfavorite.com/favepersonal/) theme for Wordpress. I used Favepersonal for my Wordpress site before abandoning it. You can see my site at [svmiller.github.io](http://svmiller.github.io). - -Much of what is contained in here is derivative of those two works. That said, do observe the `embedpdf.html` and `image.html` files in the `_includes` directory. `embedpdf.html` uses Google Docs to allow for embedding of PDF files hosted on Dropbox. `image.html` provides fancier images than what is standard for Markdown. An example use of `embedpdf.html` can be observed in the `cv.md` file. An example use of `image.html` can be observed in the `about.md` file. - -I use data-driven navigation, which you can see in the `menu.yml` file in the `_data` directory. There's also a `nav.html` file in the `_includes` directory with modified `header.html`. - -Mobile support is clearly functional, though some white-spacing could be improved. Feel free to offer improvements if you'd like. - -`css` and `_sass` directories also functional, if a bit cluttered. Do observe new colors I created for `$clemson-orange` and `$clemson-purple` in `css/main.scss`. - -Feel free to contact me at svmille@clemson.edu. Send along some cheers too if you find it useful. +Indiaviewpoint diff --git a/_config.yml b/_config.yml index 3ad70d29..df8604be 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ description: > # this means to ignore newlines until "baseurl:" line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog/ -url: "http://yourdomain.com" # the base hostname & protocol for your site +url: "https://indiaviewpoint.github.io" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll @@ -21,4 +21,4 @@ excerpt_separator: "" # SEO stuff # google_author: "" # google_site_verification: "" -# bing_webmastertools_id: "" \ No newline at end of file +# bing_webmastertools_id: "" diff --git a/_data/menu.yml b/_data/menu.yml index d1c03a43..50e47230 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,5 +1,5 @@ - title: "About" - href: "/about/" + href: "/about us/" - title: "Blog" href: "/blog/" diff --git a/_includes/head.html b/_includes/head.html index 54018d72..16854c8e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,8 +9,8 @@ - - + + {% if site.google_author %}{% endif %} {% if site.google_site_verification %}{% endif %} diff --git a/_includes/header.html b/_includes/header.html index 6ef94697..bd63a280 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,7 +19,7 @@ {% include nav.html %} - + +
Here's all the post categories on my blog.
+ +{% for item in (0..site.categories.size) %}{% unless forloop.last %} + {% capture this_word %}{{ cats_list[item] | strip_newlines }}{% endcapture %} +