forked from CCCHH/ccchh-website
Create CCCHH theme
This commit is contained in:
parent
8394b08524
commit
2d267ba9fe
23 changed files with 629 additions and 1 deletions
8
themes/ccchh/archetypes/article.md
Normal file
8
themes/ccchh/archetypes/article.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
kind: article
|
||||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
---
|
||||
|
||||
TODO: Write your blog post
|
5
themes/ccchh/archetypes/default.md
Normal file
5
themes/ccchh/archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
9
themes/ccchh/archetypes/event.md
Normal file
9
themes/ccchh/archetypes/event.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
kind: event
|
||||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
date: '{{ .Date }}' # date of the event
|
||||
publishDate: '{{ .Date }}' # when to publish
|
||||
draft: true
|
||||
---
|
||||
|
||||
TODO: Describe your event here
|
Loading…
Add table
Add a link
Reference in a new issue