Generale Jekyll sitemap without plugin

09 Aug 2013 · Less than one minute read · on Gianluca's blog

News! Tech related notes are NOW published to ShippingBytes. See you there! I always felt this was not the right place for me to write consistently about tech and tools. So if you want to read more about that see you at the other side

This blog is a static blog and uses GitHub pages, GitHub pages are generally deployed using Jekyll.

How can you generate a sitemap without Jekyll plugin?

This gist answers your question.

I use some post values: changefreq, date and priority, if you don’t set any specific values for them default values are used that are, 0.8 for priority and month for frequency.

In a single post you add this params for use correct params!

---
layout: post
title:  "Why this blog?"
date:   2013-07-22 23:08:27
categories: me
tags: me, developer, presentation, gianarb
summary: Gianluca Arbezzano, developer, Italian, why open this blog?
changefreq: monthly
---

If you want to know more about the Sitemap Protocol read this.

Marco thanks for English! :)

Something weird with this website? Let me know.