Skip to content

Commit

Permalink
jekyll-github-sample (#10)
Browse files Browse the repository at this point in the history
alternative zum einbinden von github code samples, wdyt?
  • Loading branch information
abendt authored Nov 3, 2023
1 parent a435841 commit f1da58d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ gem "jekyll", "~> 3.8.6"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5.1"

gem "jekyll_github_sample"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
Expand Down Expand Up @@ -35,6 +41,9 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jekyll_github_sample (0.3.2)
activesupport (>= 4.0, < 7.0)
jekyll (>= 3.0, < 5.0)
kramdown (1.17.0)
liquid (4.0.4)
listen (3.8.0)
Expand All @@ -45,6 +54,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.3)
Expand All @@ -64,13 +74,15 @@ GEM
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
wdm (0.1.1)
zeitwerk (2.6.12)

PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.8.6)
jekyll-feed (~> 0.6)
jekyll_github_sample
minima (~> 2.5.1)
tzinfo (~> 1.2)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll_github_sample

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
Expand Down

0 comments on commit f1da58d

Please sign in to comment.