https://github.com/lifeisfoo/jekyll-sitemap-template
https://github.com/lifeisfoo/jekyll-sitemap-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lifeisfoo/jekyll-sitemap-template
- Owner: lifeisfoo
- License: gpl-3.0
- Created: 2015-11-02T19:08:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T19:15:14.000Z (almost 10 years ago)
- Last Synced: 2023-06-11T08:34:45.641Z (over 2 years ago)
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-sitemap-template
Generate your jekyll sitemap without plugin.
## Install
1. Copy `sitemap.xml` inside your jekyll website folder.
2. Run `jekyll build`
3. Your sitemap is ready inside `_site/sitemap.xml`## Config - front matter
Optional
```
sitemap:
lastmod: 2014-01-23
priority: 0.7
changefreq: 'monthly'
exclude: 'yes'
```### Thanks
To [David Ensinger](http://davidensinger.com/2013/11/building-a-better-sitemap-xml-with-jekyll/) for the inital code.