diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
| commit | 43b0708769eb61392050045b881f8e6ba39c5b66 (patch) | |
| tree | 3939579a13b8325325d5ebb8e05324a41ed78a6d /content/notes/something.md | |
| parent | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (diff) | |
| download | mitjafelicijan.com-43b0708769eb61392050045b881f8e6ba39c5b66.tar.gz | |
Massive update to posts, archetypes
Added a archetypes for creating notes and posts so it auto-populates
fields.
Fixed existing posts so they align with the rule of 80 columns now.
Diffstat (limited to 'content/notes/something.md')
| -rw-r--r-- | content/notes/something.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/notes/something.md b/content/notes/something.md new file mode 100644 index 0000000..435ea8c --- /dev/null +++ b/content/notes/something.md | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- | ||
| 2 | title: "Something" | ||
| 3 | url: something.html | ||
| 4 | date: 2023-05-26T00:37:57+02:00 | ||
| 5 | type: notes | ||
| 6 | draft: true | ||
| 7 | tags: [] | ||
| 8 | --- | ||
| 9 | |||
| 10 | Start here ... | ||
| 11 | |||
