mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 14:24:26 +02:00
Nicked some ideas from terminal theme
This commit is contained in:
parent
8ce8bcfe45
commit
f474eb76e0
6 changed files with 137 additions and 3 deletions
13
archetypes/posts.md
Normal file
13
archetypes/posts.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
author = ""
|
||||
authorTwitter = "" #do not include @
|
||||
cover = ""
|
||||
tags = ["", ""]
|
||||
keywords = ["", ""]
|
||||
description = ""
|
||||
showFullContent = false
|
||||
readingTime = false
|
||||
hideComments = false
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue