-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhexo.html
More file actions
87 lines (56 loc) · 2.22 KB
/
hexo.html
File metadata and controls
87 lines (56 loc) · 2.22 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hexo | cheatsheets</title>
<link rel="icon" href="/img/favicon.min.webp">
<link rel="stylesheet" href="/css/bundle.css">
<link rel="stylesheet" href="/css/main.css">
<meta name="generator" content="Hexo 4.2.1"></head>
<body>
<nav class='top-nav' data-js-no-preview role='navigation'>
<div class='container'>
<div class='left'>
<a class='home back-button' href='/'></a>
</div>
<div class='actions'>
<ul class='page-actions'>
<li class='link github -button hint--bottom' data-hint='Contribute to the theme'>
<a href='https://github.com/glazec/hexo-cheatsheets' target="_blank" rel="noopener">
<span class='text -visible'>Contribute to the theme</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="container">
<div id="wrap">
<div class="outer">
<section id="main"><article id="hexo-hexo" class="article article-type-hexo" itemscope itemprop="blogPost">
<div class='body-area'>
<header class='main-heading -center' role='banner'>
<h1 class='h1'> hexo <em></em></h1>
</header>
<main class='post-content MarkdownBody' data-js-main-body data-js-anchors role='main'>
<h2 id="get-started"><a href="#get-started" class="headerlink" title="get started"></a>get started</h2><h3 id="新建页面"><a href="#新建页面" class="headerlink" title="新建页面"></a>新建页面</h3><p>hexo new hexo “hexo”</p>
</main>
</div>
<div class='pre-footer' data-js-no-preview><i class='icon'></i></div>
</article>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.17.1/prism.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.17.1/plugins/autoloader/prism-autoloader.min.js"></script>
<script src="/js/article.js"></script>
</section>
</div>
</div>
<!-- <nav id="mobile-nav">
</nav> -->
<!--
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
-->
</div>
</body>
</html>