Skip to content

Commit

Permalink
Made postcss work on Windows (#98)
Browse files Browse the repository at this point in the history
* Made postcss work on Windows

* windows-and-osx-should-work

---------

Co-authored-by: Bartosz Galek <[email protected]>
  • Loading branch information
mkosmul and bgalek authored Jul 12, 2024
1 parent 6a52ced commit d0693f7
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "kramdown-parser-gfm"
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-postcss'
gem 'jekyll-postcss-v2'
gem 'jekyll-paginate-v2'
gem 'jekyll-timeago'
gem 'jekyll-sitemap'
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ GEM
eventmachine (1.2.7)
ffi (1.17.0)
forwardable-extended (2.6.0)
google-protobuf (3.23.4-x86_64-darwin)
google-protobuf (3.23.4-x86_64-linux)
google-protobuf (3.23.4)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand All @@ -36,7 +35,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-postcss (0.5.0)
jekyll-postcss-v2 (1.0.2)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
Expand Down Expand Up @@ -77,18 +76,24 @@ GEM
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
wdm (0.1.1)
webrick (1.8.1)

PLATFORMS
x64-unknown
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-paginate-v2
jekyll-postcss
jekyll-postcss-v2
jekyll-seo-tag
jekyll-sitemap
jekyll-tagging
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /:year/:month/:title.html

plugins:
- jekyll-feed
- jekyll-postcss
- jekyll-postcss-v2
- jekyll-paginate-v2
- jekyll-timeago
- jekyll-sitemap
Expand Down
Loading

0 comments on commit d0693f7

Please sign in to comment.