Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
10
themes/mainroad/archetypes/default.md
Normal file
10
themes/mainroad/archetypes/default.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName '-' ' ' | title }}"
|
||||
description: ""
|
||||
date: "{{ .Date }}"
|
||||
thumbnail: ""
|
||||
categories:
|
||||
- ""
|
||||
tags:
|
||||
- ""
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue