Initial checkin
This commit is contained in:
9
themes/hugo-theme-notrack/archetypes/blog.md
Normal file
9
themes/hugo-theme-notrack/archetypes/blog.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
Tags: []
|
||||
Categories: []
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
8
themes/hugo-theme-notrack/archetypes/default.md
Normal file
8
themes/hugo-theme-notrack/archetypes/default.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
menu:
|
||||
main:
|
||||
name:
|
||||
weight:
|
||||
---
|
9
themes/hugo-theme-notrack/archetypes/post.md
Normal file
9
themes/hugo-theme-notrack/archetypes/post.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
Tags: []
|
||||
Categories: []
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user