init
This commit is contained in:
parent
2fe0c9a830
commit
7b9c07b83e
1444 changed files with 11476 additions and 42112 deletions
39
archetypes/collection.md
Executable file
39
archetypes/collection.md
Executable file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
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>"
|
||||
alt: "<alt text>"
|
||||
caption: "<text>"
|
||||
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||
ShowBreadCrumbs: true
|
||||
ShowPostNavLinks: true
|
||||
ShowReadingTime: false
|
||||
tags:
|
||||
- <tag>
|
||||
machineSpecs:
|
||||
make:
|
||||
model:
|
||||
image: "images/<image>"
|
||||
linkTpdb:
|
||||
type: ""
|
||||
dateManufactured:
|
||||
massKg:
|
||||
widthCm:
|
||||
serialNumber:
|
||||
---
|
||||
{{< load-photoswipe >}}
|
||||
|
||||
{{< figure src="images/20250414_153350_lmc_8.4.jpg" alt="" title="Title">}}
|
||||
|
||||
|
||||
{{< gallery caption-effect="none">}}
|
||||
{{< figure src="images/xxx" alt_text="" title="" caption="">}}
|
||||
{{< figure src="images/xxx" alt_text="" title="" caption="">}}
|
||||
{{< figure src="images/xxx" alt_text="" title="" caption="">}}
|
||||
{{< /gallery >}}
|
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 >}}
|
26
archetypes/livres.md
Executable file
26
archetypes/livres.md
Executable file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
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/cover.jpg"
|
||||
alt: "Couverture du livre"
|
||||
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||
ShowBreadCrumbs: true
|
||||
ShowPostNavLinks: true
|
||||
ShowReadingTime: true
|
||||
tags:
|
||||
- test
|
||||
BookData:
|
||||
title: ""
|
||||
author: "T"
|
||||
ISBN: ""
|
||||
publishDate: "2"
|
||||
worldCat : ""
|
||||
starGrade:
|
||||
cover : ""
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue