Update Posts under Category

This commit is contained in:
agusmakmun
2016-04-20 01:37:38 +07:00
parent b26d73d688
commit 8150346532
9 changed files with 86 additions and 6 deletions

6
category/bash.md Normal file
View File

@@ -0,0 +1,6 @@
---
layout: posts_by_category
categories: bash
title: Bash
permalink: /category/bash
---

6
category/django.md Normal file
View File

@@ -0,0 +1,6 @@
---
layout: posts_by_category
categories: django
title: Django
permalink: /category/django
---

6
category/jekyll.md Normal file
View File

@@ -0,0 +1,6 @@
---
layout: posts_by_category
categories: jekyll
title: Jekyll
permalink: /category/jekyll
---

6
category/python.md Normal file
View File

@@ -0,0 +1,6 @@
---
layout: posts_by_category
categories: python
title: Python
permalink: /category/python
---

6
category/ruby.md Normal file
View File

@@ -0,0 +1,6 @@
---
layout: posts_by_category
categories: ruby
title: Ruby
permalink: /category/ruby
---