Skip to content

Commit

Permalink
change the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
datonli committed Mar 12, 2016
1 parent f65a2ff commit 26920a4
Show file tree
Hide file tree
Showing 43 changed files with 30,352 additions and 550 deletions.
139 changes: 90 additions & 49 deletions archives.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,98 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>Tech.</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />

<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Tech.</title>

<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/normalize.css" />
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/style.css" />
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/pygments.css" />
<script src="http://osdaniellee.github.io/theme/js/modernizr.js"></script>
</head>

<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Tech. </a></h1>
<nav><ul>
<li><a href="/category/python.html">Python</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Archives for Tech.</h1>

<dl>
<dt>周六 12 三月 2016</dt>
<dd><a href="/my-first-post.html">first blog for test</a></dd>
</dl>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
<li><a href="#">You can modify those links in your config file</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>

<li><a href="#">You can add links in your config file</a></li>
<li><a href="#">Another social link</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->

<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<body>

<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<h1><a href="http://osdaniellee.github.io">Tech.</a></h1>
</div>
</div>
</div>

<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">

</ul>
</div>
</div>
</nav>
<!-- End Nav -->


<!-- Main Page Content and Sidebar -->
<div class="row">

<!-- Main Blog Content -->
<div class="large-9 columns">

<h3>Archives</h3>

<table class="table-archive">
<tbody>
<tr>
<td>2016-03-12</td>
<td><a href='my-first-post.html'>first blog for test</a></td>
</tr>
</tbody>
</table>

</div>
<!-- End Main Content -->

<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/archives.html">Archives</a>
<li><a href="http://osdaniellee.github.io/tags.html">Tags</a>
</ul>


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

</ul>


<h5 class="sidebar-title">Social</h5>
<ul class="side-nav">
<li><a href="http://github.com/osDanielLee/osDanielLee.github.io">Github</a></li>
</ul>

</aside> <!-- End Sidebar -->

</div> <!-- End Main Content and Sidebar -->


<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<!-- <p>Tech. by lidatong</p> -->
</div>
</div>
</div>
</footer>
</body>
</html>
169 changes: 111 additions & 58 deletions author/osdaniellee.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,57 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>Tech. - osdaniellee</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />

<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Tech. - osdaniellee</title>

<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/normalize.css" />
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/style.css" />
<link rel="stylesheet" href="http://osdaniellee.github.io/theme/css/pygments.css" />
<script src="http://osdaniellee.github.io/theme/js/modernizr.js"></script>
</head>

<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Tech. </a></h1>
<nav><ul>
<li><a href="/category/python.html">Python</a></li>
</ul></nav>
</header><!-- /#banner -->

<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="/my-first-post.html">first blog for test</a></h1>
<footer class="post-info">
<abbr class="published" title="2016-03-12T09:28:00+08:00">
Published: 周六 12 三月 2016
</abbr>

<address class="vcard author">
By <a class="url fn" href="/author/osdaniellee.html">osdaniellee</a>
</address>
<p>In <a href="/category/python.html">Python</a>.</p>
<p>tags: <a href="/tag/pelican.html">pelican</a> <a href="/tag/publishing.html">publishing</a> </p>
</footer><!-- /.post-info --><p>[TOC]</p>
<body>

<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<h1><a href="http://osdaniellee.github.io">Tech.</a></h1>
</div>
</div>
</div>

<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">

</ul>
</div>
</div>
</nav>
<!-- End Nav -->


<!-- Main Page Content and Sidebar -->
<div class="row">

<!-- Main Blog Content -->
<div class="large-9 columns">



<article>
<a href="http://osdaniellee.github.io/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>


<p>[TOC]</p>
<blockquote>
<p>Hello everyone!</p>
<p>This is my first blog using pelican and github pages.I want to build it and make it work all the time.</p>
Expand All @@ -40,35 +60,68 @@ <h1 class="entry-title"><a href="/my-first-post.html">first blog for test</a></h
<h1>One</h1>
<h2>Two</h2>
<p>using map.</p>
<p>END</p> </article>
</aside><!-- /#featured -->
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
<li><a href="#">You can modify those links in your config file</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>

<li><a href="#">You can add links in your config file</a></li>
<li><a href="#">Another social link</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->

<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<p>END</p><p class="subheader">Category: <a href="http://osdaniellee.github.io/category/python.html">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>
</p>



</article>

<div class="pagination-centered">
<h6 class="subheader">Page 1 of 1</h6>

<p>

</p>
</div>



<!-- /#posts-list -->

</div>
<!-- End Main Content -->

<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="http://osdaniellee.github.io/archives.html">Archives</a>
<li><a href="http://osdaniellee.github.io/tags.html">Tags</a>
</ul>


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

</ul>


<h5 class="sidebar-title">Social</h5>
<ul class="side-nav">
<li><a href="http://github.com/osDanielLee/osDanielLee.github.io">Github</a></li>
</ul>

</aside> <!-- End Sidebar -->

</div> <!-- End Main Content and Sidebar -->


<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<!-- <p>Tech. by lidatong</p> -->
</div>
</div>
</div>
</footer>
</body>
</html>
57 changes: 0 additions & 57 deletions authors.html
Original file line number Diff line number Diff line change
@@ -1,57 +0,0 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>Tech. - Authors</title>
<link rel="stylesheet" href="/theme/css/main.css" />

<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>

<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Tech. </a></h1>
<nav><ul>
<li><a href="/category/python.html">Python</a></li>
</ul></nav>
</header><!-- /#banner -->

<section id="content" class="body">
<h1>Authors on Tech.</h1>
<ul>
<li><a href="/author/osdaniellee.html">osdaniellee</a> (1)</li>
</ul>
</section>

<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
<li><a href="#">You can modify those links in your config file</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>

<li><a href="#">You can add links in your config file</a></li>
<li><a href="#">Another social link</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->

<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->

</body>
</html>
Loading

0 comments on commit 26920a4

Please sign in to comment.