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

default.md « archetypes - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdf72a6884bf252560970ebe3628ee5dd8bcb492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
description: ""
draft: true

subpage: false

hide:
- header
- nav
- breadcrumb
- footer
- nextpage
---

Lorem Ipsum.
Notice `draft` is set to true.