Added TILs to the mix!

This commit is contained in:
Nate Anderson
2025-03-04 15:08:09 -07:00
parent 81e5bff5d8
commit 1e3b1d83a2
11 changed files with 141 additions and 33 deletions
+7 -12
View File
@@ -1,16 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags:
summary:
tocOpen: true
cover:
image: "/images/img.jpg"
# can also paste direct link from external site
# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
alt: ""
caption: ""
relative: false
description: ""
lastmod: {{ .Date }}
showTableOfContents: true
tags: [ ]
type: "post"
title: "{{ replace .Name "-" " " | title }}"
image: ""
---
+16
View File
@@ -0,0 +1,16 @@
---
date: {{ .Date }}
description: ""
lastmod: {{ .Date }}
showTableOfContents: true
type: "tils"
title: "TIL: {{ replace .Name "-" " " | title }}"
image: ""
image_credit: ""
image_alt: ""
tags: []
---
# Context
# Reflection