Skip to content

Commit

Permalink
Deploying changes to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockowitz committed Oct 19, 2015
1 parent 3ae3801 commit 8a6eeb2
Show file tree
Hide file tree
Showing 13 changed files with 190 additions and 49 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"
gem 'github-pages'

132 changes: 132 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
activesupport (4.2.4)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
blankslate (2.1.2.4)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
colorator (0.1)
ethon (0.8.0)
ffi (>= 1.3.0)
execjs (2.6.0)
fast-stemmer (1.0.2)
ffi (1.9.10)
gemoji (2.1.0)
github-pages (39)
RedCloth (= 4.2.9)
github-pages-health-check (~> 0.2)
jekyll (= 2.4.0)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.3.1)
jekyll-mentions (= 0.2.1)
jekyll-redirect-from (= 0.8.0)
jekyll-sass-converter (= 1.3.0)
jekyll-sitemap (= 0.8.1)
jemoji (= 0.5.0)
kramdown (= 1.5.0)
liquid (= 2.6.2)
maruku (= 0.7.0)
mercenary (~> 0.3)
pygments.rb (= 0.6.3)
rdiscount (= 2.1.7)
redcarpet (= 3.3.2)
terminal-table (~> 1.4)
github-pages-health-check (0.5.3)
addressable (~> 2.3)
net-dns (~> 0.8)
public_suffix (~> 1.4)
typhoeus (~> 0.7)
html-pipeline (1.9.0)
activesupport (>= 2)
nokogiri (~> 1.4)
i18n (0.7.0)
jekyll (2.4.0)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-feed (0.3.1)
jekyll-gist (1.3.4)
jekyll-mentions (0.2.1)
html-pipeline (~> 1.9.0)
jekyll (~> 2.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.8.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-sitemap (0.8.1)
jekyll-watch (1.3.0)
listen (~> 3.0)
jemoji (0.5.0)
gemoji (~> 2.0)
html-pipeline (~> 1.9)
jekyll (>= 2.0)
json (1.8.3)
kramdown (1.5.0)
liquid (2.6.2)
listen (3.0.3)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
maruku (0.7.0)
mercenary (0.3.5)
mini_portile (0.6.2)
minitest (5.8.1)
net-dns (0.8.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
public_suffix (1.5.1)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdiscount (2.1.7)
redcarpet (3.3.2)
safe_yaml (1.0.4)
sass (3.4.19)
terminal-table (1.5.2)
thread_safe (0.3.5)
toml (0.1.2)
parslet (~> 1.5.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
github-pages

BUNDLED WITH
1.10.6
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ permalink: /readme/
### Software/Libraries

- [Jeykyll](https://jekyllrb.com/)
- [Jekyll Redirect From Plugin](https://github.com/jekyll/jekyll-redirect-from)
- [Jekyll Sitemap Generator Plugin](https://github.com/jekyll/jekyll-sitemap)
- [github / pages-gem](https://github.com/github/pages-gem)
- [Grunt](http://gruntjs.com/)
- [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat)
- [grunt-contrib-copy](https://github.com/gruntjs/grunt-contrib-copy)
Expand Down Expand Up @@ -197,6 +200,12 @@ open http://jrockowitz.github.io/readme

- <https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/_variables.scss>

### SEO

- [Sitemaps for GitHub Pages](https://help.github.com/articles/sitemaps-for-github-pages/)
- [Redirects on GitHub Pages](https://help.github.com/articles/redirects-on-github-pages/)
- [How to add Google Analytics Tracking ID to GitHub Pages](stackoverflow.com/questions/17207458/how-to-add-google-analytics-tracking-id-to-github-pages)

---

## References
Expand Down
14 changes: 13 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Site settings
title: The Big Blue House
subtitle: Jacob Rockowitz
description: Welcome to the The Big Blue House.
baseurl: ""
url: "http://thebigbluehouse.com"
Expand All @@ -12,11 +13,15 @@ collections:

# Default settings
defaults:
- scope:
path: ""
values:
layout: "page"
- scope:
path: work
type: work
values:
layout: page
layout: "page"

# Build settings.
markdown: kramdown
Expand All @@ -32,3 +37,10 @@ exclude:

# Environments in Jekyll - http://www.petethompson.net/blog/web/2015/02/28/environments-in-jekyll/
environment: production

# Gem (for GitHub Pages)
gems:
# Sitemaps for GitHub Pages - https://help.github.com/articles/sitemaps-for-github-pages/
- jekyll-sitemap
# Redirects on GitHub Pages - https://help.github.com/articles/redirects-on-github-pages/
- jekyll-redirect-from
10 changes: 10 additions & 0 deletions _includes/analytics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-69011248-1', 'auto');
ga('send', 'pageview');

</script>
11 changes: 7 additions & 4 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
{% if page.page_title %}
<title>{{ page.page_title }}</title>
{% else %}
<title>{{ page.title }} | {{ site.title }} - {{ site.subtitle }}</title>
{% endif %}
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

{% include stylesheets.html %}

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
{% include stylesheets.html %}
{% include analytics.html %}
</head>
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ site.baseurl }}/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> <span class="navbar-brand-title">{{ site.title }}</span></a>
<a class="navbar-brand" href="{{ site.baseurl }}/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> <span class="navbar-brand-title">{{ site.title }}<span class="hidden-xs hidden-sm"> / {{ site.subtitle }}</span></span></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">

Expand Down
9 changes: 9 additions & 0 deletions _pages/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
icon: glyphicon glyphicon-warning-sign
title: Page Not Found
layout: page
permalink: /404.htm
---

<p>The document you requested was not found.</p>
<p>It is possible you typed the address incorrectly, or that the page no longer exists.</p>
17 changes: 0 additions & 17 deletions _pages/blog.html

This file was deleted.

1 change: 1 addition & 0 deletions _pages/resume.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
icon: fa fa-file
page_title: Jacob Rockowitz
title: Jacob Rockowitz
pdf: https://docs.google.com/document/d/1AEP9K9wmwNnAkoop6mNhAaX9IjKu7UWqQYOwOUvOwgE/export?format=pdf&id=1AEP9K9wmwNnAkoop6mNhAaX9IjKu7UWqQYOwOUvOwgE&tfe=yo_253
layout: page
Expand Down
25 changes: 0 additions & 25 deletions _posts/2015-10-09-welcome-to-jekyll.markdown

This file was deleted.

4 changes: 3 additions & 1 deletion _work/20-mskcc-drupal-6.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
href="http://www.mskcc.org/">www.mskcc.org</a> website to <a href="http://drupal.org">Drupal</a>
was my biggest project ever and my first large scale Drupal project, which is why
I feel it is important to share my experience---</p>
layout: page
permalink: /work/mskcc-drupal-6/
redirect_from: /case-study/mskcc
thumbnail:
src: /images-thumbnails/work/drupal_6_mskcc/front-new.png


---

<h3>Introduction</h3>
Expand Down
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit 8a6eeb2

Please sign in to comment.