Hello whiny.lol

This commit is contained in:
2026-03-09 18:41:02 +00:00
commit b880a1acc2
181 changed files with 3017 additions and 0 deletions

22
archetypes/changelog.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: {{ replace .File.ContentBaseName "-" " " | title - site.Params.version }}
date: {{ now.Format "2006-01-02" }}
description:
categories:
# - Major update
# - Minor update
---
<!--more-->
- **Content:**
- Text
- **UI & UX:**
- Text
- **CSS:**
- Text
- **Behind the scenes:**
- Text

4
archetypes/default.md Executable file
View File

@@ -0,0 +1,4 @@
---
title: {{ replace .File.ContentBaseName "-" " " | title }}
description:
---

13
archetypes/posts.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: {{ replace .File.ContentBaseName "-" " " | title }}
date: {{ now.Format "2006-01-02" }}
description:
categories:
-
---
<!-- ![](/images/ "") -->
<!-- {{< note title="" >}}
{{< /note >}} -->

12
archetypes/projects.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: {{ replace .File.ContentBaseName "-" " " | title }}
period: # YYYY - YYYY or present
description:
site: # https://example.com
---
<!-- ![](/images/ "") -->
<!-- {{< note title="" >}}
{{< /note >}} -->

18
archetypes/reviews.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: {{ replace .File.ContentBaseName "-" " " | title }}
date: {{ now.Format "2006-01-02" }}
description:
categories: # out of 10
-
score:
---
<!-- {{<overview>}}
{{</overview>}} -->
<!-- ![](/images/ "") -->
<!-- {{< note title="" >}}
{{< /note >}} -->