hugo-theme-zzo/archetypes/default.md

20 lines
258 B
Markdown
Raw Normal View History

2019-11-04 13:09:44 +00:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description:
draft: false
2020-01-09 05:25:02 +00:00
hideToc: false
enableToc: true
enableTocContent: false
2020-12-08 20:12:03 +00:00
tocFolding: false
tocPosition: inner
tocLevels: ["h2", "h3", "h4"]
2019-11-04 13:09:44 +00:00
tags:
-
series:
-
categories:
-
2020-02-12 08:47:55 +00:00
image:
2019-11-04 13:09:44 +00:00
---