Skip to content

Commit 24d094a

Browse files
authored
Merge pull request #293 from oleksis/gh-pages
Add jekyll-sitemap plugin
2 parents 03a43ec + 1769f39 commit 24d094a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ _site/
1414
# Ignore folders generated by Bundler
1515
.bundle/
1616
vendor/
17+
2

Gemfile.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ GEM
3838
faraday-net_http (3.1.0)
3939
net-http
4040
ffi (1.16.3)
41+
ffi (1.16.3-x64-mingw-ucrt)
4142
forwardable-extended (2.6.0)
4243
gemoji (3.0.1)
4344
github-pages (228)
@@ -222,6 +223,8 @@ GEM
222223
mutex_m (0.2.0)
223224
net-http (0.4.1)
224225
uri
226+
nokogiri (1.16.3-x64-mingw-ucrt)
227+
racc (~> 1.4)
225228
nokogiri (1.16.3-x86_64-linux)
226229
racc (~> 1.4)
227230
octokit (4.25.1)
@@ -254,14 +257,18 @@ GEM
254257
ethon (>= 0.9.0)
255258
tzinfo (2.0.6)
256259
concurrent-ruby (~> 1.0)
260+
tzinfo-data (1.2024.1)
261+
tzinfo (>= 1.0.0)
257262
unf (0.1.4)
258263
unf_ext
259264
unf_ext (0.0.9.1)
265+
unf_ext (0.0.9.1-x64-mingw-ucrt)
260266
unicode-display_width (1.8.0)
261267
uri (0.13.0)
262268
webrick (1.8.1)
263269

264270
PLATFORMS
271+
x64-mingw-ucrt
265272
x86_64-linux
266273

267274
DEPENDENCIES
@@ -274,7 +281,7 @@ DEPENDENCIES
274281
webrick (~> 1.7)
275282

276283
RUBY VERSION
277-
ruby 3.2.2p53
284+
ruby 3.2.3p157
278285

279286
BUNDLED WITH
280287
2.4.10

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ plugins:
5959
- github-pages
6060
- jemoji
6161
- jekyll-feed
62-
# - jekyll-seo-tag
63-
# - jekyll-sitemap
62+
- jekyll-sitemap
63+
# - jekyll-seo-tag
64+
# - jekyll-redirect-from
65+
# - jekyll-remote-theme
6466

6567
exclude:
6668
- bin

0 commit comments

Comments
 (0)