LoveIt/archetypes/default.md

63 lines
901 B
Markdown
Raw Normal View History

2019-02-03 12:30:44 +01:00
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
subtitle: ""
2019-02-03 12:30:44 +01:00
date: {{ .Date }}
lastmod: {{ .Date }}
2019-02-03 12:30:44 +01:00
draft: true
author: ""
authorLink: ""
description: ""
2022-05-12 19:03:24 +02:00
license: ""
images: []
2019-08-18 19:36:52 +02:00
tags: []
categories: []
featuredImage: ""
featuredImagePreview: ""
2022-05-12 19:03:24 +02:00
hiddenFromHomePage: false
hiddenFromSearch: false
twemoji: false
lightgallery: true
ruby: true
fraction: true
fontawesome: true
linkToMarkdown: true
rssFullText: false
toc:
enable: true
2022-05-12 19:03:24 +02:00
auto: true
code:
copy: true
maxShownLines: 50
math:
enable: false
2022-05-12 19:03:24 +02:00
# ...
mapbox:
# ...
share:
enable: true
# ...
comment:
enable: true
# ...
library:
css:
# someCSS = "some.css"
# located in "assets/"
# Or
# someCSS = "https://cdn.example.com/some.css"
js:
# someJS = "some.js"
# located in "assets/"
# Or
# someJS = "https://cdn.example.com/some.js"
seo:
images: []
# ...
2019-08-18 19:36:52 +02:00
---
<!--more-->