Skip to content

Instantly share code, notes, and snippets.

View mersy's full-sized avatar

Masashi Yanagiya mersy

View GitHub Profile
@mersy
mersy / sitemapByjekyll
Created October 16, 2013 19:14
jekyll google sitemap
---
layout: none
sitemap:
priority: 0.7
changefreq: monthly
lastmod: 2013-10-16T00:00:00-00:00
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
@mersy
mersy / atom.xml
Created October 11, 2013 11:28
jekyll 用 feed
---
layout: none
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.name }}</title>
<description>{{ site.description }}</description>
<link>{{ site.url }}</link>
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />