Compare commits
No commits in common. "132d9c494a63ddd53aba751f125d139c008b0c8f" and "a8b379a4017ec31ffa0c7d6bb027b7ec48c3a962" have entirely different histories.
132d9c494a
...
a8b379a401
4 changed files with 8 additions and 15 deletions
|
@ -2,4 +2,5 @@
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
tags: ["talk"]
|
tags: ["talk"]
|
||||||
|
showReadingTime: true
|
||||||
---
|
---
|
||||||
|
|
7
archetypes/post.md
Normal file
7
archetypes/post.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
category: ["Blog"]
|
||||||
|
---
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 71 KiB |
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Thingies"
|
|
||||||
date: 2024-12-27T16:58:21-03:00
|
|
||||||
tags: ["talk"]
|
|
||||||
---
|
|
||||||
About a month ago on the 15th I wrote:
|
|
||||||
|
|
||||||
|
|
||||||
"Good morning
|
|
||||||
Today is my last day on my current job, so this is also the last subway drawing
|
|
||||||
I really like drawing her she's very cool"
|
|
||||||
|
|
||||||
I still remember the days I used to use the train and go to work everyday because I was dealing with harsh internal thoughts.
|
|
||||||
|
|
||||||

|
|
Loading…
Add table
Reference in a new issue