remove git modules
This commit is contained in:
7
themes/hugo-theme-stack/archetypes/categories.md
Normal file
7
themes/hugo-theme-stack/archetypes/categories.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
image:
|
||||
style:
|
||||
background: "#2a9d8f"
|
||||
color: "#fff"
|
||||
---
|
||||
11
themes/hugo-theme-stack/archetypes/default.md
Normal file
11
themes/hugo-theme-stack/archetypes/default.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
date: {{ .Date }}
|
||||
image:
|
||||
math:
|
||||
license:
|
||||
hidden: false
|
||||
comments: true
|
||||
draft: true
|
||||
---
|
||||
5
themes/hugo-theme-stack/archetypes/tags.md
Normal file
5
themes/hugo-theme-stack/archetypes/tags.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
image:
|
||||
---
|
||||
Reference in New Issue
Block a user