move the readme.md content to hugo site

This commit is contained in:
Mahmoud Zalt
2017-02-22 14:59:06 -05:00
parent b995b3692e
commit f91ffcfd20
296 changed files with 9272 additions and 40363 deletions

View File

@ -1,24 +0,0 @@
---
layout: none
search: exclude
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for post in site.posts %}
{% unless post.search == "exclude" %}
<url>
<loc>{{site.url}}{{post.url}}</loc>
</url>
{% endunless %}
{% endfor %}
{% for page in site.pages %}
{% unless page.search == "exclude" %}
<url>
<loc>{{site.url}}{{ page.url}}</loc>
</url>
{% endunless %}
{% endfor %}
</urlset>