repo.or.cz
/
GalaxyBlog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: _posts/2015-08-10-jieba-cut-chinese-ling-jihua.md
[GalaxyBlog.git]
/
sitemap.txt
blob
25c568f502b97fe5a976a0c2cf7d51674293359f
1
---
2
# Remember to set production_url in your _config.yml file!
3
title : Sitemap
4
---
5
{% for page in site.pages %}
6
{{site.production_url}}{{ page.url }}{% endfor %}
7
{% for post in site.posts %}
8
{{site.production_url}}{{ post.url }}{% endfor %}