Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fxxkscript committed Jan 19, 2014
1 parent b3f2727 commit 15fa882
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 37 deletions.
2 changes: 1 addition & 1 deletion _config.yml
@@ -1,3 +1,3 @@
name: Your New Jekyll Site
name: Ray
markdown: redcarpet
pygments: true
9 changes: 4 additions & 5 deletions _layouts/default.html
Expand Up @@ -26,15 +26,14 @@ <h1 class="title"><a href="/">{{ site.name }}</a></h1>
<div class="footer">
<div class="contact">
<p>
Your Name<br />
What You Are<br />
you@example.com
Ray<br />
Engineer<br />
</p>
</div>
<div class="contact">
<p>
<a href="https://github.com/yourusername">github.com/yourusername</a><br />
<a href="https://twitter.com/yourusername">twitter.com/yourusername</a><br />
<a href="https://github.com/rayqian">github.com/rayqian</a><br />
<a href="https://twitter.com/qianzhenlei">twitter.com/qianzhenlei</a><br />
</p>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-02-20-chrome-developer-tools-tricks.md
@@ -1,6 +1,7 @@
---
layout: post
title: Chrome Developer Tools Tricks
date: 2013-02-20 17:09:53
tags: [chrome, console]
categories: tech
---

Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-02-20-css-clear-float.md
@@ -1,6 +1,7 @@
---
layout: post
title: CSS清除浮动
date: 2013-02-20 17:14:27
tags: css
categories: tech
---

Expand Down
@@ -1,12 +1,13 @@
title: 修复 Mac OS X 打开方式 重复项
date: 2013-02-24 18:26:14
tags: Mac
---
layout: post
title: 修复 Mac OS X 打开方式 重复项
date: 2013-02-24 18:26:14
categories: tech
---

{% code lang:bash %}
{% highlight bash %}
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
{% endcode %}
{% endhighlight %}

1. 在控制台输入上面代码,回车运行。
2. 重启Finder(在Dock上的Finder 图标上按住control + option + 点击)
Expand Down
24 changes: 0 additions & 24 deletions _posts/2014-01-19-welcome-to-jekyll.markdown

This file was deleted.

0 comments on commit 15fa882

Please sign in to comment.