taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
23
archetypes/posts.md
Normal file
23
archetypes/posts.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
year: "{{ dateFormat "2006" .Date }}"
|
||||
month: "{{ dateFormat "2006/01" .Date }}"
|
||||
draft: false
|
||||
image: //placehold.co/640x150
|
||||
alt_text: "image alt text"
|
||||
author: Franz Klotsche
|
||||
disableComments: true
|
||||
categories:
|
||||
- Personal
|
||||
- Thoughts
|
||||
tags:
|
||||
- software
|
||||
- html
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
<!--more-->
|
||||
|
||||
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
draft: false
|
||||
date: {{ .Date }}
|
||||
Tags: ["minimum vialable product"]
|
||||
tech_used:
|
||||
- JavaScript
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
draft: false
|
||||
date: {{ .Date }}
|
||||
image: //placehold.co/640x150
|
||||
alt_text: "{{ replace .Name "-" " " | title }} screenshot"
|
||||
summary: "Summary of the {{ replace .Name "-" " " | title }} project"
|
||||
|
||||
Reference in New Issue
Block a user