Skip to content

Commit 04eaf7d

Browse files
author
LCC
committed
init
0 parents  commit 04eaf7d

17 files changed

+906
-0
lines changed

about.me.html

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<meta http-equiv="Cache-Control" content="no-siteapp">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
8+
<meta name="renderer" content="webkit">
9+
<meta name="google" value="notranslate">
10+
<meta name="robots" content="index,follow">
11+
12+
13+
<meta name="twitter:card" content="summary">
14+
<meta name="twitter:title" content="泛海">
15+
<meta name="twitter:description" content="描述一切">
16+
<meta name="twitter:image:src" content="https://csnzf.github.io/images/avatar.png">
17+
18+
<meta property="og:url" content="https://csnzf.github.io">
19+
<meta property="og:title" content="泛海">
20+
<meta property="og:description" content="描述一切">
21+
<meta property="og:site_name" content="泛海">
22+
<meta property="og:image" content="https://csnzf.github.io/images/avatar.png">
23+
<meta property="og:type" content="website">
24+
<meta name="robots" content="noodp">
25+
26+
<meta itemprop="name" content="泛海">
27+
<meta itemprop="description" content="描述一切">
28+
<meta itemprop="image" content="https://csnzf.github.io/images/avatar.png">
29+
30+
<link rel="canonical" href="https://csnzf.github.io">
31+
32+
<link rel="shortcut icon" href="/favicon.png">
33+
<link rel="apple-itouch-icon" href="/favicon.png">
34+
<link rel="stylesheet" href="/bundle/index.css">
35+
<script type="text/javascript">
36+
var timeSinceLang = {
37+
year: '年前',
38+
month: '个月前',
39+
day: '天前',
40+
hour: '小时前',
41+
minute: '分钟前',
42+
second: '秒前'
43+
};
44+
var root = '';
45+
</script>
46+
47+
48+
<meta name="keywords" content="">
49+
<meta name="description" content="关于作者">
50+
<meta name="author" content="LCC">
51+
<title>关于作者</title>
52+
</head>
53+
<body>
54+
<article class="container">
55+
<header class="header-wrap">
56+
<a class="index" href="/">
57+
<img class="logo" src="/images/avatar.png" />
58+
泛海
59+
</a>
60+
<ul class="menu">
61+
<li class="menu-item"><a href="/archive.html">归档</a></li>
62+
<li class="menu-item"><a href="/tag.html">标签</a></li>
63+
<li class="menu-item"><a href="/atom.xml">订阅</a></li>
64+
</ul>
65+
</header>
66+
67+
<article class="main article">
68+
<h1 class="title">关于作者</h1>
69+
<section class="info">
70+
<span class="avatar" style="background-image: url(/images/avatar.png);"></span>
71+
<a class="name" href="/about.me.html">LCC</a>
72+
73+
<span class="date" data-time="0"><span class="from"></span></span>
74+
75+
<span class="tags"></span>
76+
</section>
77+
<article class="content"><h2>千里之行,始于足下</h2>
78+
</article>
79+
<section class="author">
80+
<div class="avatar" style="background-image: url(/images/avatar.png);"></div>
81+
<a class="name" href="/about.me.html">LCC</a>
82+
<div class="intro">工程师</div>
83+
</section>
84+
<section class="recommend">
85+
86+
87+
</section>
88+
89+
<section id="disqus_thread"></section>
90+
<script type="text/javascript">
91+
(function() {
92+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
93+
dsq.src = '//username.disqus.com/embed.js';
94+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
95+
})();
96+
</script>
97+
98+
99+
</article>
100+
</article>
101+
<footer class="footer">
102+
<span class="copyright">
103+
泛海 ©
104+
<script type="text/javascript">
105+
document.write(new Date().getFullYear());
106+
</script>
107+
</span>
108+
<span class="publish">Powered by <a href="http://www.chole.io/" target="_blank">Ink</a></span>
109+
</footer>
110+
111+
<script src="/bundle/index.js"></script>
112+
</body>
113+
</html>

archive.html

