From e15793013f89d654f36b952546efcd84145fdd8c Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Tue, 8 Mar 2016 21:34:14 -0800 Subject: [PATCH 01/48] first commit --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Hello World From 671d4828557aa7b953bf55c54bf1c98ab0b6635f Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Wed, 9 Mar 2016 17:16:08 -0800 Subject: [PATCH 02/48] setup --- index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 557db03..3e6580f 100644 --- a/index.html +++ b/index.html @@ -1 +1,12 @@ -Hello World + + + + + Micah Cowell + + + +

Hello World!

+ + + From a596481e68c4004ede0cbde05feae27da3b34418 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Wed, 9 Mar 2016 17:39:44 -0800 Subject: [PATCH 03/48] config jekyll --- Gemfile | 2 + Gemfile.lock | 130 ++++++++++++++++++++++++++++++++++++++++ _config.yml | 1 + _data/members.yml | 0 _includes/footer.html | 1 + _includes/header.html | 2 + _site/Gemfile | 2 + _site/Gemfile.lock | 130 ++++++++++++++++++++++++++++++++++++++++ _site/dist/Gemfile | 2 + _site/dist/Gemfile.lock | 130 ++++++++++++++++++++++++++++++++++++++++ _site/dist/index.html | 13 ++++ _site/index.html | 13 ++++ dist/Gemfile | 2 + dist/Gemfile.lock | 130 ++++++++++++++++++++++++++++++++++++++++ dist/index.html | 13 ++++ index.html | 1 + 16 files changed, 572 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 _config.yml create mode 100644 _data/members.yml create mode 100644 _includes/footer.html create mode 100644 _includes/header.html create mode 100644 _site/Gemfile create mode 100644 _site/Gemfile.lock create mode 100644 _site/dist/Gemfile create mode 100644 _site/dist/Gemfile.lock create mode 100644 _site/dist/index.html create mode 100644 _site/index.html create mode 100644 dist/Gemfile create mode 100644 dist/Gemfile.lock create mode 100644 dist/index.html diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..ddb84b3 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,130 @@ +GEM + remote: https://rubygems.org/ + specs: + RedCloth (4.2.9) + activesupport (4.2.6) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + colorator (0.1) + ethon (0.8.1) + ffi (>= 1.3.0) + execjs (2.6.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.10) + gemoji (2.1.0) + github-pages (56) + RedCloth (= 4.2.9) + github-pages-health-check (= 1.1.0) + jekyll (= 3.0.3) + jekyll-coffeescript (= 1.0.1) + jekyll-feed (= 0.4.0) + jekyll-gist (= 1.4.0) + jekyll-mentions (= 1.1.1) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.9.1) + jekyll-sass-converter (= 1.3.0) + jekyll-seo-tag (= 1.3.2) + jekyll-sitemap (= 0.10.0) + jekyll-textile-converter (= 0.1.0) + jemoji (= 0.6.1) + kramdown (= 1.9.0) + liquid (= 3.0.6) + mercenary (~> 0.3) + rdiscount (= 2.1.8) + redcarpet (= 3.3.3) + rouge (= 1.10.1) + terminal-table (~> 1.4) + github-pages-health-check (1.1.0) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 1.4) + typhoeus (~> 0.7) + html-pipeline (2.3.0) + activesupport (>= 2, < 5) + nokogiri (>= 1.4) + i18n (0.7.0) + jekyll (3.0.3) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-feed (0.4.0) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-mentions (1.1.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.9.1) + jekyll (>= 2.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-seo-tag (1.3.2) + jekyll (~> 3.0) + jekyll-sitemap (0.10.0) + jekyll-textile-converter (0.1.0) + RedCloth (~> 4.0) + jekyll-watch (1.3.1) + listen (~> 3.0) + jemoji (0.6.1) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (1.8.3) + kramdown (1.9.0) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.5) + mini_portile2 (2.0.0) + minitest (5.8.4) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.6.7.2) + mini_portile2 (~> 2.0.0.rc2) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + public_suffix (1.5.3) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rdiscount (2.1.8) + redcarpet (3.3.3) + rouge (1.10.1) + safe_yaml (1.0.4) + sass (3.4.21) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.5.2) + thread_safe (0.3.5) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + +BUNDLED WITH + 1.11.2 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..47a75c8 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +destination: _site diff --git a/_data/members.yml b/_data/members.yml new file mode 100644 index 0000000..e69de29 diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..e5f052c --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1 @@ +

copyright ur mom 1969

diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..1cf5026 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,2 @@ +

My Website

+

A jekyll blog

diff --git a/_site/Gemfile b/_site/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/_site/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/_site/Gemfile.lock b/_site/Gemfile.lock new file mode 100644 index 0000000..ddb84b3 --- /dev/null +++ b/_site/Gemfile.lock @@ -0,0 +1,130 @@ +GEM + remote: https://rubygems.org/ + specs: + RedCloth (4.2.9) + activesupport (4.2.6) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + colorator (0.1) + ethon (0.8.1) + ffi (>= 1.3.0) + execjs (2.6.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.10) + gemoji (2.1.0) + github-pages (56) + RedCloth (= 4.2.9) + github-pages-health-check (= 1.1.0) + jekyll (= 3.0.3) + jekyll-coffeescript (= 1.0.1) + jekyll-feed (= 0.4.0) + jekyll-gist (= 1.4.0) + jekyll-mentions (= 1.1.1) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.9.1) + jekyll-sass-converter (= 1.3.0) + jekyll-seo-tag (= 1.3.2) + jekyll-sitemap (= 0.10.0) + jekyll-textile-converter (= 0.1.0) + jemoji (= 0.6.1) + kramdown (= 1.9.0) + liquid (= 3.0.6) + mercenary (~> 0.3) + rdiscount (= 2.1.8) + redcarpet (= 3.3.3) + rouge (= 1.10.1) + terminal-table (~> 1.4) + github-pages-health-check (1.1.0) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 1.4) + typhoeus (~> 0.7) + html-pipeline (2.3.0) + activesupport (>= 2, < 5) + nokogiri (>= 1.4) + i18n (0.7.0) + jekyll (3.0.3) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-feed (0.4.0) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-mentions (1.1.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.9.1) + jekyll (>= 2.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-seo-tag (1.3.2) + jekyll (~> 3.0) + jekyll-sitemap (0.10.0) + jekyll-textile-converter (0.1.0) + RedCloth (~> 4.0) + jekyll-watch (1.3.1) + listen (~> 3.0) + jemoji (0.6.1) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (1.8.3) + kramdown (1.9.0) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.5) + mini_portile2 (2.0.0) + minitest (5.8.4) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.6.7.2) + mini_portile2 (~> 2.0.0.rc2) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + public_suffix (1.5.3) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rdiscount (2.1.8) + redcarpet (3.3.3) + rouge (1.10.1) + safe_yaml (1.0.4) + sass (3.4.21) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.5.2) + thread_safe (0.3.5) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + +BUNDLED WITH + 1.11.2 diff --git a/_site/dist/Gemfile b/_site/dist/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/_site/dist/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/_site/dist/Gemfile.lock b/_site/dist/Gemfile.lock new file mode 100644 index 0000000..ddb84b3 --- /dev/null +++ b/_site/dist/Gemfile.lock @@ -0,0 +1,130 @@ +GEM + remote: https://rubygems.org/ + specs: + RedCloth (4.2.9) + activesupport (4.2.6) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + colorator (0.1) + ethon (0.8.1) + ffi (>= 1.3.0) + execjs (2.6.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.10) + gemoji (2.1.0) + github-pages (56) + RedCloth (= 4.2.9) + github-pages-health-check (= 1.1.0) + jekyll (= 3.0.3) + jekyll-coffeescript (= 1.0.1) + jekyll-feed (= 0.4.0) + jekyll-gist (= 1.4.0) + jekyll-mentions (= 1.1.1) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.9.1) + jekyll-sass-converter (= 1.3.0) + jekyll-seo-tag (= 1.3.2) + jekyll-sitemap (= 0.10.0) + jekyll-textile-converter (= 0.1.0) + jemoji (= 0.6.1) + kramdown (= 1.9.0) + liquid (= 3.0.6) + mercenary (~> 0.3) + rdiscount (= 2.1.8) + redcarpet (= 3.3.3) + rouge (= 1.10.1) + terminal-table (~> 1.4) + github-pages-health-check (1.1.0) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 1.4) + typhoeus (~> 0.7) + html-pipeline (2.3.0) + activesupport (>= 2, < 5) + nokogiri (>= 1.4) + i18n (0.7.0) + jekyll (3.0.3) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-feed (0.4.0) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-mentions (1.1.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.9.1) + jekyll (>= 2.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-seo-tag (1.3.2) + jekyll (~> 3.0) + jekyll-sitemap (0.10.0) + jekyll-textile-converter (0.1.0) + RedCloth (~> 4.0) + jekyll-watch (1.3.1) + listen (~> 3.0) + jemoji (0.6.1) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (1.8.3) + kramdown (1.9.0) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.5) + mini_portile2 (2.0.0) + minitest (5.8.4) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.6.7.2) + mini_portile2 (~> 2.0.0.rc2) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + public_suffix (1.5.3) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rdiscount (2.1.8) + redcarpet (3.3.3) + rouge (1.10.1) + safe_yaml (1.0.4) + sass (3.4.21) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.5.2) + thread_safe (0.3.5) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + +BUNDLED WITH + 1.11.2 diff --git a/_site/dist/index.html b/_site/dist/index.html new file mode 100644 index 0000000..a480f07 --- /dev/null +++ b/_site/dist/index.html @@ -0,0 +1,13 @@ + + + + + Micah Cowell + + + +

Hello World!

+

this is a jekyll blog

+ + + diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..a480f07 --- /dev/null +++ b/_site/index.html @@ -0,0 +1,13 @@ + + + + + Micah Cowell + + + +

Hello World!

+

this is a jekyll blog

