init
This commit is contained in:
parent
2fe0c9a830
commit
7b9c07b83e
1444 changed files with 11476 additions and 42112 deletions
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