Add post: 暗黑能天使
This commit is contained in:
19
archetypes/authors/_index.md
Normal file
19
archetypes/authors/_index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# Name
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
role:
|
||||
bio:
|
||||
avatar:
|
||||
|
||||
organization:
|
||||
name:
|
||||
url:
|
||||
|
||||
# Check the available icons on https://fontawesome.com/.
|
||||
# You can get similar results like this <i class="fab fa-github"></i> after searching.
|
||||
# Then icon is github and iconPack is fab for this case.
|
||||
social:
|
||||
- icon:
|
||||
iconPack:
|
||||
url:
|
||||
---
|
||||
@@ -1,6 +1,14 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
description:
|
||||
toc: true
|
||||
authors: []
|
||||
tags: []
|
||||
categories: []
|
||||
series: []
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
lastmod: {{ .Date }}
|
||||
featuredVideo:
|
||||
featuredImage:
|
||||
draft: false
|
||||
---
|
||||
10
archetypes/docs.md
Normal file
10
archetypes/docs.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
description:
|
||||
toc: true
|
||||
authors: []
|
||||
date: {{ .Date }}
|
||||
lastmod: {{ .Date }}
|
||||
draft: false
|
||||
weight: 1
|
||||
---
|
||||
4
archetypes/docs/_index.md
Normal file
4
archetypes/docs/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Docs
|
||||
layout: doc-list #Do not modify
|
||||
---
|
||||
3
archetypes/homepage/index.md
Normal file
3
archetypes/homepage/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
headless: true
|
||||
---
|
||||
38
archetypes/widgets/about.md
Normal file
38
archetypes/widgets/about.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
draft: false
|
||||
role:
|
||||
avatar:
|
||||
bio:
|
||||
organization:
|
||||
name:
|
||||
url:
|
||||
social:
|
||||
- icon:
|
||||
iconPack:
|
||||
url:
|
||||
|
||||
weight:
|
||||
widget:
|
||||
handler: about
|
||||
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
width:
|
||||
|
||||
sidebar:
|
||||
# Options: left and right. Leave blank to hide.
|
||||
position:
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
scale:
|
||||
|
||||
background:
|
||||
# Options: primary, secondary, tertiary or any valid color value. Default is primary.
|
||||
color: secondary
|
||||
image:
|
||||
# Options: auto, cover and contain. Default is auto.
|
||||
size:
|
||||
# Options: center, top, right, bottom, left.
|
||||
position:
|
||||
# Options: fixed, local, scroll.
|
||||
attachment:
|
||||
---
|
||||
28
archetypes/widgets/blank.html
Normal file
28
archetypes/widgets/blank.html
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
draft: false
|
||||
|
||||
weight:
|
||||
widget:
|
||||
handler: blank
|
||||
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
width:
|
||||
|
||||
sidebar:
|
||||
# Options: left and right. Leave blank to hide.
|
||||
position:
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
scale:
|
||||
|
||||
background:
|
||||
# Options: primary, secondary, tertiary or any valid color value. Default is primary.
|
||||
color:
|
||||
image:
|
||||
# Options: auto, cover and contain. Default is auto.
|
||||
size:
|
||||
# Options: center, top, right, bottom, left.
|
||||
position:
|
||||
# Options: fixed, local, scroll.
|
||||
attachment:
|
||||
---
|
||||
36
archetypes/widgets/experiences.md
Normal file
36
archetypes/widgets/experiences.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
draft: false
|
||||
experiences:
|
||||
- title:
|
||||
organization:
|
||||
name:
|
||||
url:
|
||||
dates:
|
||||
location:
|
||||
writeup:
|
||||
|
||||
weight:
|
||||
widget:
|
||||
handler: experiences
|
||||
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
width: lg
|
||||
|
||||
sidebar:
|
||||
# Options: left and right. Leave blank to hide.
|
||||
position: left
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
scale: md
|
||||
|
||||
background:
|
||||
# Options: primary, secondary, tertiary or any valid color value. Default is primary.
|
||||
color:
|
||||
image:
|
||||
# Options: auto, cover and contain. Default is auto.
|
||||
size:
|
||||
# Options: center, top, right, bottom, left.
|
||||
position:
|
||||
# Options: fixed, local, scroll.
|
||||
attachment:
|
||||
---
|
||||
34
archetypes/widgets/pages.md
Normal file
34
archetypes/widgets/pages.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
draft: false
|
||||
# Section you want to display
|
||||
section:
|
||||
# Pages count
|
||||
count:
|
||||
# Options: card, plain and masonry.
|
||||
style:
|
||||
|
||||
weight:
|
||||
widget:
|
||||
handler: pages
|
||||
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
width:
|
||||
|
||||
sidebar:
|
||||
# Options: left and right. Leave blank to hide.
|
||||
position:
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
scale:
|
||||
|
||||
background:
|
||||
# Options: primary, secondary, tertiary or any valid color value. Default is primary.
|
||||
color:
|
||||
image:
|
||||
# Options: auto, cover and contain. Default is auto.
|
||||
size:
|
||||
# Options: center, top, right, bottom, left.
|
||||
position:
|
||||
# Options: fixed, local, scroll.
|
||||
attachment:
|
||||
---
|
||||
31
archetypes/widgets/vintage.md
Normal file
31
archetypes/widgets/vintage.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
draft: false
|
||||
slogan:
|
||||
imgLeft:
|
||||
imgRight:
|
||||
|
||||
weight:
|
||||
widget:
|
||||
handler: vintage
|
||||
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
width:
|
||||
|
||||
sidebar:
|
||||
# Options: left and right. Leave blank to hide.
|
||||
position:
|
||||
# Options: sm, md, lg and xl. Default is md.
|
||||
scale:
|
||||
|
||||
background:
|
||||
# Options: primary, secondary, tertiary or any valid color value. Default is primary.
|
||||
color:
|
||||
image:
|
||||
# Options: auto, cover and contain. Default is auto.
|
||||
size:
|
||||
# Options: center, top, right, bottom, left.
|
||||
position:
|
||||
# Options: fixed, local, scroll.
|
||||
attachment:
|
||||
---
|
||||
Reference in New Issue
Block a user