From fa3e4eec60931669b543c62399c1eb67b675a331 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 5 Aug 2019 09:26:54 -0400 Subject: Another website overhaul --- .gitignore | 3 - Gemfile | 34 + Gemfile.lock | 82 + _includes/footer.html | 18 +- _includes/footing.html | 9 +- _includes/heading.html | 5 +- _includes/navigator.html | 33 +- _layouts/default.html | 2 +- about.md | 2 +- assets/img/Alee.png | Bin 241439 -> 81539 bytes blog.html | 4 +- index.html | 4 +- private.html | 6159 ---------------------------------------------- projects.md | 22 +- 14 files changed, 174 insertions(+), 6203 deletions(-) create mode 100644 Gemfile create mode 100644 Gemfile.lock mode change 100644 => 100755 assets/img/Alee.png delete mode 100644 private.html diff --git a/.gitignore b/.gitignore index 990bb1a..1f56873 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ _site .sass-cache .jekyll-metadata -Gemfile -Gemfile.lock -decrypted_private.html projects \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..ab2efd6 --- /dev/null +++ b/Gemfile @@ -0,0 +1,34 @@ +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 3.8.6" + +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "minima", "~> 2.0" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do + gem "tzinfo", "~> 1.2" + gem "tzinfo-data" +end + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..431e1cf --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,82 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.6.0) + public_suffix (>= 2.0.2, < 4.0) + colorator (1.1.0) + concurrent-ruby (1.1.5) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.11.1) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.8.6) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-feed (0.12.1) + jekyll (>= 3.7, < 5.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (1.17.0) + liquid (4.0.3) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + mercenary (0.3.6) + minima (2.5.0) + jekyll (~> 3.5) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (3.1.1) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + rouge (3.7.0) + ruby_dep (1.5.0) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + tzinfo-data (1.2019.2) + tzinfo (>= 1.0.0) + wdm (0.1.1) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 3.8.6) + jekyll-feed (~> 0.6) + minima (~> 2.0) + tzinfo (~> 1.2) + tzinfo-data + wdm (~> 0.1.0) + +BUNDLED WITH + 2.0.2 diff --git a/_includes/footer.html b/_includes/footer.html index 1e94144..f23bb2f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,19 +1,21 @@ - diff --git a/_includes/footing.html b/_includes/footing.html index f7eeab5..56a654c 100644 --- a/_includes/footing.html +++ b/_includes/footing.html @@ -1 +1,8 @@ - \ No newline at end of file + + + + + + + + \ No newline at end of file diff --git a/_includes/heading.html b/_includes/heading.html index deb22fe..2bff872 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -1,7 +1,10 @@ - + + + + diff --git a/_includes/navigator.html b/_includes/navigator.html index e173409..4357f74 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -1,10 +1,25 @@ -