Skip to content

Commit

Permalink
fix the bug using the getpelican/pelican#1223 ,which about make html …
Browse files Browse the repository at this point in the history
…'s file html overwritten
  • Loading branch information
datonli committed Mar 12, 2016
1 parent 26920a4 commit dd42b8f
Show file tree
Hide file tree
Showing 31 changed files with 194 additions and 811 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Archives</h3>
<tbody>
<tr>
<td>2016-03-12</td>
<td><a href='my-first-post.html'>first blog for test</a></td>
<td><a href='articles/my-first-post.html'>first blog for test</a></td>
</tr>
</tbody>
</table>
Expand All @@ -68,7 +68,7 @@ <h5 class="sidebar-title">Site</h5>

<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li>
<li><a href="http://osdaniellee.github.io/category/python/">Python</a></li>

</ul>

Expand Down
10 changes: 5 additions & 5 deletions my-first-post.html → articles/my-first-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1><a href="http://osdaniellee.github.io">Tech.</a></h1>
<div class="large-9 columns">
<article>
<header>
<h3 class="article-title"><a href="http://osdaniellee.github.io/my-first-post.html" rel="bookmark"
<h3 class="article-title"><a href="http://osdaniellee.github.io/articles/my-first-post.html" rel="bookmark"
title="Permalink to first blog for test">first blog for test</a></h3>
</header>

Expand All @@ -62,11 +62,11 @@ <h1>One</h1>
<h2>Two</h2>
<p>using map.</p>
<p>END</p>
<p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python.html">Python</a>
<p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python/">Python</a>

Tagged:
<a href="http://osdaniellee.github.io/tag/pelican.html">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing.html">publishing </a>
<a href="http://osdaniellee.github.io/tag/pelican/">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing/">publishing </a>
</p>


Expand All @@ -87,7 +87,7 @@ <h5 class="sidebar-title">Site</h5>

<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li>
<li><a href="http://osdaniellee.github.io/category/python/">Python</a></li>

</ul>

Expand Down
10 changes: 5 additions & 5 deletions author/osdaniellee.html → author/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1><a href="http://osdaniellee.github.io">Tech.</a></h1>


<article>
<a href="http://osdaniellee.github.io/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<a href="http://osdaniellee.github.io/articles/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
</h6>

Expand All @@ -60,11 +60,11 @@ <h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
<h1>One</h1>
<h2>Two</h2>
<p>using map.</p>
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python.html">Python</a>
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python/">Python</a>

Tagged:
<a href="http://osdaniellee.github.io/tag/pelican.html">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing.html">publishing </a>
<a href="http://osdaniellee.github.io/tag/pelican/">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing/">publishing </a>
</p>


Expand Down Expand Up @@ -97,7 +97,7 @@ <h5 class="sidebar-title">Site</h5>

<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li>
<li><a href="http://osdaniellee.github.io/category/python/">Python</a></li>

</ul>

Expand Down
4 changes: 2 additions & 2 deletions categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1><a href="http://osdaniellee.github.io">Tech.</a></h1>
<!-- Main Blog Content -->
<div class="large-9 columns">
<ul class="circle">
<li><a href="category/python.html">Python</a></li>
<li><a href="category/python/">Python</a></li>
</ul>
</div>
<!-- End Main Content -->
Expand All @@ -59,7 +59,7 @@ <h5 class="sidebar-title">Site</h5>

<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li>
<li><a href="http://osdaniellee.github.io/category/python/">Python</a></li>

</ul>

Expand Down
10 changes: 5 additions & 5 deletions category/python.html → category/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1><a href="http://osdaniellee.github.io">Tech.</a></h1>


<article>
<a href="http://osdaniellee.github.io/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<a href="http://osdaniellee.github.io/articles/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
</h6>

Expand All @@ -60,11 +60,11 @@ <h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
<h1>One</h1>
<h2>Two</h2>
<p>using map.</p>
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python.html">Python</a>
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python/">Python</a>

Tagged:
<a href="http://osdaniellee.github.io/tag/pelican.html">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing.html">publishing </a>
<a href="http://osdaniellee.github.io/tag/pelican/">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing/">publishing </a>
</p>


Expand Down Expand Up @@ -97,7 +97,7 @@ <h5 class="sidebar-title">Site</h5>

<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li>
<li><a href="http://osdaniellee.github.io/category/python/">Python</a></li>

</ul>

