archetype improvements and added new blog

This commit is contained in:
Salar Rahmanian 2018-08-10 10:39:23 -07:00
parent 0a344efb62
commit 5c6ddbc975
3 changed files with 53 additions and 5 deletions

11
archetypes/post.md Normal file
View file

@ -0,0 +1,11 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
draft = false
keywords = []
description = ""
tags = []
categories = []
lastmod = {{ .Date }}
+++