Skip to content
gqlxj1987's Blog
Go back

Hello Jekyll

Edit page

这是在**jekyll**上的第一篇文章,记录一下自己工作之后写博客的开始,希望自己能够坚持下去。加油!

首先是jekyll的搭建。

然后是关于markdown的学习。

header1
	* 区块引用,注意引用后面进行换行来控制
	 
		>引用标识,同样放在行首
	* 列表,注意列表符号后面的空格		
		1. abc
		2. 345
* 代码区块

		For the Chinenes, must add eight empty
		<div class="footer">
			&copy; 2004 Foo Corporation
		</div>
		
	```
	Fenced the code
	```
* 分隔线,三个以上的符号组成,行内不能有其他的内容
* * *

***

_ _ _
		

Strikethrough,做删除的横杠线

Fenced code blocks are like Standard

通过3个`符号也可以进行代码段的标识

Table

First HeaderSecond HeaderThird Header
LeftCenterRight

This is an example

这个代表什么?

This is the code.

This is a peformatted

Edit page
Share this post on:

Previous Post
专心做好一件事
Next Post
2013Qcon散记