-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
41 lines (34 loc) · 2.4 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My New Hugo Site</title>
<link>https://kuzekuze.github.io/</link>
<description>Recent content on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 15 May 2020 00:10:50 +0800</lastBuildDate>
<atom:link href="https://kuzekuze.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>用hugo建立自己的博客</title>
<link>https://kuzekuze.github.io/post/hugo_base/</link>
<pubDate>Fri, 15 May 2020 00:10:50 +0800</pubDate>
<guid>https://kuzekuze.github.io/post/hugo_base/</guid>
<description>使用hugo建立属于自己的博客。
第一步:建立站点 创建博客命令:
$ hugo new site blog_path Congratulations! Your new Hugo site is created in C:\Users\xxx\xxx_blog. Just a few more steps and you&#39;re ready to go: 1. Download a theme into the same-named folder. Choose a theme from https://themes.gohugo.io/ or create your own with the &#34;hugo new theme &lt;THEMENAME&gt;&#34; command. 2. Perhaps you want to add some content. You can add single files with &#34;hugo new &lt;SECTIONNAME&gt;\&lt;FILENAME&gt;.&lt;FORMAT&gt;&#34;. 3. Start the built-in live server via &#34;hugo server&#34;.</description>
</item>
<item>
<title>Markdown快速入门</title>
<link>https://kuzekuze.github.io/post/blog/</link>
<pubDate>Thu, 14 May 2020 23:39:06 +0800</pubDate>
<guid>https://kuzekuze.github.io/post/blog/</guid>
<description>Markdown快速入门 代码块: 1.python代码 print(&#39;Hello world&#39;) # 英文状态下打三个`写啥语言就可以了 2.汇编代码 ; 汇编语言 mov ax, 0x00ff mov es, ax 3.shell脚本 # java -jar blog start 2.标题 # 一级标题 ## 二级标题 。。。 ####### 六级标题 3.字体 # 加粗 **bold** # 高亮 ==我是KuzeKuze== # 删除线 ~~被删除的文字~~ # 斜体 *斜体内容* 加粗
==高亮==
这段话被删除了
斜体
4.引用 # 引用语法 &gt;作者:Kuze &gt;&gt;作者:Kuze 作者:Kuze
作者:Kuze
5.分割线 # 分割线 --- #分割线2 *** 6.图片插入 # 在线图片/本地图片 !</description>
</item>
</channel>
</rss>