Skip to content

Commit 9f17e07

Browse files
committed
Modified Template to include important metadata
1 parent e9d1845 commit 9f17e07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

archetypes/default.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
33
date = {{ .Date }}
44
draft = true
5+
pin = false
6+
summary = "New Post"
7+
tags = []
8+
categories = []
59
+++

content/post/early_rust_experiences.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title = 'Early Experienced w/ Rust'
33
date = 2024-06-10T16:43:59-04:00
44
draft = false
5+
pin = false
56
summary = "Thoughts and opinions about Rust from a first look"
67
tags = ["rust", "languages", "short"]
8+
categories = []
79
+++
810

911
I've spent the last few weeks reading through the rust book and I figured it might be worth putting some of my thoughts down on paper, so here it is.

0 commit comments

Comments
 (0)