Skip to content

Commit 977ff05

Browse files
committed
added code subcategory
1 parent 0a3c706 commit 977ff05

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

_data/blog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Work:
44
Personal:
55
- "Computers"
66
- "Journal"
7+
- "Code"

_data/directory.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Journal:
4242
Computers:
4343
url: "blog/computers.html"
4444

45+
Code:
46+
url: "blog/code.html"
4547

4648
# travel directory
4749

collections/_blog/code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: category-page
3+
category: Code
4+
description: "Articles related to programming that aren't large enough to be their own project"
5+
---
File renamed without changes.

0 commit comments

Comments
 (0)