add feature collection
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
+++
|
---
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: {{ replace .TranslationBaseName "-" " " | title }}
|
||||||
date = {{ .Date }}
|
subtitle:
|
||||||
draft = true
|
date: {{ .Date }}
|
||||||
+++
|
slug: {{ substr .File.UniqueID 0 7 }}
|
||||||
|
description:
|
||||||
|
keywords:
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|||||||
37
archetypes/friends.md
Normal file
37
archetypes/friends.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
title: {{ replace .TranslationBaseName "-" " " | title }}
|
||||||
|
subtitle:
|
||||||
|
layout: friends
|
||||||
|
date: {{ .Date }}
|
||||||
|
description: "{{ .Site.Params.author.name }}'s friends"
|
||||||
|
keywords:
|
||||||
|
- 'Hugo FixIt'
|
||||||
|
- 'friends template'
|
||||||
|
- 友情链接
|
||||||
|
comment: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- When you set data `friends.yml` in `yourProject/data/` directory, it will be automatically loaded here. -->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- You can define additional content below for this page. -->
|
||||||
|
|
||||||
|
## Base info
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- nickname: Lruihao
|
||||||
|
avatar: https://lruihao.cn/images/avatar.jpg
|
||||||
|
url: https://lruihao.cn
|
||||||
|
description: Lruihao's Note
|
||||||
|
```
|
||||||
|
|
||||||
|
## Friendly Reminder
|
||||||
|
|
||||||
|
{{< admonition info "Notice" true >}}
|
||||||
|
|
||||||
|
1. If you want to exchange link, please leave a comment in the above format. (personal non-commercial blogs / websites only)
|
||||||
|
2. :(fa-solid fa-exclamation-triangle): Website failure, stop maintenance and improper content may be unlinked!
|
||||||
|
3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange.
|
||||||
|
|
||||||
|
{{< /admonition >}}
|
||||||
45
archetypes/post-bundle/index.md
Normal file
45
archetypes/post-bundle/index.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
title: {{ replace .TranslationBaseName "-" " " | title }}
|
||||||
|
subtitle:
|
||||||
|
date: {{ .Date }}
|
||||||
|
slug: {{ substr .File.UniqueID 0 7 }}
|
||||||
|
draft: true
|
||||||
|
author:
|
||||||
|
name:
|
||||||
|
link:
|
||||||
|
email:
|
||||||
|
avatar:
|
||||||
|
description:
|
||||||
|
keywords:
|
||||||
|
license:
|
||||||
|
comment: false
|
||||||
|
weight: 0
|
||||||
|
tags:
|
||||||
|
- draft
|
||||||
|
categories:
|
||||||
|
- draft
|
||||||
|
collections:
|
||||||
|
- draft
|
||||||
|
hiddenFromHomePage: false
|
||||||
|
hiddenFromSearch: false
|
||||||
|
hiddenFromRss: false
|
||||||
|
hiddenFromRelated: false
|
||||||
|
summary:
|
||||||
|
resources:
|
||||||
|
- name: featured-image
|
||||||
|
src: featured-image.jpg
|
||||||
|
- name: featured-image-preview
|
||||||
|
src: featured-image-preview.jpg
|
||||||
|
toc: true
|
||||||
|
math: false
|
||||||
|
lightgallery: false
|
||||||
|
password:
|
||||||
|
message:
|
||||||
|
repost:
|
||||||
|
enable: true
|
||||||
|
url:
|
||||||
|
|
||||||
|
# See details front matter: https://fixit.lruihao.cn/documentation/content-management/introduction/#front-matter
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
45
archetypes/posts.md
Normal file
45
archetypes/posts.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
title: {{ replace .TranslationBaseName "-" " " | title }}
|
||||||
|
subtitle:
|
||||||
|
date: {{ .Date }}
|
||||||
|
slug: {{ substr .File.UniqueID 0 7 }}
|
||||||
|
draft: true
|
||||||
|
author:
|
||||||
|
name:
|
||||||
|
link:
|
||||||
|
email:
|
||||||
|
avatar:
|
||||||
|
description:
|
||||||
|
keywords:
|
||||||
|
license:
|
||||||
|
comment: false
|
||||||
|
weight: 0
|
||||||
|
tags:
|
||||||
|
- draft
|
||||||
|
categories:
|
||||||
|
- draft
|
||||||
|
collections:
|
||||||
|
- draft
|
||||||
|
hiddenFromHomePage: false
|
||||||
|
hiddenFromSearch: false
|
||||||
|
hiddenFromRss: false
|
||||||
|
hiddenFromRelated: false
|
||||||
|
summary:
|
||||||
|
resources:
|
||||||
|
- name: featured-image
|
||||||
|
src: featured-image.jpg
|
||||||
|
- name: featured-image-preview
|
||||||
|
src: featured-image-preview.jpg
|
||||||
|
toc: true
|
||||||
|
math: false
|
||||||
|
lightgallery: false
|
||||||
|
password:
|
||||||
|
message:
|
||||||
|
repost:
|
||||||
|
enable: true
|
||||||
|
url:
|
||||||
|
|
||||||
|
# See details front matter: https://fixit.lruihao.cn/documentation/content-management/introduction/#front-matter
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
@@ -23,6 +23,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- CSCI
|
- CSCI
|
||||||
- Programming
|
- Programming
|
||||||
|
collections:
|
||||||
|
- CSCI 1100
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- CSCI
|
- CSCI
|
||||||
- Programming
|
- Programming
|
||||||
|
collections:
|
||||||
|
- CSCI 1100
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- CSCI
|
- CSCI
|
||||||
- 编程语言
|
- 编程语言
|
||||||
|
collections:
|
||||||
|
- CSCI 1100
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- CSCI
|
- CSCI
|
||||||
- 编程语言
|
- 编程语言
|
||||||
|
collections:
|
||||||
|
- CSCI 1100
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- Stable Diffusion
|
- Stable Diffusion
|
||||||
- 资源分享
|
- 资源分享
|
||||||
|
collections:
|
||||||
|
- 元素法典
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- Stable Diffusion
|
- Stable Diffusion
|
||||||
- 资源分享
|
- 资源分享
|
||||||
|
collections:
|
||||||
|
- 元素法典
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- Stable Diffusion
|
- Stable Diffusion
|
||||||
- 资源分享
|
- 资源分享
|
||||||
|
collections:
|
||||||
|
- 元素法典
|
||||||
hiddenFromHomePage: false
|
hiddenFromHomePage: false
|
||||||
hiddenFromSearch: false
|
hiddenFromSearch: false
|
||||||
hiddenFromRss: false
|
hiddenFromRss: false
|
||||||
|
|||||||
Reference in New Issue
Block a user