Added archetypes for posts and projects

master
calintat 9 years ago
parent a8ac0e6009
commit e036b2c45a
  1. 6
      archetypes/post.md
  2. 8
      archetypes/project.md

@ -0,0 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
tags: []
draft: true
---

@ -0,0 +1,8 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
description: ""
repo: ""
tags: []
weight: 0
draft: true
---
Loading…
Cancel
Save