First batch of day one
This commit is contained in:
7
themes/hugo-theme-relearn/archetypes/chapter.md
Normal file
7
themes/hugo-theme-relearn/archetypes/chapter.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
archetype = "chapter"
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
weight = 1
|
||||
+++
|
||||
|
||||
This is a new chapter.
|
||||
5
themes/hugo-theme-relearn/archetypes/default.md
Normal file
5
themes/hugo-theme-relearn/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
+++
|
||||
|
||||
This is a new page.
|
||||
6
themes/hugo-theme-relearn/archetypes/home.md
Normal file
6
themes/hugo-theme-relearn/archetypes/home.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
archetype = "home"
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
+++
|
||||
|
||||
This is a new home page.
|
||||
Reference in New Issue
Block a user