Hello whiny.lol
This commit is contained in:
22
archetypes/changelog.md
Normal file
22
archetypes/changelog.md
Normal 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
4
archetypes/default.md
Executable file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: {{ replace .File.ContentBaseName "-" " " | title }}
|
||||
description:
|
||||
---
|
||||
13
archetypes/posts.md
Normal file
13
archetypes/posts.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: {{ replace .File.ContentBaseName "-" " " | title }}
|
||||
date: {{ now.Format "2006-01-02" }}
|
||||
description:
|
||||
categories:
|
||||
-
|
||||
---
|
||||
|
||||
<!--  -->
|
||||
|
||||
<!-- {{< note title="" >}}
|
||||
|
||||
{{< /note >}} -->
|
||||
12
archetypes/projects.md
Normal file
12
archetypes/projects.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: {{ replace .File.ContentBaseName "-" " " | title }}
|
||||
period: # YYYY - YYYY or present
|
||||
description:
|
||||
site: # https://example.com
|
||||
---
|
||||
|
||||
<!--  -->
|
||||
|
||||
<!-- {{< note title="" >}}
|
||||
|
||||
{{< /note >}} -->
|
||||
18
archetypes/reviews.md
Normal file
18
archetypes/reviews.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: {{ replace .File.ContentBaseName "-" " " | title }}
|
||||
date: {{ now.Format "2006-01-02" }}
|
||||
description:
|
||||
categories: # out of 10
|
||||
-
|
||||
score:
|
||||
---
|
||||
|
||||
<!-- {{<overview>}}
|
||||
|
||||
{{</overview>}} -->
|
||||
|
||||
<!--  -->
|
||||
|
||||
<!-- {{< note title="" >}}
|
||||
|
||||
{{< /note >}} -->
|
||||
Reference in New Issue
Block a user