Skip to content

Commit 0a3ef1c

Browse files
committed
Added categories for practice and blog
1 parent 7cb20df commit 0a3ef1c

17 files changed

+45
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.un~
2+
.DS_Store
23
_site
34
_drafts

_posts/2013-05-15-hello-world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
title: "Hello World!"
4-
date: 2013-05-15 22:50:00
4+
categories:
5+
- blog
56
---
67

78
Hello World!
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
title: Practice'd
4-
tags: practice_log
4+
categories:
5+
- practice
56
---
67

78
### Code School

_posts/2013-05-24-deliberate-practice-plan.md renamed to _posts/2013-05-22-deliberate-practice-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: My Deliberate Practice Plan
4-
tags: deliberate_practice
4+
category: practice
55
---
66

77
The biggest benefit I have in developing my plan for deliberate practice is that the Ruby and Rails communities have a large bent towards learning. Below I am going to document my plan for skills to develop, tools I will use to develop those skills, and my specific plan for practice.

_posts/2013-05-23-getting-started-with-deliberate-practice.md renamed to _posts/2013-05-22-getting-started-with-deliberate-practice.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
title: Getting Started with Deliberate Practice
4-
tags: deliberate_practice
4+
categories:
5+
- blog
56
---
67

78
### Background

_posts/2013-05-23-practice-log.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
title: Practice Log for 2013-05-23
4-
tags: practice_log
4+
categories:
5+
- practice
56
---
67

78
* [Build Podcast 01 - Web Dev Tools](http://build-podcast.com/web-dev-tools/)

_posts/2013-05-24-practice-log.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
layout: post
33
title: Practice Log for 2013-05-24
4-
tags: practice_log, tk
4+
categories:
5+
- practice
6+
tags:
7+
- tk
58
---
69

710
* [Build Podcast 04 - git](http://build-podcast.com/git/)

_posts/2013-05-25-practice-log.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
title: Practice Log for 2013-05-25
4-
tags: practice_log
4+
categories:
5+
- practice
56
---
67

78
* Worked on side project for 3.5 hours

_posts/2013-05-28-practice-log.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
layout: post
33
title: Practice Log for 2013-05-28
4-
tags: practice_log, tk
4+
categories:
5+
- practice
6+
tags:
7+
- tk
58
---
69

710
* [Build Podcast 39 - Vagrant](http://build-podcast.com/vagrant/)

_posts/2013-05-29-practice-log.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: post
33
title: Practice Log for 2013-05-29
4-
tags: practice_log
4+
categories:
5+
- practice
56
---
67

78
* [Real Software Engineering by Glenn Vanderburg](http://www.confreaks.com/videos/282-lsrc2010-real-software-engineering)

0 commit comments

Comments
 (0)