Switched from my own sitemap.xml to the official Jekyll gem
This commit is contained in:
parent
f070f471bf
commit
635a2b79f5
|
@ -99,5 +99,5 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
|
||||||
|
|
||||||
- [Jekyll](https://github.com/jekyll/jekyll) - Thanks to it's creators, contributors and maintainers.
|
- [Jekyll](https://github.com/jekyll/jekyll) - Thanks to it's creators, contributors and maintainers.
|
||||||
- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful.
|
- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful.
|
||||||
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml and sitemap.xml in this repository.
|
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository.
|
||||||
- Design & Code reviews - Thanks to [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy),
|
- Design & Code reviews - Thanks to [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy),
|
||||||
|
|
|
@ -52,9 +52,10 @@ markdown: kramdown
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
permalink: /:title
|
permalink: /:title
|
||||||
|
|
||||||
# Emoji please!
|
# Use the following plug-ins
|
||||||
gems:
|
gems:
|
||||||
- jemoji
|
- jemoji # Emoji please!
|
||||||
|
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
|
||||||
|
|
||||||
# Exclude these files from your production _site
|
# Exclude these files from your production _site
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue