-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 2.33 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1.SandDocs/SandDocs一个Github博客生成工具</title>
<link rel="stylesheet" href="resource/theme/yuan-shan.css">
<link rel="stylesheet" href="resource/css/base.css">
</head>
<body>
<div class="markdow">
<div class="markdow-list">
<div class="header">
<img class="logo" src="resource/image/logo.jpg"/>
<div>JERRY♎<a href="https://github.com/decadestory" target="_blank" >GITHUB</a></div>
</div>
<div class="type">
<ul>
<li><a href="docs_list/1.SandDocs.html">SandDocs</a></li><li><a href="docs_list/2.笔记本.html">笔记本</a></li><li><a href="docs_list/3.GO开发.html">GO开发</a></li><li><a href="docs_list/4.HISTORY.html">HISTORY</a></li><li><a href="docs_list/5.平衡.html">平衡</a></li><li><a href="docs_list/6.一些小诗.html">一些小诗</a></li><li><a href="docs_list/7.关于JERRY.html">关于JERRY</a></li>
</ul>
</div>
</div>
<div class="markdow-container">
<div class="markdow-content">
<h1>SandDocs一个Github博客生成工具</h1>
<!-- raw HTML omitted -->
<h2>简介</h2>
<p>SandDocs是一个简单高效的Blog生成工具,在相应文件夹写好markdown文件,一行命令就可以生成博客主页,列表页,文档页</p>
<h2>用法</h2>
<pre style="color:#f8f8f2;background-color:#282a36;"><code><span style="display:flex;"><span style=""><span style="">git clone https://github.com/decadestory/SandDocs.git
</span></span></span></code></pre><ul>
<li>0.打开resource目录里template-doc.html修改头像,作者,Github地址等信息。</li>
<li>1.打开docs目录,再docs里创建一个目录(SandDocs),创建的SandDocs就是文档Blog分类。</li>
<li>2.在SandDocs目录里面写一个md文件,这个文件就是Blog文档。</li>
<li>3.执行程序生成网站。</li>
<li>4.推送到gh-pages分支。</li>
</ul>
<h2>说明</h2>
<p><img src="../../resource/image/sanddoc_1.png" alt="">
<img src="../../resource/image/sanddoc_2.png" alt=""></p>
</div>
</div>
</div>
</body>
</html>