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/pages | |
| 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/pages')
| -rw-r--r-- | content/pages/books.md | 2 | ||||
| -rw-r--r-- | content/pages/curriculum-vitae.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/books.md b/content/pages/books.md index 473efab..9f58ec5 100644 --- a/content/pages/books.md +++ b/content/pages/books.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Books I've read so far | 2 | title: Books I've read so far |
| 3 | date: 2022-08-27 | 3 | date: 2022-08-27T12:00:00+02:00 |
| 4 | url: books.html | 4 | url: books.html |
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
diff --git a/content/pages/curriculum-vitae.md b/content/pages/curriculum-vitae.md index 762234e..4fee27c 100644 --- a/content/pages/curriculum-vitae.md +++ b/content/pages/curriculum-vitae.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Curriculum Vitae | 2 | title: Curriculum Vitae |
| 3 | date: 2022-08-27 | 3 | date: 2022-08-27T12:00:00+02:00 |
| 4 | url: curriculum-vitae.html | 4 | url: curriculum-vitae.html |
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
