Added files of the theme
This commit is contained in:
9
archetypes/default.md
Normal file
9
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
archetypes/posts.md
Normal file
16
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: ""
|
||||
---
|
||||
Reference in New Issue
Block a user