Skip to content

Commit

Permalink
fix: post tags
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Fu <askfuhu@gmail.com>
  • Loading branch information
fuh committed Jan 30, 2015
1 parent 9029938 commit 4dc6d70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CNAME
@@ -1 +1 @@
d.mayitbe.net
tyoedef.io
4 changes: 2 additions & 2 deletions _config.yml
@@ -1,10 +1,10 @@
markdown: rdiscount
highlighter: true
permalink: /:year/:month/:day/:title.html
name: "hfu"
name: "typedef"

author: "hfu"
atom-baseurl: "http://d.mayitbe.net"
atom-baseurl: "http://typedef.io"
disqus: ""

navigations:
Expand Down
4 changes: 2 additions & 2 deletions _posts/2015-01-28-linux-c-gdb.markdown
Expand Up @@ -3,8 +3,8 @@ title: linux c 开发之 gdb 调试
layout: post
guid: urn:uuid:c1c66589-9927-462e-9f6f-d5e145ba0927
tags:
-linux
-c
- linux
- c
---
编写代码过程中少不了调试。在 windows 下面,我们有 visual studio 工具。在 linux 下面呢,实际上除了 gdb 工具之外,你没有别的选择。

Expand Down

0 comments on commit 4dc6d70

Please sign in to comment.