上传文件功能

This commit is contained in:
deepzz0
2016-12-18 00:16:06 +08:00
parent 3e50cfa248
commit 0b1e034346
8 changed files with 128 additions and 66 deletions

13
static/feed.xml Executable file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Deepzz's Blog</title>
<link>https://deepzz.com</link>
<description>不抛弃,不放弃</description>
<atom:link href="https://deepzz.com/rss.html" rel="self"/>
<atom:link href="https://deepzz.superfeedr.com/" rel="hub"/>
<language>zh-CN</language>
<lastBuildDate>Sun, 18 Dec 2016 00:15:03 +0800</lastBuildDate>
</channel>
</rss>

6
static/opensearch.xml Executable file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Deepzz's Blog</ShortName>
<Description>不抛弃,不放弃</Description>
<Url type="text/html" template="https://deepzz.com/search.html?q={searchTerms}" />
</OpenSearchDescription>

16
static/sitemap.xml Executable file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://deepzz.com/post/blogroll.html</loc>
<lastmod>2016-12-17</lastmod>
<priority>0.6</priority>
</url>
<url>
<loc>https://deepzz.com/post/about.html</loc>
<lastmod>2016-12-17</lastmod>
<priority>0.6</priority>
</url>
</urlset>