-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
4,432 additions
and
1,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,295 @@ | ||
extends partial/layout | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Test1 | Jelly</title> | ||
<meta name="author" content="Jelly"> | ||
|
||
<meta name="description" content="Hello blog | ||
1 | ||
2 | ||
3 | ||
4 | ||
block site_title | ||
!= page.title + " · " + config.title | ||
block description | ||
- var desc = page.desc || page.title + ' - ' + config.author; | ||
meta(name="description", content=desc) | ||
block container | ||
include mixins/post | ||
+post(page) | ||
a | ||
b | ||
c | ||
d | ||
block pagination | ||
include mixins/paginator | ||
+post() | ||
include partial/comment | ||
block copyright | ||
include partial/copyright | ||
123456789#include &lt;stdio.h&gt;int main()&#123; printf(&quot;Hello blog!&quot;); return 0;&#125; | ||
图片"> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
|
||
<meta property="og:title" content="Test1"/> | ||
<meta property="og:site_name" content="Jelly"/> | ||
|
||
|
||
<meta property="og:image" content=""/> | ||
|
||
|
||
<link href="/favicon.png" rel="icon"> | ||
<link rel="alternate" href="/atom.xml" title="Jelly" type="application/atom+xml"> | ||
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css"> | ||
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> | ||
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> | ||
<script src="/js/jquery.min.js"></script> | ||
|
||
|
||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-45019001-1', 'topdna.org'); | ||
ga('send', 'pageview'); | ||
</script> | ||
|
||
|
||
</head> | ||
|
||
|
||
<body> | ||
<!--[if lte IE 8]> <div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;margin:0 auto;'> <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0027_Simplified Chinese.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." style='margin-left:auto;margin-right:auto;display: block;'/></a></div> <![endif]--> | ||
<header id="header" class="inner"><div class="alignleft"> | ||
<h1><a href="/">Jelly</a></h1> | ||
<h2><a href="/"></a></h2> | ||
</div> | ||
<nav id="main-nav" class="alignright"> | ||
<ul> | ||
|
||
<li><a href="/">首页</a></li> | ||
|
||
<li><a href="http://traceinvest.com">TraceInvest</a></li> | ||
|
||
<li><a href="/categories/essay/">随感</a></li> | ||
|
||
<li><a href="/categories/tech/">技术</a></li> | ||
|
||
<li><a href="/categories/investment/">理财</a></li> | ||
|
||
<li><a href="/categories/life/">生活</a></li> | ||
|
||
<li><a href="/archives">归档</a></li> | ||
|
||
</ul> | ||
<div class="clearfix"></div> | ||
</nav> | ||
<div class="clearfix"></div> | ||
</header> | ||
<div id="content" class="inner"> | ||
<div id="main-col" class="alignleft"><div id="wrapper"><article class="post"> | ||
|
||
<div class="post-content"> | ||
<header> | ||
|
||
<time datetime="2017-08-21T14:52:01.487Z"><a href="/2017/08/21/Test_1/">2017-08-21</a></time> | ||
|
||
|
||
|
||
<h1 class="title">Test1</h1> | ||
|
||
|
||
</header> | ||
<div class="entry"> | ||
|
||
<hr> | ||
<h1 id="Hello-blog"><a href="#Hello-blog" class="headerlink" title="Hello blog"></a>Hello blog</h1><ul> | ||
<li><strong>1</strong></li> | ||
<li>2</li> | ||
<li><strong>3</strong></li> | ||
<li>4</li> | ||
</ul> | ||
<hr> | ||
<ol> | ||
<li>a</li> | ||
<li>b</li> | ||
<li>c</li> | ||
<li>d</li> | ||
</ol> | ||
<hr> | ||
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div><div class="line">4</div><div class="line">5</div><div class="line">6</div><div class="line">7</div><div class="line">8</div><div class="line">9</div></pre></td><td class="code"><pre><div class="line">#include <stdio.h></div><div class="line"></div><div class="line">int main()</div><div class="line">{</div><div class="line"></div><div class="line"> printf("Hello blog!");</div><div class="line"></div><div class="line"> return 0;</div><div class="line">}</div></pre></td></tr></table></figure> | ||
<p>图片</p> | ||
<p><img src="http://i.imgur.com/04FFqsr.png" alt=""></p> | ||
|
||
|
||
</div> | ||
<footer> | ||
|
||
|
||
|
||
<div class="alignleft post-nav"> | ||
<em>上一篇: </em><a href="/2017/08/22/LInux文件与目录的权限/">Linux下目录和文件的权限</a> | ||
</div> | ||
|
||
|
||
<div class="alignright post-nav"> | ||
<em>下一篇: </em><a href="/2017/08/21/hello-world/">Hello World</a> | ||
</div> | ||
<div class="clearfix"></div> | ||
|
||
|
||
|
||
<div class="copyright"> | ||
|
||
<span class="claim">版权声明:自由转载-非商用-无演绎-保持署名 @ Creative Commons BY-NC-ND 3.0</span> | ||
|
||
|
||
<span class="from-link"> | ||
<em>本文链接地址:</em> | ||
<a href="/2017/08/21/Test_1/"> | ||
http://yoursite.com/2017/08/21/Test_1/ | ||
</a> | ||
</span> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<div class="tags"> | ||
<a href="/tags/test/">test</a> | ||
</div> | ||
|
||
|
||
<div class="addthis addthis_toolbox addthis_default_style"> | ||
|
||
|
||
|
||
<a class="addthis_button_sinaweibo_like"></a> | ||
|
||
|
||
<a class="addthis_button_linkedin"></a> | ||
|
||
|
||
|
||
<a class="addthis_counter addthis_pill_style"></a> | ||
</div> | ||
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js"></script> | ||
|
||
|
||
<div class="clearfix"></div> | ||
</footer> | ||
</div> | ||
</article> | ||
|
||
|
||
|
||
<section id="comment"> | ||
<h1 class="title">Kommentare</h1> | ||
|
||
|
||
<div id="fb-root"></div> | ||
<script> | ||
(function(d, s, id) { | ||
var js, fjs = d.getElementsByTagName(s)[0]; | ||
if (d.getElementById(id)) return; | ||
js = d.createElement(s); js.id = id; | ||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=123456789012345"; | ||
fjs.parentNode.insertBefore(js, fjs); | ||
}(document, 'script', 'facebook-jssdk')); | ||
</script> | ||
|
||
<div class="fb-comments" data-href="http://yoursite.com/2017/08/21/Test_1/index.html" data-num-posts="5" data-width="840" data-colorscheme="light"></div> | ||
|
||
|
||
</section> | ||
|
||
|
||
</div></div> | ||
<aside id="sidebar" class="alignright"> | ||
<div class="search"> | ||
<form action="//google.com/search" method="get" accept-charset="utf-8"> | ||
<input type="text" name="q" results="0" placeholder="Suche"> | ||
<i class="icon-search"></i> | ||
<input type="hidden" name="q" value="site:yoursite.com"> | ||
</form> | ||
</div> | ||
|
||
|
||
<div class="widget tag"> | ||
<h3 class="title">Tags</h3> | ||
<ul class="entry"> | ||
|
||
<li><a href="/tags/C/">C++</a><small>1</small></li> | ||
|
||
<li><a href="/tags/HTML/">HTML</a><small>1</small></li> | ||
|
||
<li><a href="/tags/Linux/">Linux</a><small>1</small></li> | ||
|
||
<li><a href="/tags/test/">test</a><small>1</small></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
<div class="trace-invest"> | ||
<span> | ||
<a href="http://traceinvest.com" target="_blank">欢迎光临我的美股投资相关网站 :</br>traceinvest.com</a> | ||
</span> | ||
</div> | ||
|
||
|
||
|
||
<div class="widget tag"> | ||
<h3 class="title">Neueste Artikel</h3> | ||
<ul class="entry"> | ||
|
||
<li> | ||
<a href="/2017/08/22/test2/">test2</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/2017/08/22/HTML标记/">HTML标记</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/2017/08/22/string类/">20行的string类(一行可以写完的代码为什么要写两行 +_+!)</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/2017/08/22/LInux文件与目录的权限/">Linux下目录和文件的权限</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/2017/08/21/Test_1/">Test1</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/2017/08/21/hello-world/">Hello World</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
</aside> | ||
<div class="clearfix"></div> | ||
</div> | ||
<div id="go-pg-top"><i class="icon-arrow-up"></i></div> | ||
<footer id="footer" class="inner"><div class="alignleft"> | ||
|
||
© 2017 Jelly | ||
|
||
</div> | ||
<div class="clearfix"></div></footer> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script> | ||
<script src="/js/jquery.imagesloaded.min.js"></script> | ||
<script src="/js/gallery.js"></script> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css"> | ||
<script src="/fancybox/jquery.fancybox.pack.js"></script> | ||
<script type="text/javascript" charset="utf-8" src="/js/page.js"></script> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.