Skip to content

Commit cfbcab5

Browse files
committed
1 parent f64a4cc commit cfbcab5

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
source 'https://rubygems.org'
22

3-
gem 'github-pages'
3+
gem 'github-pages', group: :jekyll_plugins
4+
5+
group :jekyll_plugins do
6+
gem 'jekyll-feed'
7+
end
48

59
group :scripts do
610
gem 'mgem'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ PLATFORMS
266266
DEPENDENCIES
267267
git
268268
github-pages
269+
jekyll-feed
269270
mgem
270271
yard-coderay
271272
yard-mruby

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ highlighter: rouge
1111
url: https://mruby.org
1212
repository: https://github.com/mruby/mruby.github.io
1313
include: _index.html
14+
plugins:
15+
- jekyll-feed
1416
exclude:
1517
- Gemfile
1618
- Gemfile.lock

_includes/footer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
<div class="container">
33
<a href="https://github.com/h2so5/mruby-logo">mruby-logo</a> provided by <a href="https://github.com/h2so5">h2so5</a>
44
</div>
5+
<div>
6+
<a href="/feed.xml">
7+
<img src="/images/icons/atom-feed.png" alt="Atom feed" title="Atom feed" width="25" height="25">
8+
</a>
9+
</div>
510
</footer>

images/icons/atom-feed.png

1.77 KB
Loading

0 commit comments

Comments
 (0)