mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
archetype improvements and added new blog
This commit is contained in:
parent
8413d9fcd7
commit
8656abac6d
3 changed files with 53 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = false
|
||||
+++
|
||||
|
||||
|
|
11
archetypes/post.md
Normal file
11
archetypes/post.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = false
|
||||
keywords = []
|
||||
description = ""
|
||||
tags = []
|
||||
categories = []
|
||||
lastmod = {{ .Date }}
|
||||
+++
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue