Init
This commit is contained in:
32
archetypes/blog.md
Normal file
32
archetypes/blog.md
Normal 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
36
archetypes/docs.md
Normal 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
12
archetypes/gallery.md
Normal 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
35
archetypes/tutorials.md
Normal 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.
|
Reference in New Issue
Block a user