-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
154 lines (119 loc) · 4.85 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>
myblog
</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="theme-color" content="#4184f3">
<link href="/favicon.ico" rel="icon"/>
<link rel="stylesheet" href="/css/highlight.light.css">
<link rel="stylesheet" href="/css/prism-customize.css">
<link rel="stylesheet" href="/css/nav-icon.css">
<link rel="stylesheet" href="/css/waves.min.css">
<link rel="stylesheet" href="/css/jquery.tocify.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/nav-indicator.css">
</meta>
</meta>
<link rel="stylesheet" href="/css/prism.css" type="text/css"></head>
<body>
<header>
<!-- cover image or sth. -->
</header>
<div id="main" class="m-scene">
<div class="nav-wrapper">
<div class="container">
<nav>
<div class="logo wave">
<a href="/" id="logo">
myblog
</a>
</div>
<div class="nav-toggle-icon" >
<div class="material-hamburger">
<span>
</span>
<span>
</span>
<span>
</span>
</div>
</div>
<div class="menu-wrapper">
<div class="nav-indicator">
</div>
<ul class="menus">
<li>
<a class="wave " href="/">
Home
</a>
</li>
<li>
<a class="wave " href="/archives">
Archive
</a>
</li>
<li>
<a class="wave " href="/about">
About
</a>
</li>
<li>
<a class="wave no-smoothstate" href="/atom.xml">
RSS
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="container content">
<div class="scene_element scene_element--fadein">
<div class="row">
<div class="main">
<article>
<h1>
</h1>
<small>2017/11/13</small>
<h1 id="loveppears-github-io"><a href="#loveppears-github-io" class="headerlink" title="loveppears.github.io"></a>loveppears.github.io</h1><p>myblog<br>Write my story</p>
</article>
<div class="comment-section">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
var disqus_config = function () {
this.page.url = 'http://yoursite.com/README.html'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 'README.md'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//wayou.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>
</div>
</div>
</div>
</div>
<footer class="footer">
<p>由<a href="http://hexo.io/" target="_blank">Hexo</a>强力驱动,搭载<a href="https://github.com/wayou/hexo-theme-gstyle">gstyle</a>主题</p>
<p>
© 2017 Li Zheng
</p>
</footer>
<script src="/lib/jquery.js"></script>
<script src="/lib/waves.js"></script>
<script src="/lib/jquery-ui.js"></script>
<script src="/lib/jquery.tocify.js"></script>
<script src="/js/main.js"></script>
</body>
</html>