aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/archetypes/articles.md
blob: a05f0cfb9a383c5f0aea468e45d02340b8c90ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
slug: "{{.Name}}"
title: "{{ replace .Name "-" " " | title }}"

# date (optional for articles)
date: "{{now.Format "2006-01-02T15:04:05"}}{{default "Z" .Site.Params.tz}}"

# draft articles are not visible on live site
draft: true

# show on articles page
show: true

# uncomment to show table of contents
# toc: true
---
Content of {{.Name}}...