Skip to content

Commit 5f1f68b

Browse files
committed
how do I make github use dart sass?
1 parent 4fe65e1 commit 5f1f68b

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

Gemfile

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,14 @@
11
source "https://rubygems.org"
2-
# Hello! This is where you manage which Jekyll version is used to run.
3-
# When you want to use a different version, change it below, save the
4-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5-
#
6-
# bundle exec jekyll serve
7-
#
8-
# This will help ensure the proper Jekyll version is running.
9-
# Happy Jekylling!
102
gem "jekyll", "~> 4.4.1"
11-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5"
13-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
153
# gem "github-pages", group: :jekyll_plugins
16-
# If you have any plugins, put them here!
17-
gem "jekyll-theme-hacker"
4+
# gem "jekyll-theme-hacker"
185
group :jekyll_plugins do
196
gem "jekyll-feed", "~> 0.12"
20-
# gem "jekyll-remote-theme"
217
end
228

23-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
24-
# and associated library.
259
platforms :mingw, :x64_mingw, :mswin, :jruby do
2610
gem "tzinfo", ">= 1", "< 3"
2711
gem "tzinfo-data"
2812
end
29-
30-
# Performance-booster for watching directories on Windows
3113
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
32-
33-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
34-
# do not have a Java counterpart.
3514
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

Gemfile.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ GEM
7777
jekyll (>= 3.7, < 5.0)
7878
jekyll-sass-converter (3.1.0)
7979
sass-embedded (~> 1.75)
80-
jekyll-seo-tag (2.8.0)
81-
jekyll (>= 3.8, < 5.0)
82-
jekyll-theme-hacker (0.2.0)
83-
jekyll (> 3.5, < 5.0)
84-
jekyll-seo-tag (~> 2.0)
8580
jekyll-watch (2.2.1)
8681
listen (~> 3.0)
8782
json (2.15.0)
@@ -94,10 +89,6 @@ GEM
9489
rb-fsevent (~> 0.10, >= 0.10.3)
9590
rb-inotify (~> 0.9, >= 0.9.10)
9691
mercenary (0.3.6)
97-
minima (2.5.1)
98-
jekyll (>= 3.5, < 5.0)
99-
jekyll-feed (~> 0.9)
100-
jekyll-seo-tag (~> 2.1)
10192
pathutil (0.16.2)
10293
forwardable-extended (~> 2.6)
10394
public_suffix (5.1.1)
@@ -169,8 +160,6 @@ DEPENDENCIES
169160
http_parser.rb (~> 0.6.0)
170161
jekyll (~> 4.4.1)
171162
jekyll-feed (~> 0.12)
172-
jekyll-theme-hacker
173-
minima (~> 2.5)
174163
tzinfo (>= 1, < 3)
175164
tzinfo-data
176165
wdm (~> 0.1)

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Caleb Larsen's Site
33
description: >- # this means to ignore newlines until "baseurl:"
44
A home for my projects and thoughts
55
baseurl: "/" # the subpath of your site, e.g. /blog
6-
url: "https://caleblarsen.github.io" # the base hostname & protocol for your site, e.g. http://example.com
6+
url: "https://caleblarsen.github.io"
77
github_username: CalebLarsen
88

99
# Build settings

0 commit comments

Comments
 (0)