diff --git a/_config.yml b/_config.yml index cdb46a3119c80..174079aaa425b 100644 --- a/_config.yml +++ b/_config.yml @@ -3,13 +3,13 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Blog For Andy's Life # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Andy's Life # URL of your avatar or profile pic (you could use your GitHub profile pic) -avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png +avatar: http://tp2.sinaimg.cn/1026146461/180/1291389407/1 # # Flags below are optional @@ -21,12 +21,12 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: GitHub4Andy instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon, make sure you set the "url" above! - twitter: jekyllrb + twitter: stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" # Your disqus shortname, entering this will enable commenting on posts diff --git "a/_posts/2014-12-14-\346\226\260\347\232\204\344\270\200\351\241\265.md" "b/_posts/2014-12-14-\346\226\260\347\232\204\344\270\200\351\241\265.md" new file mode 100644 index 0000000000000..24fef823065d9 --- /dev/null +++ "b/_posts/2014-12-14-\346\226\260\347\232\204\344\270\200\351\241\265.md" @@ -0,0 +1,35 @@ +--- +layout: post +title: 语法总结 +categories: [Tools] +tags: [jekyll, github, git, markdown] +--- +听说后面空两个是一个换行 + +- 第一 +- 第二 + + 第二一 + + 第二二 + +>引用 +> > 引用的引用 + +`<注释>` + + 注释 + +大标题 +====== + + **黑体** + *斜体* + +{% highlight ruby linenos %} +def show + @widget = Widget(params[:id]) + respond_to do |format| + format.html # show.html.erb + format.json { render json: @widget } + end +end +{% endhighlight %} diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md index c469524e3efa3..adf29cdb2efc0 100644 --- a/_posts/2014-3-3-Hello-World.md +++ b/_posts/2014-3-3-Hello-World.md @@ -7,4 +7,28 @@ Next you can update your site name, avatar and other options using the _config.y ![_config.yml]({{ site.baseurl }}/images/config.png) -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. \ No newline at end of file +The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. + + + +听说是一个换行 + 行首空格呢? + +@code@ +-deleted text- + + + 缩进 + + **黑体** + *斜体* + +{% highlight ruby linenos %} +def show + @widget = Widget(params[:id]) + respond_to do |format| + format.html # show.html.erb + format.json { render json: @widget } + end +end +{% endhighlight %} diff --git a/about.md b/about.md index db54e4dba16c6..b6d6f30518cab 100644 --- a/about.md +++ b/about.md @@ -4,12 +4,12 @@ title: About permalink: /about/ --- -Some information about you! +Just a QA. ### More Information -A place to include any other types of information that you'd like to include about yourself. +暂时没有 ### Contact me -[email@domain.com](mailto:email@domain.com) \ No newline at end of file +[318andy@gmail.com](mailto:318andy@gmail.com)