-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
100 lines (70 loc) · 3.42 KB
/
index.xml
File metadata and controls
100 lines (70 loc) · 3.42 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
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>曹德军</title>
<link>/</link>
<description>Recent content on 曹德军</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 10 Nov 2016 22:25:51 +0800</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>first</title>
<link>/post/first/</link>
<pubDate>Thu, 10 Nov 2016 22:25:51 +0800</pubDate>
<guid>/post/first/</guid>
<description>
<p>最后一次课程</p>
<div class="highlight"><pre><code class="language-c" data-lang="c"><span></span><span class="cp">#include</span> <span class="cpf">&lt;stdio.h&gt;</span><span class="cp"></span>
<span class="kt">int</span> <span class="nf">main</span><span class="p">(</span><span class="kt">int</span> <span class="n">argc</span><span class="p">,</span> <span class="kt">char</span> <span class="o">**</span><span class="n">argv</span><span class="p">){</span>
<span class="n">printf</span><span class="p">(</span><span class="s">&quot;hello world&quot;</span><span class="p">)</span>
<span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
<span class="p">}</span>
</code></pre></div>
<p>&lt;!<em>more</em>&gt;</p>
<blockquote>
<p># 一级标题</p>
<p># 二级标题</p>
</blockquote>
<h1 id="1-markdown-语法">1 markdown 语法</h1>
<h2 id="1-1-标题">1.1 标题</h2>
<blockquote>
<p># 一级标题</p>
</blockquote>
<p># 一级标题</p>
<blockquote>
<p>## 二级标题</p>
<h2 id="二级标题">二级标题</h2>
<p>###### 六级标题</p>
<h6 id="六级标题">六级标题</h6>
</blockquote>
<h2 id="1-2-引用">1.2 引用</h2>
<p>&gt; 这里是一个引用</p>
<p>效果</p>
<blockquote>
<p>这里是一个引用</p>
</blockquote>
<p>无序列表 * ,+ ,-</p>
<p>* 列表1</p>
<p>* 列表2</p>
<h3 id="效果">效果</h3>
<ul>
<li>列表1</li>
<li>列表2</li>
</ul>
<h2 id="1-3-代码区域">1.3 代码区域</h2>
<p><strong>行内代码</strong></p>
<p><code>echo 'hello world'</code></p>
</description>
</item>
<item>
<title>about</title>
<link>/about/</link>
<pubDate>Thu, 10 Nov 2016 22:25:39 +0800</pubDate>
<guid>/about/</guid>
<description>
<h1 id="标题1">标题1</h1>
</description>
</item>
</channel>
</rss>