mv theme to local control
This commit is contained in:
parent
3ac32ec7e9
commit
c980366d63
189 changed files with 22593 additions and 0 deletions
9
themes/aether/archetypes/default.md
Normal file
9
themes/aether/archetypes/default.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
description: ""
|
||||
dropCap: false
|
||||
displayInMenu: false
|
||||
displayInList: true
|
||||
draft: true
|
||||
---
|
||||
16
themes/aether/archetypes/posts.md
Normal file
16
themes/aether/archetypes/posts.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
description: ""
|
||||
categories: []
|
||||
toc: false
|
||||
dropCap: true
|
||||
displayInMenu: false
|
||||
displayInList: true
|
||||
draft: true
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: ""
|
||||
params:
|
||||
description: ""
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue