init
This commit is contained in:
parent
2fe0c9a830
commit
7b9c07b83e
1444 changed files with 11476 additions and 42112 deletions
27
archetypes/default.md
Executable file
27
archetypes/default.md
Executable file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
ShowToc: false
|
||||
cover:
|
||||
hidden: false # hide everywhere but not in structured data
|
||||
hiddenInList: false # hide on list pages and home
|
||||
hiddenInSingle: true # hide on single page
|
||||
image: "images/<image.jpg>"
|
||||
alt: "<alt text>"
|
||||
caption: "<text>"
|
||||
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||
ShowBreadCrumbs: true
|
||||
ShowPostNavLinks: true
|
||||
ShowReadingTime: true
|
||||
---
|
||||
{{< load-photoswipe >}}
|
||||
|
||||
{{< figure align=center src="images/xxxx" alt="" title="Title">}}
|
||||
|
||||
|
||||
{{< gallery caption-effect="none">}}
|
||||
{{< figure src="images/" alt_text="" title="" caption="">}}
|
||||
{{< figure src="images/" alt_text="" title="" caption="">}}
|
||||
{{< figure src="images/" alt_text="" title="" caption="">}}
|
||||
{{< /gallery >}}
|
Loading…
Add table
Add a link
Reference in a new issue