This repository has been archived on 2019-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
go-xorm.github.io/about.html
2016-01-01 23:20:42 +08:00

119 lines
4.3 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>关于本博客 - XORM</title>
<meta name="keywords" content="golang,orm,xorm"/>
<meta name="description" content=""/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/static/css/style.css"/>
<link rel="stylesheet" href="/static/css/prism.css"/>
<script src="/static/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript">var postType = "page";</script>
</head>
<body>
<aside class="cover page" style="background: url('/static/media/cover.jpg') center/cover no-repeat fixed">
<div class="profile">
<a id="avatar-link" title="link to homepage" href="/">
<img src="/static/media/author.png" alt="pugo-robot" class="avatar">
<h1 id="profile-title">XORM</h1>
</a>
<hr class="divider long">
<p class="bio">
官方博客<br/>Xorm 是一个简单而强大的Go语言ORM框架
</p>
<hr class="divider short">
<div class="navigation">
<ul class="nav">
<li role="presentation" class="">
<a href="/">文章
</a>
</li>
<li role="presentation" class="">
<a href="/archive.html">归档
</a>
</li>
<li role="presentation" class="">
<a href="/about.html">关于
</a>
</li>
</ul>
</div>
<ul class="social">
<li><a href="/feed.xml">
<i class="fa fa-rss"></i>
</a></li>
</ul>
</div>
</aside>
<section id="main">
<div class="container">
<div id="article-single">
<article class="article">
<div class="row">
<header class="header">
<h3 class="title">
<a href="/about.html">关于本博客</a>
</h3>
</header>
<aside class="aside clearfix">
<span class="date">
<span class="year">2014</span>/
<span class="month">1</span>/
<span class="day">1</span>
</span>
<a class="author"></a>
</aside>
<section class="brief"><h3>Introduction</h3>
<p>本博客采用<a href="https://github.com/go-xiaohei/pugo">PuGo</a>搭建。</p>
</section>
</div>
</article>
</div>
<section id="comment">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "http:\/\/localhost\/about";
};
(function () {
var d = document, s = d.createElement('script');
s.src = '//xorm.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments
powered by Disqus.</a></noscript>
</div>
</div>
</section>
<footer id="footer">
<div class="container text-center">
<p class="left">© 2015 XORM.
<a href="http://creativecommons.org/licenses/by/3.0/">Some rights reserved </a> |
<a href="/feed.xml">Feed</a> |
<a href="/sitemap.xml">Sitemap</a>
</p>
<p class="right">Powered by <a href="https://github.com/go-xiaohei/pugo">PuGo 0.9.0.0101</a>. Theme by Uno.
</p>
</div>
</footer>
</div>
</section>
<script src="/static/js/prism.min.js"></script>
<script>
$(document).ready(function () {
$("pre code").addClass("line-numbers")
});
</script>
</body>
</html>