Initial check-in after refactoring to use Hugo site generator with ReLearn template. HTTP Status Codes page not done--nor adwords added.
This commit is contained in:
12
themes/relearn/archetypes/chapter.md
Normal file
12
themes/relearn/archetypes/chapter.md
Normal file
@ -0,0 +1,12 @@
|
||||
+++
|
||||
chapter = true
|
||||
pre = "<b>X. </b>"
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
### Chapter X
|
||||
|
||||
# Some Chapter title
|
||||
|
||||
Lorem Ipsum.
|
||||
6
themes/relearn/archetypes/default.md
Normal file
6
themes/relearn/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
Lorem Ipsum.
|
||||
Reference in New Issue
Block a user