+ + + diff --git a/dist/Gemfile b/dist/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/dist/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/dist/Gemfile.lock b/dist/Gemfile.lock new file mode 100644 index 0000000..ddb84b3 --- /dev/null +++ b/dist/Gemfile.lock @@ -0,0 +1,130 @@ +GEM + remote: https://rubygems.org/ + specs: + RedCloth (4.2.9) + activesupport (4.2.6) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + colorator (0.1) + ethon (0.8.1) + ffi (>= 1.3.0) + execjs (2.6.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.10) + gemoji (2.1.0) + github-pages (56) + RedCloth (= 4.2.9) + github-pages-health-check (= 1.1.0) + jekyll (= 3.0.3) + jekyll-coffeescript (= 1.0.1) + jekyll-feed (= 0.4.0) + jekyll-gist (= 1.4.0) + jekyll-mentions (= 1.1.1) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.9.1) + jekyll-sass-converter (= 1.3.0) + jekyll-seo-tag (= 1.3.2) + jekyll-sitemap (= 0.10.0) + jekyll-textile-converter (= 0.1.0) + jemoji (= 0.6.1) + kramdown (= 1.9.0) + liquid (= 3.0.6) + mercenary (~> 0.3) + rdiscount (= 2.1.8) + redcarpet (= 3.3.3) + rouge (= 1.10.1) + terminal-table (~> 1.4) + github-pages-health-check (1.1.0) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 1.4) + typhoeus (~> 0.7) + html-pipeline (2.3.0) + activesupport (>= 2, < 5) + nokogiri (>= 1.4) + i18n (0.7.0) + jekyll (3.0.3) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-feed (0.4.0) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-mentions (1.1.1) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.9.1) + jekyll (>= 2.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-seo-tag (1.3.2) + jekyll (~> 3.0) + jekyll-sitemap (0.10.0) + jekyll-textile-converter (0.1.0) + RedCloth (~> 4.0) + jekyll-watch (1.3.1) + listen (~> 3.0) + jemoji (0.6.1) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (1.8.3) + kramdown (1.9.0) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.5) + mini_portile2 (2.0.0) + minitest (5.8.4) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.6.7.2) + mini_portile2 (~> 2.0.0.rc2) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + public_suffix (1.5.3) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rdiscount (2.1.8) + redcarpet (3.3.3) + rouge (1.10.1) + safe_yaml (1.0.4) + sass (3.4.21) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.5.2) + thread_safe (0.3.5) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + +BUNDLED WITH + 1.11.2 diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..a480f07 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,13 @@ + + + + + Micah Cowell + + + +

Hello World!

+

this is a jekyll blog

+ + + diff --git a/index.html b/index.html index 3e6580f..a480f07 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@

Hello World!

+

this is a jekyll blog

From 3a070969d535fa2bb69f82f159f0a944a6866432 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Thu, 10 Mar 2016 19:20:09 -0800 Subject: [PATCH 04/48] jekyll is cool --- .gitignore | 5 + .../_config.scssc | Bin 0 -> 1246 bytes .../_mixins.scssc | Bin 0 -> 505 bytes Gemfile | 2 - Gemfile.lock | 130 ------------------ _config.yml | 17 ++- _data/members.yml | 0 _includes/footer.html | 1 - _includes/head.html | 19 +++ _includes/header.html | 5 +- _layouts/default.html | 34 +++++ _layouts/post.html | 16 +++ _posts/2016-03-10-new-blog.md | 6 + _sass/_config.scss | 3 + _site/Gemfile | 2 - _site/Gemfile.lock | 130 ------------------ _site/dist/Gemfile | 2 - _site/dist/Gemfile.lock | 130 ------------------ _site/dist/index.html | 13 -- _site/index.html | 38 ++++- assets/css/main.scss | 9 ++ assets/img/favicon.png | Bin 0 -> 25173 bytes css/main.scss | 9 ++ dist/Gemfile | 2 - dist/Gemfile.lock | 130 ------------------ dist/index.html | 13 -- index.html | 22 +-- 27 files changed, 168 insertions(+), 570 deletions(-) create mode 100644 .gitignore create mode 100644 .sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_config.scssc create mode 100644 .sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_mixins.scssc delete mode 100644 Gemfile delete mode 100644 Gemfile.lock delete mode 100644 _data/members.yml create mode 100644 _includes/head.html create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html create mode 100644 _posts/2016-03-10-new-blog.md create mode 100644 _sass/_config.scss delete mode 100644 _site/Gemfile delete mode 100644 _site/Gemfile.lock delete mode 100644 _site/dist/Gemfile delete mode 100644 _site/dist/Gemfile.lock delete mode 100644 _site/dist/index.html create mode 100644 assets/css/main.scss create mode 100644 assets/img/favicon.png create mode 100644 css/main.scss delete mode 100644 dist/Gemfile delete mode 100644 dist/Gemfile.lock delete mode 100644 dist/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7847a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.jekyll-metadata +.htaccess +.DS_Store +Gemfile.lock +_site diff --git a/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_config.scssc b/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_config.scssc new file mode 100644 index 0000000000000000000000000000000000000000..0d6745e3ecc06c78a53a0a264b13d9dba3719f1f GIT binary patch literal 1246 zcmb7ETTk0C6lT(t-e@~IHi3YV6}AD|NN7tp?3YMvOqI}>DC32P%1PYRniEI13q$?! z+i}uz6O*z1!Js?b%y>%4wk4CAIsSUefLIaJb*5j5Lc9Q=PT2rvG4d?M9x5gBF-QX$&f|6Dp1P8 zr87{3#i@{*N`dSgNN>6U`W-=Ob*(gwi*S(y9ed5~f4K;19|22A2_O7#+LEV8Ob3Y> zu82%n5`jv^KGhb07!fs^%z+ppH7cpeoIq9@t2O-GtKmhj4*nVY4M(pAqC{gNLmIl!HxU;;;jU@Vztk)|Uelluc(sbxdd(NP zY(5EoMpBHEFoXF@;B})6whe#$dQ!qo_T)F-FvF%9-Y^TlHRO)6=MK5z19C+mw|oP{ ztn3*%{0>NNxp;d<;<4OY68Cd~1c(Ejn{uL|0X{p<^gAwZ-s=TqPaVLsgIl(6mJ`6` ci~@X-58zt>*t&tAuV&sfOtTJVf1J$SKa-(iO#lD@ literal 0 HcmV?d00001 diff --git a/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_mixins.scssc b/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_mixins.scssc new file mode 100644 index 0000000000000000000000000000000000000000..43204adf8765ba3db118f80e1293f6c07557d659 GIT binary patch literal 505 zcmb7=y-&k15XCc~(nhpMOhqhJCs>;FBc*YcEEIJ?h?I#Ta*|79$+0V++k*Pfb7@)F zV6p6XzTe$@)6r}+84vCgkdRxkhe2Xt4-am^ry-vL1TfELnO{sNL6DVDhQZt)FG8P} z#lnB|L-(Ss*=@oR8Cx3w#@@8HFS-Di_2Rq|vM``N9C}!&w~|{}4V@NiJ*}A=OQArt z*iDRjXL3jlR~yi*f9548k%*1jVb?KQZfv^MsM+1`FRvPf6 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.10.0) - colorator (0.1) - ethon (0.8.1) - ffi (>= 1.3.0) - execjs (2.6.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.10) - gemoji (2.1.0) - github-pages (56) - RedCloth (= 4.2.9) - github-pages-health-check (= 1.1.0) - jekyll (= 3.0.3) - jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.4.0) - jekyll-gist (= 1.4.0) - jekyll-mentions (= 1.1.1) - jekyll-paginate (= 1.1.0) - jekyll-redirect-from (= 0.9.1) - jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 1.3.2) - jekyll-sitemap (= 0.10.0) - jekyll-textile-converter (= 0.1.0) - jemoji (= 0.6.1) - kramdown (= 1.9.0) - liquid (= 3.0.6) - mercenary (~> 0.3) - rdiscount (= 2.1.8) - redcarpet (= 3.3.3) - rouge (= 1.10.1) - terminal-table (~> 1.4) - github-pages-health-check (1.1.0) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 1.4) - typhoeus (~> 0.7) - html-pipeline (2.3.0) - activesupport (>= 2, < 5) - nokogiri (>= 1.4) - i18n (0.7.0) - jekyll (3.0.3) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-feed (0.4.0) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-mentions (1.1.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.9.1) - jekyll (>= 2.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-seo-tag (1.3.2) - jekyll (~> 3.0) - jekyll-sitemap (0.10.0) - jekyll-textile-converter (0.1.0) - RedCloth (~> 4.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - jemoji (0.6.1) - gemoji (~> 2.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - json (1.8.3) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.5) - mini_portile2 (2.0.0) - minitest (5.8.4) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) - public_suffix (1.5.3) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rdiscount (2.1.8) - redcarpet (3.3.3) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.21) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) - terminal-table (1.5.2) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - -BUNDLED WITH - 1.11.2 diff --git a/_config.yml b/_config.yml index 47a75c8..4c9f49d 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,16 @@ -destination: _site +# My variables +name: Micah Cowell +description: Futuristic Web Design +google_analytics: null +google_verification: null + + +# File management +include: [".htaccess"] +exclude: ["readme.md", "LICENSE"] + + +# Sass +sass: + style: :compressed + sass_dir: _sass diff --git a/_data/members.yml b/_data/members.yml deleted file mode 100644 index e69de29..0000000 diff --git a/_includes/footer.html b/_includes/footer.html index e5f052c..e69de29 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1 +0,0 @@ -

copyright ur mom 1969

diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..7dcbf7d --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,19 @@ + + + + + +{% if page.title %} + {{ page.title }} +{% else %} + {{ site.name }} +{% endif %} + + + +{% if site.google_verification %} + +{% endif %} + + + diff --git a/_includes/header.html b/_includes/header.html index 1cf5026..7f06531 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,2 +1,3 @@ -

My Website

-

A jekyll blog

+
+

Micah Cowell

+
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..7bbd1c4 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,34 @@ + + + + + {% include head.html %} + + {% if jekyll.environment == 'production' and site.google_verification%} + + {% endif %} + + + + + {% include header.html %} + + {{ content }} + + + + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..572863f --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,16 @@ +--- +layout: default +--- + +home + +
+ +

{{ page.title }}

+ + +
+ {{ content }} +
+ +
diff --git a/_posts/2016-03-10-new-blog.md b/_posts/2016-03-10-new-blog.md new file mode 100644 index 0000000..5f1ab64 --- /dev/null +++ b/_posts/2016-03-10-new-blog.md @@ -0,0 +1,6 @@ +--- +layout: post +title: New Blog +--- + +I made a new blog using jekyll and Github Pages. diff --git a/_sass/_config.scss b/_sass/_config.scss new file mode 100644 index 0000000..e2fab38 --- /dev/null +++ b/_sass/_config.scss @@ -0,0 +1,3 @@ +// COLORS +$color-primary: #272727; +$color-background: #FFFFFF; diff --git a/_site/Gemfile b/_site/Gemfile deleted file mode 100644 index 053c27d..0000000 --- a/_site/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages' diff --git a/_site/Gemfile.lock b/_site/Gemfile.lock deleted file mode 100644 index ddb84b3..0000000 --- a/_site/Gemfile.lock +++ /dev/null @@ -1,130 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - RedCloth (4.2.9) - activesupport (4.2.6) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.10.0) - colorator (0.1) - ethon (0.8.1) - ffi (>= 1.3.0) - execjs (2.6.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.10) - gemoji (2.1.0) - github-pages (56) - RedCloth (= 4.2.9) - github-pages-health-check (= 1.1.0) - jekyll (= 3.0.3) - jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.4.0) - jekyll-gist (= 1.4.0) - jekyll-mentions (= 1.1.1) - jekyll-paginate (= 1.1.0) - jekyll-redirect-from (= 0.9.1) - jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 1.3.2) - jekyll-sitemap (= 0.10.0) - jekyll-textile-converter (= 0.1.0) - jemoji (= 0.6.1) - kramdown (= 1.9.0) - liquid (= 3.0.6) - mercenary (~> 0.3) - rdiscount (= 2.1.8) - redcarpet (= 3.3.3) - rouge (= 1.10.1) - terminal-table (~> 1.4) - github-pages-health-check (1.1.0) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 1.4) - typhoeus (~> 0.7) - html-pipeline (2.3.0) - activesupport (>= 2, < 5) - nokogiri (>= 1.4) - i18n (0.7.0) - jekyll (3.0.3) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-feed (0.4.0) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-mentions (1.1.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.9.1) - jekyll (>= 2.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-seo-tag (1.3.2) - jekyll (~> 3.0) - jekyll-sitemap (0.10.0) - jekyll-textile-converter (0.1.0) - RedCloth (~> 4.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - jemoji (0.6.1) - gemoji (~> 2.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - json (1.8.3) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.5) - mini_portile2 (2.0.0) - minitest (5.8.4) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) - public_suffix (1.5.3) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rdiscount (2.1.8) - redcarpet (3.3.3) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.21) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) - terminal-table (1.5.2) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - -BUNDLED WITH - 1.11.2 diff --git a/_site/dist/Gemfile b/_site/dist/Gemfile deleted file mode 100644 index 053c27d..0000000 --- a/_site/dist/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages' diff --git a/_site/dist/Gemfile.lock b/_site/dist/Gemfile.lock deleted file mode 100644 index ddb84b3..0000000 --- a/_site/dist/Gemfile.lock +++ /dev/null @@ -1,130 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - RedCloth (4.2.9) - activesupport (4.2.6) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.10.0) - colorator (0.1) - ethon (0.8.1) - ffi (>= 1.3.0) - execjs (2.6.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.10) - gemoji (2.1.0) - github-pages (56) - RedCloth (= 4.2.9) - github-pages-health-check (= 1.1.0) - jekyll (= 3.0.3) - jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.4.0) - jekyll-gist (= 1.4.0) - jekyll-mentions (= 1.1.1) - jekyll-paginate (= 1.1.0) - jekyll-redirect-from (= 0.9.1) - jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 1.3.2) - jekyll-sitemap (= 0.10.0) - jekyll-textile-converter (= 0.1.0) - jemoji (= 0.6.1) - kramdown (= 1.9.0) - liquid (= 3.0.6) - mercenary (~> 0.3) - rdiscount (= 2.1.8) - redcarpet (= 3.3.3) - rouge (= 1.10.1) - terminal-table (~> 1.4) - github-pages-health-check (1.1.0) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 1.4) - typhoeus (~> 0.7) - html-pipeline (2.3.0) - activesupport (>= 2, < 5) - nokogiri (>= 1.4) - i18n (0.7.0) - jekyll (3.0.3) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-feed (0.4.0) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-mentions (1.1.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.9.1) - jekyll (>= 2.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-seo-tag (1.3.2) - jekyll (~> 3.0) - jekyll-sitemap (0.10.0) - jekyll-textile-converter (0.1.0) - RedCloth (~> 4.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - jemoji (0.6.1) - gemoji (~> 2.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - json (1.8.3) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.5) - mini_portile2 (2.0.0) - minitest (5.8.4) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) - public_suffix (1.5.3) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rdiscount (2.1.8) - redcarpet (3.3.3) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.21) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) - terminal-table (1.5.2) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - -BUNDLED WITH - 1.11.2 diff --git a/_site/dist/index.html b/_site/dist/index.html deleted file mode 100644 index a480f07..0000000 --- a/_site/dist/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Micah Cowell - - - -

Hello World!

-

this is a jekyll blog

- - - diff --git a/_site/index.html b/_site/index.html index a480f07..0eeec67 100644 --- a/_site/index.html +++ b/_site/index.html @@ -2,12 +2,46 @@ + + + + + + Micah Cowell + + + + + + + + + + + -

Hello World!

-

this is a jekyll blog

+ +
+

Micah Cowell

+
+ + +
+ +
+ + diff --git a/assets/css/main.scss b/assets/css/main.scss new file mode 100644 index 0000000..32a98dc --- /dev/null +++ b/assets/css/main.scss @@ -0,0 +1,9 @@ +--- +--- + +@import "config"; + +body { + color: $color-primary; + background: $color-background; +} diff --git a/assets/img/favicon.png b/assets/img/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..7ccec8c7376dcd4309e79b34557b8945e3a8d96a GIT binary patch literal 25173 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 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.10.0) - colorator (0.1) - ethon (0.8.1) - ffi (>= 1.3.0) - execjs (2.6.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.10) - gemoji (2.1.0) - github-pages (56) - RedCloth (= 4.2.9) - github-pages-health-check (= 1.1.0) - jekyll (= 3.0.3) - jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.4.0) - jekyll-gist (= 1.4.0) - jekyll-mentions (= 1.1.1) - jekyll-paginate (= 1.1.0) - jekyll-redirect-from (= 0.9.1) - jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 1.3.2) - jekyll-sitemap (= 0.10.0) - jekyll-textile-converter (= 0.1.0) - jemoji (= 0.6.1) - kramdown (= 1.9.0) - liquid (= 3.0.6) - mercenary (~> 0.3) - rdiscount (= 2.1.8) - redcarpet (= 3.3.3) - rouge (= 1.10.1) - terminal-table (~> 1.4) - github-pages-health-check (1.1.0) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 1.4) - typhoeus (~> 0.7) - html-pipeline (2.3.0) - activesupport (>= 2, < 5) - nokogiri (>= 1.4) - i18n (0.7.0) - jekyll (3.0.3) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-feed (0.4.0) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-mentions (1.1.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.9.1) - jekyll (>= 2.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-seo-tag (1.3.2) - jekyll (~> 3.0) - jekyll-sitemap (0.10.0) - jekyll-textile-converter (0.1.0) - RedCloth (~> 4.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - jemoji (0.6.1) - gemoji (~> 2.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - json (1.8.3) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.5) - mini_portile2 (2.0.0) - minitest (5.8.4) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) - public_suffix (1.5.3) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rdiscount (2.1.8) - redcarpet (3.3.3) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.21) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) - terminal-table (1.5.2) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - -BUNDLED WITH - 1.11.2 diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index a480f07..0000000 --- a/dist/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Micah Cowell - - - -

