Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docs.md « archetypes - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8089a43cf817248053ee2bcab0e8488bf6687ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
lead: ""
date: {{ .Date }}
lastmod: {{ .Date }}
draft: true
images: []
menu:
  docs:
    parent: ""
    identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
weight: 999
toc: true
---