File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ title : " Dockerel TIL"
2+ description : " Dockerel TIL"
3+ author : " Dockerel"
4+
5+ url : " https://dockerel.github.io"
6+ baseurl : " /TIL"
7+
8+ markdown : kramdown
9+ permalink : /:year/:month/:day/:title/
10+
11+ plugins :
12+ - jekyll-feed
13+ - jekyll-sitemap
Original file line number Diff line number Diff line change 1- ---
2- layout: null
3- ---
4- <?xml version =" 1.0" encoding =" UTF-8" ?>
5- <urlset
6- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
7- xsi : schemaLocation =" http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
8- xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
9- {% for post in site.posts %}
1+ ---
2+ layout: null
3+ ---
4+ <?xml version =" 1.0" encoding =" UTF-8" ?>
5+ <urlset
6+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
7+ xsi : schemaLocation =" http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
8+ xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
9+ {% for post in site.posts %}
1010 <url >
11- <loc >{{ site.url }}{{ post.url }}</loc >
11+ <loc >{{ site.url }}{{ site.baseurl }}{{ post.url }}</loc >
1212 {% if post.lastmod == null %}
1313 <lastmod >{{ post.date | date_to_xmlschema }}</lastmod >
1414 {% else %}
2929
3030 </url >
3131 {% endfor %}
32- </urlset >
32+ </urlset >
You can’t perform that action at this time.
0 commit comments