Skip to content

Commit

Permalink
Merge pull request #20 from foopod/master
Browse files Browse the repository at this point in the history
Entire Site Overhaul
  • Loading branch information
foopod authored May 24, 2020
2 parents f7a3d0e + b41dd72 commit 7c8294b
Show file tree
Hide file tree
Showing 171 changed files with 1,012 additions and 3,701 deletions.
10 changes: 10 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: "404: Page not found"
permalink: 404.html
---

<div class="page">
<h1 class="page-title">404</h1>
<p class="lead">Oops! That page doesn't exist.</p>
</div>
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source 'https://rubygems.org'

gem "jekyll", '>=3.8.5'
gem 'kramdown', '>=1.13.2'
gem 'rouge', '>=1.11.1'
gem 'jekyll-paginate-v2', '>=1.6.1'
gem 'jekyll-seo-tag', '>=2.1.0'
gem 'jekyll-sitemap', '>=1.0.0'
gem "ffi", ">= 1.9.24"
gem "jekyll-imagemagick", ">= 1.4.0"
78 changes: 78 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.25)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
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-imagemagick (1.4.0)
jekyll (>= 3.4)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.1.0)
jekyll (~> 3.3)
jekyll-sitemap (1.0.0)
jekyll (~> 3.3)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.1)
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)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.7.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)

PLATFORMS
ruby

DEPENDENCIES
ffi (>= 1.9.24)
jekyll (>= 3.8.5)
jekyll-imagemagick (>= 1.4.0)
jekyll-paginate-v2 (>= 1.6.1)
jekyll-seo-tag (>= 2.1.0)
jekyll-sitemap (>= 1.0.0)
kramdown (>= 1.13.2)
rouge (>= 1.11.1)

BUNDLED WITH
2.0.1
201 changes: 0 additions & 201 deletions LICENCE

This file was deleted.

28 changes: 0 additions & 28 deletions README.md

This file was deleted.

Loading

0 comments on commit 7c8294b

Please sign in to comment.