<p style='margin-bottom:15px;color:#555555;font-size:15px;line-height:200%;text-indent:2em;'> <pre><code class="json">url: http://你的网站
root: /
permalink: :title.html
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
trailing_html: true # Set to false to remove trailing '.html' from permalinks
</code></pre></p>
建议在此处添加HTML后缀,以便搜索引擎还可以判断它是URL后缀中的HTML页面
建议false生成的目录结构将缩短一层以成为'http:// your //title.html'
<p style='margin-bottom:15px;color:#555555;font-size:15px;line-height:200%;text-indent:2em;'> <pre><code class="bash"># common sitemap for all the search engines
sitemap:
path: sitemap.xml
# for baidy
baidusitemap:
path: baidusitemap.xml
</code></pre></p>