We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf8673 + 166491f commit 97642b4Copy full SHA for 97642b4
Gemfile
@@ -0,0 +1,9 @@
1
+source 'https://rubygems.org'
2
+
3
+gem 'jekyll'
4
5
+group :jekyll_plugins do
6
+ gem "jekyll-paginate"
7
+ gem "jekyll-feed"
8
+ gem "jekyll-sitemap"
9
+end
_config.yml
@@ -39,7 +39,8 @@ paginate_path: /page:num/
39
40
# Build settings
41
markdown: kramdown
42
-gems:
43
+plugins:
44
- jekyll-paginate
45
- jekyll-feed
46
- jekyll-sitemap
0 commit comments