Add post: 暗黑能天使

This commit is contained in:
2022-05-10 01:13:38 +08:00
parent e0a0b033ae
commit 90b654e708
104 changed files with 3185 additions and 7 deletions

View 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:
---

View File

@@ -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
View File

@@ -0,0 +1,10 @@
---
title: {{ replace .Name "-" " " | title }}
description:
toc: true
authors: []
date: {{ .Date }}
lastmod: {{ .Date }}
draft: false
weight: 1
---

View File

@@ -0,0 +1,4 @@
---
title: Docs
layout: doc-list #Do not modify
---

View File

@@ -0,0 +1,3 @@
---
headless: true
---

View 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:
---

View 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:
---

View 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:
---

View 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:
---

View 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:
---