This commit is contained in:
renovate[bot]
2024-03-22 07:08:22 +00:00
committed by sevi-kun
commit 90efe6738e
204 changed files with 4407 additions and 0 deletions

32
archetypes/blog.md Normal file
View File

@ -0,0 +1,32 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
description:
noindex: false
featured: false
pinned: false
# comments: false
series:
# -
categories:
# -
tags:
# -
images:
# -
# menu:
# main:
# weight: 100
# params:
# icon:
# vendor: bs
# name: book
# color: '#e24d0e'
---
Summary.
<!--more-->
Content.

36
archetypes/docs.md Normal file
View File

@ -0,0 +1,36 @@
---
title: "{{ replace .Name "-" " " | title }}"
# linkTitle:
date: {{ .Date }}
draft: true
description:
noindex: false
# comments: false
nav_weight: 1000
# nav_icon:
# vendor: bootstrap
# name: toggles
# color: '#e24d0e'
series:
- Docs
categories:
# -
tags:
# -
images:
# -
# menu:
# main:
# weight: 100
# params:
# icon:
# vendor: bs
# name: book
# color: '#e24d0e'
---
Summary.
<!--more-->
Content.

12
archetypes/gallery.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
description:
resources:
- src: foo.jpg
title: Foo
params:
author:
source:
---

35
archetypes/tutorials.md Normal file
View File

@ -0,0 +1,35 @@
---
title: "{{ replace .Name "-" " " | title }}"
# linkTitle:
date: {{ .Date }}
draft: true
description:
noindex: false
# comments: false
nav_weight: 1000
# nav_icon:
# vendor: bootstrap
# name: toggles
# color: '#e24d0e'
series:
- Tutorial
categories:
# -
tags:
# -
images:
# menu:
# main:
# weight: 100
# params:
# icon:
# vendor: bs
# name: book
# color: '#e24d0e'
---
Summary.
<!--more-->
Content.