Skip to content

Commit 705e4f3

Browse files
author
Matt Swanson
committed
Update design and switch to better tailwind config
1 parent 60cd574 commit 705e4f3

29 files changed

+3247
-36121
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source "https://rubygems.org"
22

33
# Site
44
gem "jekyll"
5+
gem "jekyll-postcss"
6+
gem "jekyll-purgecss"
57

68
# Generators
79
gem "pry"

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ GEM
4141
pathutil (~> 0.9)
4242
rouge (>= 1.7, < 4)
4343
safe_yaml (~> 1.0)
44+
jekyll-postcss (0.2.0)
45+
jekyll-purgecss (0.1.1)
4446
jekyll-sass-converter (1.5.2)
4547
sass (~> 3.4)
4648
jekyll-watch (2.1.2)
@@ -87,6 +89,8 @@ PLATFORMS
8789
DEPENDENCIES
8890
graphql-client
8991
jekyll
92+
jekyll-postcss
93+
jekyll-purgecss
9094
pry
9195
pry-rescue
9296
pry-stack_explorer

_config.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# page_gen:
2-
# - index_files: true
3-
# data: glsp.projections
4-
# template: glsp
5-
# name: id
6-
# dir: projections
7-
# - index_files: true
8-
# data: boxscores.data
9-
# template: boxscores
10-
# name: id
11-
# dir: boxscores
1+
page_gen:
2+
- index_files: true
3+
data: games.games
4+
template: boxscores
5+
name: slug
6+
dir: boxscores
127
exclude:
138
- Gemfile
149
- Gemfile.lock
@@ -23,3 +18,9 @@ exclude:
2318
- package.json
2419
- README.md
2520
- app/
21+
- postcss.config.js
22+
- purgecss.config.js
23+
24+
plugins:
25+
- jekyll-postcss
26+
- jekyll-purgecss

0 commit comments

Comments
 (0)