Fix Learn theme addition to git
This commit is contained in:
13
themes/learn/archetypes/chapter.md
Normal file
13
themes/learn/archetypes/chapter.md
Normal file
@ -0,0 +1,13 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
weight = 5
|
||||
chapter = true
|
||||
pre = "<b>X. </b>"
|
||||
+++
|
||||
|
||||
### Chapter X
|
||||
|
||||
# Some Chapter title
|
||||
|
||||
Lorem Ipsum.
|
7
themes/learn/archetypes/default.md
Normal file
7
themes/learn/archetypes/default.md
Normal file
@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
Lorem Ipsum.
|
Reference in New Issue
Block a user