mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-08 22:24:24 +02:00
Move to src dir
This commit is contained in:
parent
79fd67e916
commit
bb3007d53f
83 changed files with 1316 additions and 2 deletions
6
src/archetypes/default.md
Normal file
6
src/archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
8
src/archetypes/rambles/default.md
Normal file
8
src/archetypes/rambles/default.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: "$HUMANOID"
|
||||
tags: ["", ""]
|
||||
description: "This is the default article description"
|
||||
draft: true
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue