Skip to content

Commit 841e3b5

Browse files
committed
Finished adjusting to SASS formatting
1 parent fdfed3e commit 841e3b5

5 files changed

Lines changed: 22 additions & 31 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ _gh_pages
33
_site
44
.ruby-version
55
.sass-cache
6+
Gemfile.lock
67

78
# Numerous always-ignore extensions
89
*.diff

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.7.3"
12-
11+
gem "jekyll", "~> 3.8.5"
1312
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1413

1514
gem "minima", "~> 2.0"

Gemfile.lock

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.6.0)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
awesome_print (1.8.0)
77
blankslate (3.1.3)
88
colorator (1.1.0)
@@ -14,14 +14,12 @@ GEM
1414
eventmachine (>= 0.12.9)
1515
http_parser.rb (~> 0.6.0)
1616
eventmachine (1.2.7)
17-
eventmachine (1.2.7-x64-mingw32)
18-
ffi (1.11.1)
19-
ffi (1.11.1-x64-mingw32)
17+
ffi (1.12.1)
2018
forwardable-extended (2.6.0)
2119
http_parser.rb (0.6.0)
2220
i18n (0.9.5)
2321
concurrent-ruby (~> 1.0)
24-
jekyll (3.7.4)
22+
jekyll (3.8.6)
2523
addressable (~> 2.4)
2624
colorator (~> 1.0)
2725
em-websocket (~> 0.5)
@@ -34,7 +32,7 @@ GEM
3432
pathutil (~> 0.9)
3533
rouge (>= 1.7, < 4)
3634
safe_yaml (~> 1.0)
37-
jekyll-feed (0.12.1)
35+
jekyll-feed (0.13.0)
3836
jekyll (>= 3.7, < 5.0)
3937
jekyll-paginate (1.1.0)
4038
jekyll-redirect-from (0.15.0)
@@ -51,28 +49,24 @@ GEM
5149
kramdown (1.17.0)
5250
linear (0.0.0)
5351
liquid (4.0.3)
54-
listen (3.1.5)
55-
rb-fsevent (~> 0.9, >= 0.9.4)
56-
rb-inotify (~> 0.9, >= 0.9.7)
57-
ruby_dep (~> 1.2)
52+
listen (3.2.1)
53+
rb-fsevent (~> 0.10, >= 0.10.3)
54+
rb-inotify (~> 0.9, >= 0.9.10)
5855
mercenary (0.3.6)
5956
mini_portile2 (2.4.0)
6057
minima (2.5.1)
6158
jekyll (>= 3.5, < 5.0)
6259
jekyll-feed (~> 0.9)
6360
jekyll-seo-tag (~> 2.1)
64-
nokogiri (1.10.4)
65-
mini_portile2 (~> 2.4.0)
66-
nokogiri (1.10.4-x64-mingw32)
61+
nokogiri (1.10.7)
6762
mini_portile2 (~> 2.4.0)
6863
pathutil (0.16.2)
6964
forwardable-extended (~> 2.6)
70-
public_suffix (3.1.1)
65+
public_suffix (4.0.3)
7166
rb-fsevent (0.10.3)
72-
rb-inotify (0.10.0)
67+
rb-inotify (0.10.1)
7368
ffi (~> 1.0)
74-
rouge (3.9.0)
75-
ruby_dep (1.5.0)
69+
rouge (3.15.0)
7670
safe_yaml (1.0.5)
7771
sass (3.7.4)
7872
sass-listen (~> 4.0.0)
@@ -81,18 +75,13 @@ GEM
8175
rb-inotify (~> 0.9, >= 0.9.7)
8276
subtle (1.2.0)
8377
blankslate
84-
tzinfo (2.0.0)
85-
concurrent-ruby (~> 1.0)
86-
tzinfo-data (1.2019.2)
87-
tzinfo (>= 1.0.0)
8878

8979
PLATFORMS
9080
ruby
91-
x64-mingw32
9281

9382
DEPENDENCIES
9483
contrast
95-
jekyll (~> 3.7.3)
84+
jekyll (~> 3.8.5)
9685
jekyll-feed (~> 0.6)
9786
jekyll-paginate
9887
jekyll-redirect-from
@@ -103,4 +92,4 @@ DEPENDENCIES
10392
tzinfo-data
10493

10594
BUNDLED WITH
106-
2.0.1
95+
2.0.2

_includes/head.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
<!-- <link rel="preload" href="{{ '/assets/css/main.css' | relative_url }}" as="style" onload="this.rel='stylesheet'"> -->
2323

2424
<!-- CSS -->
25-
<link rel="stylesheet" href="{{ site.url }}/public/css/poole.css">
25+
<!-- <link rel="stylesheet" href="{{ site.url }}/public/css/poole.css">
2626
<link rel="stylesheet" href="{{ site.url }}/public/css/lanyon2.css">
27-
<link rel="stylesheet" type="text/css" href="{{ site.url }}/public/css/bootstrap.css">
27+
<link rel="stylesheet" type="text/css" href="{{ site.url }}/public/css/bootstrap.css"> -->
28+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
2829
<!-- <noscript><link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"></noscript> -->
2930
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
3031
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400,500" rel="stylesheet">
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# only Main files contain this front matter, not partials.
44
---
55

6-
@import "bootstrap";
7-
@import "lanyon2";
6+
87
@import "poole";
8+
@import "lanyon2";
9+
@import "bootstrap";

0 commit comments

Comments
 (0)