Skip to content

Commit 635a2b7

Browse files
committed
Switched from my own sitemap.xml to the official Jekyll gem
1 parent f070f47 commit 635a2b7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
9999

100100
- [Jekyll](https://github.com/jekyll/jekyll) - Thanks to it's creators, contributors and maintainers.
101101
- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful.
102-
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml and sitemap.xml in this repository.
102+
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository.
103103
- Design & Code reviews - Thanks to [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy),

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ markdown: kramdown
5252
highlighter: pygments
5353
permalink: /:title
5454

55-
# Emoji please!
55+
# Use the following plug-ins
5656
gems:
57-
- jemoji
57+
- jemoji # Emoji please!
58+
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
5859

5960
# Exclude these files from your production _site
6061
exclude:

0 commit comments

Comments
 (0)