Hello World!

-

this is a jekyll blog

- - - diff --git a/index.html b/index.html index a480f07..f4c10fc 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,15 @@ - - +--- +layout: default +--- - - Micah Cowell - +
+
    - -

    Hello World!

    -

    this is a jekyll blog

    - + {% for post in site.posts %} +
  • + {{ post.date | date: '%b %d %Y' }}{{ post.title }} +
  • + {% endfor %} - +
+
From b5a33a4f89b9796d89747de9a599ee4dadd5b573 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Thu, 10 Mar 2016 20:10:19 -0800 Subject: [PATCH 05/48] added some stuff --- LICENSE | 8 ++++++++ README.md | 5 +++++ _config.yml | 2 +- _site/index.html | 2 +- index.html | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e91b639 --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +The MIT License (MIT) +Copyright (c) 2016 Micah Cowell + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..76af59b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This is my blog. +Hosted using Github Pages. +Built with jekyll. + +hac.im is micah backwards cuz im a hipster. diff --git a/_config.yml b/_config.yml index 4c9f49d..c9841b5 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ google_verification: null # File management include: [".htaccess"] -exclude: ["readme.md", "LICENSE"] +exclude: ["README.md", "LICENSE"] # Sass diff --git a/_site/index.html b/_site/index.html index 0eeec67..2a079cf 100644 --- a/_site/index.html +++ b/_site/index.html @@ -34,7 +34,7 @@
  • - Mar 10 2016New Blog + New Blog | Mar 10 2016
  • diff --git a/index.html b/index.html index f4c10fc..d7782c3 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default {% for post in site.posts %}
  • - {{ post.date | date: '%b %d %Y' }}{{ post.title }} + {{ post.title }} | {{ post.date | date: '%b %d %Y' }}
  • {% endfor %} From 61755cac207d8a62843111609668aaa585f01073 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Thu, 10 Mar 2016 20:20:28 -0800 Subject: [PATCH 06/48] gitignore update --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7847a64..a626e26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .jekyll-metadata .htaccess .DS_Store +.sass-cache Gemfile.lock _site From 80652c9e416f26379f78344666d16a82e1868078 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Thu, 10 Mar 2016 20:22:23 -0800 Subject: [PATCH 07/48] gitignore update --- .gitignore | 3 +- .../_config.scssc | Bin 1246 -> 0 bytes .../_mixins.scssc | Bin 505 -> 0 bytes _site/index.html | 47 ------------------ 4 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 .sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_config.scssc delete mode 100644 .sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_mixins.scssc delete mode 100644 _site/index.html diff --git a/.gitignore b/.gitignore index a626e26..afe80f4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .DS_Store .sass-cache Gemfile.lock -_site +_site/ +_drafts/ diff --git a/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_config.scssc b/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_config.scssc deleted file mode 100644 index 0d6745e3ecc06c78a53a0a264b13d9dba3719f1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1246 zcmb7ETTk0C6lT(t-e@~IHi3YV6}AD|NN7tp?3YMvOqI}>DC32P%1PYRniEI13q$?! z+i}uz6O*z1!Js?b%y>%4wk4CAIsSUefLIaJb*5j5Lc9Q=PT2rvG4d?M9x5gBF-QX$&f|6Dp1P8 zr87{3#i@{*N`dSgNN>6U`W-=Ob*(gwi*S(y9ed5~f4K;19|22A2_O7#+LEV8Ob3Y> zu82%n5`jv^KGhb07!fs^%z+ppH7cpeoIq9@t2O-GtKmhj4*nVY4M(pAqC{gNLmIl!HxU;;;jU@Vztk)|Uelluc(sbxdd(NP zY(5EoMpBHEFoXF@;B})6whe#$dQ!qo_T)F-FvF%9-Y^TlHRO)6=MK5z19C+mw|oP{ ztn3*%{0>NNxp;d<;<4OY68Cd~1c(Ejn{uL|0X{p<^gAwZ-s=TqPaVLsgIl(6mJ`6` ci~@X-58zt>*t&tAuV&sfOtTJVf1J$SKa-(iO#lD@ diff --git a/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_mixins.scssc b/.sass-cache/9c6800ffbd08d31732848527e75529c8b1b77ff5/_mixins.scssc deleted file mode 100644 index 43204adf8765ba3db118f80e1293f6c07557d659..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 505 zcmb7=y-&k15XCc~(nhpMOhqhJCs>;FBc*YcEEIJ?h?I#Ta*|79$+0V++k*Pfb7@)F zV6p6XzTe$@)6r}+84vCgkdRxkhe2Xt4-am^ry-vL1TfELnO{sNL6DVDhQZt)FG8P} z#lnB|L-(Ss*=@oR8Cx3w#@@8HFS-Di_2Rq|vM``N9C}!&w~|{}4V@NiJ*}A=OQArt z*iDRjXL3jlR~yi*f9548k%*1jVb?KQZfv^MsM+1`FRvPf6 - - - - - - - - - - Micah Cowell - - - - - - - - - - - - - - - -
    -

    Micah Cowell

    -
    - - -
    - -
    - - - - - From 42d1fef585d3b49c99b64e8f65c1897ed0f4028c Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Thu, 10 Mar 2016 20:29:54 -0800 Subject: [PATCH 08/48] readme and license update --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76af59b..7e62dc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -This is my blog. -Hosted using Github Pages. -Built with jekyll. +# getmicah.github.io +My blog made with [jekyll](http://jekyllrb.com) and hosted with Github Pages. -hac.im is micah backwards cuz im a hipster. +### License +Just don't take anything in my /_post or /assets/img. + +Every thing else is under the [MIT License](https://raw.githubusercontent.com/getmicah/Fatso/master/LICENSE) + +© Micah Cowell From a751caaad95de5a010f9cc528aa06c43bfb465ac Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Fri, 11 Mar 2016 23:55:17 -0800 Subject: [PATCH 09/48] readme update --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7e62dc6..13a56f9 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,3 @@ My blog made with [jekyll](http://jekyllrb.com) and hosted with Github Pages. Just don't take anything in my /_post or /assets/img. Every thing else is under the [MIT License](https://raw.githubusercontent.com/getmicah/Fatso/master/LICENSE) - -© Micah Cowell From c2e55a451e84753761842d839e476d2ccf5e5b25 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Sun, 13 Mar 2016 20:43:55 -0700 Subject: [PATCH 10/48] clean code --- _config.yml | 6 +++--- _data/projects.yml | 19 +++++++++++++++++++ _includes/footer.html | 0 _includes/header.html | 5 ++++- _layouts/default.html | 7 ++++--- _layouts/post.html | 2 -- _sass/_reset.scss | 40 ++++++++++++++++++++++++++++++++++++++++ assets/css/main.scss | 40 ++++++++++++++++++++++++++++++++++++++++ css/main.scss | 9 --------- index.html | 26 ++++++++++++++++++-------- 10 files changed, 128 insertions(+), 26 deletions(-) create mode 100644 _data/projects.yml delete mode 100644 _includes/footer.html create mode 100644 _sass/_reset.scss delete mode 100644 css/main.scss diff --git a/_config.yml b/_config.yml index c9841b5..112d649 100644 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1,13 @@ # My variables name: Micah Cowell -description: Futuristic Web Design +description: a clueless web developer google_analytics: null google_verification: null # File management -include: [".htaccess"] -exclude: ["README.md", "LICENSE"] +include: [".htaccess"] +exclude: ["README.md", "LICENSE"] # Sass diff --git a/_data/projects.yml b/_data/projects.yml new file mode 100644 index 0000000..70b3d6d --- /dev/null +++ b/_data/projects.yml @@ -0,0 +1,19 @@ +- title: Gif-Giving + category: website + url: http://gif-giving.com + +- title: Sheri Koetting + category: website + url: http://sherikoetting.com + +- title: GetPeppers + category: website + url: http://getpeppers.com + +- title: Fatso + category: theme + url: https://github.com/getmicah/fatso + +- title: Beam + category: theme + url: https://github.com/getmicah/beam diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index e69de29..0000000 diff --git a/_includes/header.html b/_includes/header.html index 7f06531..3ae26eb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,3 +1,6 @@ +
    -

    Micah Cowell

    +

    {{ site.name }}

    +

    {{ site.description }}

    + home
    diff --git a/_layouts/default.html b/_layouts/default.html index 7bbd1c4..3acb120 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,9 +25,10 @@ - {% include header.html %} - - {{ content }} +
    + {% include header.html %} + {{ content }} +
    diff --git a/_layouts/post.html b/_layouts/post.html index 572863f..eb3c670 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,8 +2,6 @@ layout: default --- -home -

    {{ page.title }}

    diff --git a/_sass/_reset.scss b/_sass/_reset.scss new file mode 100644 index 0000000..1847353 --- /dev/null +++ b/_sass/_reset.scss @@ -0,0 +1,40 @@ +/* http://meyerweb.com/eric/tools/css/reset/ */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +ul { + list-style: none; +} +a { + text-decoration: none; +} +// HTML5 display-role reset for older browsers +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* END RESET */ diff --git a/assets/css/main.scss b/assets/css/main.scss index 32a98dc..9ce9fe6 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -1,9 +1,49 @@ --- --- +@import "reset"; @import "config"; body { color: $color-primary; background: $color-background; } + + +// WRAPPER +.wrapper { + margin: 30px; +} + + +// HEADER +.header { + h1 { + font-size: 36px; + } + h2 { + font-size: 20px; + } +} + + +// PORTFOLIO +.portfolio { + h1 { + font-size: 24px; + } +} + + +// BLOG +.blog { + h1 { + font-size: 24px; + } +} + + +// POST +.post { + +} diff --git a/css/main.scss b/css/main.scss deleted file mode 100644 index 32a98dc..0000000 --- a/css/main.scss +++ /dev/null @@ -1,9 +0,0 @@ ---- ---- - -@import "config"; - -body { - color: $color-primary; - background: $color-background; -} diff --git a/index.html b/index.html index d7782c3..53c3c86 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,24 @@ layout: default --- -
    -
      - - {% for post in site.posts %} -
    • - {{ post.title }} | {{ post.date | date: '%b %d %Y' }} -
    • +
      +

      Portfolio

      + +
      + +
      +

      Blog

      +
      From 913c3b720a9bbed8b93ec525d6fd4a8ba1be1bef Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Sun, 13 Mar 2016 21:08:18 -0700 Subject: [PATCH 11/48] add sum files --- _data/navigation.yml | 8 ++++++++ _includes/header.html | 9 ++++++++- _sass/_about.scss | 0 _sass/_header.scss | 14 +++++++++++++ _sass/_post.scss | 4 ++++ assets/css/main.scss | 46 ++++++++++++++++++++++++++----------------- index.html | 1 + me/index.html | 0 8 files changed, 63 insertions(+), 19 deletions(-) create mode 100644 _data/navigation.yml create mode 100644 _sass/_about.scss create mode 100644 _sass/_header.scss create mode 100644 _sass/_post.scss create mode 100644 me/index.html diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..e75032f --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,8 @@ +- title: about + url: /me + +- title: github + url: https://github.com/getmicah + +- title: twitter + url: https://twitter.com/getmicah diff --git a/_includes/header.html b/_includes/header.html index 3ae26eb..eb6821f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,5 +2,12 @@

      {{ site.name }}

      {{ site.description }}

      - home +
      diff --git a/_sass/_about.scss b/_sass/_about.scss new file mode 100644 index 0000000..e69de29 diff --git a/_sass/_header.scss b/_sass/_header.scss new file mode 100644 index 0000000..d3227c0 --- /dev/null +++ b/_sass/_header.scss @@ -0,0 +1,14 @@ +// HEADER +.header { + h1 { + font-size: 36px; + } + h2 { + font-size: 20px; + } + ul { + li { + display: inline; + } + } +} diff --git a/_sass/_post.scss b/_sass/_post.scss new file mode 100644 index 0000000..1ea7e1a --- /dev/null +++ b/_sass/_post.scss @@ -0,0 +1,4 @@ +// POST +.post { + margin-top: 20px; +} diff --git a/assets/css/main.scss b/assets/css/main.scss index 9ce9fe6..e71d3f5 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -3,32 +3,47 @@ @import "reset"; @import "config"; +@import "header"; +@import "post"; +@import "about"; + body { color: $color-primary; background: $color-background; } +h1, h2 { + margin-bottom: 5px; +} +a { + color: #1A0DAB; + text-decoration: none; + &:visited { + color: #1A0DAB; + text-decoration: none; + } + &:hover { + color: #1A0DAB; + text-decoration: underline; + } + &:active { + color: #1A0DAB; + text-decoration: none; + } +} // WRAPPER .wrapper { - margin: 30px; -} - - -// HEADER -.header { - h1 { - font-size: 36px; - } - h2 { - font-size: 20px; - } + max-width: 666px; + margin: auto; + padding: 30px; } // PORTFOLIO .portfolio { + margin-top: 20px; h1 { font-size: 24px; } @@ -37,13 +52,8 @@ body { // BLOG .blog { + margin-top: 20px; h1 { font-size: 24px; } } - - -// POST -.post { - -} diff --git a/index.html b/index.html index 53c3c86..1bdf5bb 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ layout: default
    +

    Blog