initial theme - coming soon
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
type: devlog
|
||||
description: ""
|
||||
series: ""
|
||||
series_order: 0
|
||||
languages: []
|
||||
tags: []
|
||||
video_url: ""
|
||||
book: ""
|
||||
chapter: 0
|
||||
---
|
||||
|
||||
Write your post here.
|
||||
Reference in New Issue
Block a user