+105
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<meta http-equiv="Cache-Control" content="no-siteapp">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
8+
<meta name="renderer" content="webkit">
9+
<meta name="google" value="notranslate">
10+
<meta name="robots" content="index,follow">
11+
12+
13+
<meta name="twitter:card" content="summary">
14+
<meta name="twitter:title" content="泛海">
15+
<meta name="twitter:description" content="描述一切">
16+
<meta name="twitter:image:src" content="https://csnzf.github.io/images/avatar.png">
17+
18+
<meta property="og:url" content="https://csnzf.github.io">
19+
<meta property="og:title" content="泛海">
20+
<meta property="og:description" content="描述一切">
21+
<meta property="og:site_name" content="泛海">
22+
<meta property="og:image" content="https://csnzf.github.io/images/avatar.png">
23+
<meta property="og:type" content="website">
24+
<meta name="robots" content="noodp">
25+
26+
<meta itemprop="name" content="泛海">
27+
<meta itemprop="description" content="描述一切">
28+
<meta itemprop="image" content="https://csnzf.github.io/images/avatar.png">
29+
30+
<link rel="canonical" href="https://csnzf.github.io">
31+
32+
<link rel="shortcut icon" href="/favicon.png">
33+
<link rel="apple-itouch-icon" href="/favicon.png">
34+
<link rel="stylesheet" href="/bundle/index.css">
35+
<script type="text/javascript">
36+
var timeSinceLang = {
37+
year: '年前',
38+
month: '个月前',
39+
day: '天前',
40+
hour: '小时前',
41+
minute: '分钟前',
42+
second: '秒前'
43+
};
44+
var root = '';
45+
</script>
46+
47+
48+
<meta name="keywords" content="泛海, 描述一切">
49+
<meta name="description" content="描述一切">
50+
<meta name="author" content="">
51+
<title>泛海</title>
52+
</head>
53+
<body>
54+
<article class="container">
55+
<header class="header-wrap">
56+
<a class="index" href="/">
57+
<img class="logo" src="/images/avatar.png" />
58+
泛海
59+
</a>
60+
<ul class="menu">
61+
<li class="menu-item"><a href="/archive.html">归档</a></li>
62+
<li class="menu-item"><a href="/tag.html">标签</a></li>
63+
<li class="menu-item"><a href="/atom.xml">订阅</a></li>
64+
</ul>
65+
</header>
66+
67+
<article class="main archive">
68+
<header class="site">
69+
<h1 class="title">泛海</h1>
70+
<h2 class="subtitle">描述一切</h2>
71+
</header>
72+
<header class="header">
73+
<span class="title">归档 -</span>
74+
<span class="subtitle">1 篇文章</span>
75+
</header>
76+
<ul class="archive-list">
77+
78+
<li class="archive-item">
79+
<div class="archive-year">2020</div>
80+
<ul class="article-list">
81+
82+
<li class="article-item">
83+
<span class="date">2020-06-30</span>
84+
<a href="hello-world.html">Hello, world</a>
85+
</li>
86+
87+
</ul>
88+
</li>
89+
90+
</ul>
91+
</article>
92+
</article>
93+
<footer class="footer">
94+
<span class="copyright">
95+
泛海 ©
96+
<script type="text/javascript">
97+
document.write(new Date().getFullYear());
98+
</script>
99+
</span>
100+
<span class="publish">Powered by <a href="http://www.chole.io/" target="_blank">Ink</a></span>
101+
</footer>
102+
103+
</body>
104+
<script src="/bundle/index.js"></script>
105+
</html>

atom.xml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
2+
<title>泛海</title>
3+
<id>https://csnzf.github.io</id>
4+
<updated>2020-06-30T22:46:44+08:00</updated>
5+
<subtitle>描述一切</subtitle>
6+
<link href="https://csnzf.github.io"></link>
7+
<author>
8+
<name>泛海</name>
9+
</author>
10+
<entry>
11+
<title>Hello, world</title>
12+
<updated>2020-06-30T22:36:00+08:00</updated>
13+
<id>tag:csnzf.github.io,2020-06-30:/hello-world.html</id>
14+
<content type="html">&lt;p&gt;开始记录。&lt;/p&gt;&#xA;</content>
15+
<link href="https://csnzf.github.io/hello-world.html"></link>
16+
<author>
17+
<name>LCC</name>
18+
</author>
19+
</entry>
20+
</feed>

0 commit comments

Comments
 (0)