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 %} +
+

{{ this_word }}

+ +
+{% endunless %}{% endfor %} diff --git a/css/main.scss b/css/main.scss index 3f3d9175..8c2f6bca 100644 --- a/css/main.scss +++ b/css/main.scss @@ -6,8 +6,8 @@ // Our variables -$base-font-family: 'Open Sans', Helvetica, Arial, sans-serif; -$base-font-size: .95em; +$base-font-family: 'Baloo 2', cursive; +$base-font-size: 1em; $small-font-size: $base-font-size * 0.875; $base-line-height: 1.5; @@ -15,10 +15,10 @@ $spacing-unit: 30px; $text-color: #111; $background-color: #fdfdfd; -$brand-color: #0077CC; +$brand-color: #9ec9cf; // $gameday-sky: #109dc0; -$clemson-purple: #522d80; -$clemson-orange: #f66733; +$clemson-purple: black; +$clemson-orange: blue; $grey-color: #828282; diff --git a/feed.xml b/feed.xml index a6628bd8..f10a9f1c 100644 --- a/feed.xml +++ b/feed.xml @@ -1,5 +1,5 @@ --- -layout: null +layout: default --- diff --git a/index.html b/index.html index f2b78624..1d30ae13 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -
+

Welcome