Expand Down
Binary file added favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions feeds/all.atom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Tech.</title><link href="http://osdaniellee.github.io/" rel="alternate"></link><link href="http://osdaniellee.github.io/feeds/all.atom.xml" rel="self"></link><id>http://osdaniellee.github.io/</id><updated>2016-03-12T09:28:00+08:00</updated><entry><title>first blog for test</title><link href="http://osdaniellee.github.io/articles/my-first-post.html" rel="alternate"></link><updated>2016-03-12T09:28:00+08:00</updated><author><name>osdaniellee</name></author><id>tag:osdaniellee.github.io,2016-03-12:articles/my-first-post.html</id><summary type="html">&lt;p&gt;[TOC]&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hello everyone!&lt;/p&gt;
&lt;p&gt;This is my first blog using pelican and github pages.I want to build it and make it work all the time.&lt;/p&gt;
&lt;p&gt;my be it need some change&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1&gt;One&lt;/h1&gt;
&lt;h2&gt;Two&lt;/h2&gt;
&lt;p&gt;using map.&lt;/p&gt;
&lt;p&gt;END&lt;/p&gt;</summary><category term="pelican"></category><category term="publishing"></category></entry></feed>
11 changes: 11 additions & 0 deletions feeds/python.atom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Tech.</title><link href="http://osdaniellee.github.io/" rel="alternate"></link><link href="http://osdaniellee.github.io/feeds/python.atom.xml" rel="self"></link><id>http://osdaniellee.github.io/</id><updated>2016-03-12T09:28:00+08:00</updated><entry><title>first blog for test</title><link href="http://osdaniellee.github.io/articles/my-first-post.html" rel="alternate"></link><updated>2016-03-12T09:28:00+08:00</updated><author><name>osdaniellee</name></author><id>tag:osdaniellee.github.io,2016-03-12:articles/my-first-post.html</id><summary type="html">&lt;p&gt;[TOC]&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hello everyone!&lt;/p&gt;
&lt;p&gt;This is my first blog using pelican and github pages.I want to build it and make it work all the time.&lt;/p&gt;
&lt;p&gt;my be it need some change&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1&gt;One&lt;/h1&gt;
&lt;h2&gt;Two&lt;/h2&gt;
&lt;p&gt;using map.&lt;/p&gt;
&lt;p&gt;END&lt;/p&gt;</summary><category term="pelican"></category><category term="publishing"></category></entry></feed>
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1><a href="http://osdaniellee.github.io">Tech.</a></h1>


<article>
<a href="http://osdaniellee.github.io/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<a href="http://osdaniellee.github.io/articles/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
</h6>

Expand All @@ -60,11 +60,11 @@ <h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
<h1>One</h1>
<h2>Two</h2>
<p>using map.</p>
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python.html">Python</a>
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python/">Python</a>

Tagged:
<a href="http://osdaniellee.github.io/tag/pelican.html">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing.html">publishing </a>
<a href="http://osdaniellee.github.io/tag/pelican/">pelican </a>
<a href="http://osdaniellee.github.io/tag/publishing/">publishing </a>
</p>


Expand Down Expand Up @@ -97,7 +97,7 @@ <h5 class="sidebar-title">Site</h5>

<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/category/python.html">Python</a></li>
<li><a href="http://osdaniellee.github.io/category/python/">Python</a></li>

</ul>

Expand Down
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Sitemap: http://mcsrainbow.github.io/sitemap.xml
23 changes: 8 additions & 15 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,62 +5,55 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>http://osdaniellee.github.io/</loc>
<lastmod>2016-03-12T13:33:33-00:00</lastmod>
<lastmod>2016-03-12T14:07:47-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/archives.html</loc>
<lastmod>2016-03-12T13:33:33-00:00</lastmod>
<lastmod>2016-03-12T14:07:47-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/tags.html</loc>
<lastmod>2016-03-12T13:33:33-00:00</lastmod>
<lastmod>2016-03-12T14:07:47-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/categories.html</loc>
<lastmod>2016-03-12T13:33:33-00:00</lastmod>
<lastmod>2016-03-12T14:07:47-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/my-first-post.html</loc>
<loc>http://osdaniellee.github.io/articles/my-first-post.html</loc>
<lastmod>2016-03-12T09:28:00+08:00</lastmod>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/category/python.html</loc>
<loc>http://osdaniellee.github.io/category/python/</loc>
<lastmod>2016-03-12T09:28:00+08:06</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/tag/publishing.html</loc>
<loc>http://osdaniellee.github.io/tag/publishing/</loc>
<lastmod>2016-03-12T09:28:00+08:06</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/tag/pelican.html</loc>
<lastmod>2016-03-12T09:28:00+08:06</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>http://osdaniellee.github.io/author/osdaniellee.html</loc>
<loc>http://osdaniellee.github.io/tag/pelican/</loc>
<lastmod>2016-03-12T09:28:00+08:06</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
Expand Down
2 changes: 1 addition & 1 deletion tag/pelican.html → tag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1><a href="http://osdaniellee.github.io">Tech.</a></h1>


<article>
<a href="http://osdaniellee.github.io/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<a href="http://osdaniellee.github.io/articles/my-first-post.html"><h3 class="article-title">first blog for test</h3></a>
<h6 class="subheader" title="2016-03-12T09:28:00+08:00">2016-03-12
</h6>

Expand Down
Loading

0 comments on commit dd42b8f

Please sign in to comment.