hugo-theme-zzo/archetypes/default.md

19 lines
240 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
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
---