adding files, fixed github pull
This commit is contained in:
parent
131ce4af86
commit
ea8198b941
15 changed files with 176 additions and 73 deletions
20
archetypes/blog.md
Executable file
20
archetypes/blog.md
Executable file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
author: Jeremy Kidwell
|
||||
#layout: post
|
||||
slug: [fill in]
|
||||
categories:
|
||||
- first category
|
||||
---
|
||||
|
||||
|
||||
{{% figure src="" alt="" caption="" %}}
|
||||
|
||||
|
||||
{{% highlight r %}}
|
||||
|
||||
|
||||
{{% /highlight %}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue