feat: add flexsearch
This commit is contained in:
@ -3,9 +3,11 @@ title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
lead: ""
|
||||
date: {{ .Date }}
|
||||
lastmod: {{ .Date }}
|
||||
draft: true
|
||||
images: {{ .Site.Params.images }}
|
||||
authors: [""]
|
||||
weight: 50
|
||||
images: ["{{ .Name | urlize }}.jpg"]
|
||||
contributors: ["Henk Verlinde"]
|
||||
---
|
||||
|
||||
{{< img src="" alt="" caption="" class="wide" >}}
|
||||
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
date: {{ .Date }}
|
||||
lastmod: {{ .Date }}
|
||||
draft: true
|
||||
images: {{ .Site.Params.images }}
|
||||
images: []
|
||||
---
|
||||
|
@ -3,8 +3,9 @@ title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
lead: ""
|
||||
date: {{ .Date }}
|
||||
lastmod: {{ .Date }}
|
||||
draft: true
|
||||
images: {{ .Site.Params.images }}
|
||||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
@ -12,4 +13,4 @@ weight: 999
|
||||
toc: true
|
||||
---
|
||||
|
||||
{{< img src="" alt="" caption="" class="wide" >}}
|
||||
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}
|
||||
|
Reference in New Issue
Block a user