-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mfroelin
authored and
mfroelin
committed
Jan 31, 2023
1 parent
66e6fc6
commit 5cc667a
Showing
4 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'wdm', '~> 0.1.0' if Gem.win_platform? | ||
gem 'asciidoctor', '~> 1.5.4' | ||
gem 'coderay', '1.1.1' | ||
|
||
gem 'jekyll' | ||
|
||
group :jekyll_plugins do | ||
gem 'jekyll-gist' | ||
gem 'jekyll-paginate' | ||
gem "jekyll-asciidoc" | ||
end | ||
|
||
gem 'asciidoctor', '~> 1.5.4' | ||
gem 'coderay', '1.1.1' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,7 +198,7 @@ socialmedia: | |
|
||
sass: | ||
sass_dir : _sass | ||
style : :compressed | ||
style : compressed | ||
|
||
|
||
# ___ __ __ _ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters