Squashed 'themes/codex/' content from commit da2d16a
git-subtree-dir: themes/codex git-subtree-split: da2d16a4f95fc37e71548dfc139d51e22ebb09bd
This commit is contained in:
11
archetypes/blog.md
Normal file
11
archetypes/blog.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
slug: ""
|
||||
description: ""
|
||||
keywords: []
|
||||
draft: true
|
||||
tags: []
|
||||
math: false
|
||||
toc: false
|
||||
---
|
||||
7
archetypes/default.md
Normal file
7
archetypes/default.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
description: ""
|
||||
date: {{ .Date }}
|
||||
keywords: []
|
||||
draft: true
|
||||
---
|
||||
Reference in New Issue
Block a user