Update README.md
This commit is contained in:
parent
b6a54acfde
commit
c73c858e06
15
README.md
15
README.md
|
@ -431,7 +431,7 @@ title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
description:
|
description:
|
||||||
type: gallery
|
type: gallery
|
||||||
mode: one-by-one # at-once or one-by-one
|
mode: one-by-one # at-once, one-by-one, remote
|
||||||
tags:
|
tags:
|
||||||
-
|
-
|
||||||
series:
|
series:
|
||||||
|
@ -483,6 +483,17 @@ root
|
||||||
│ │ │ ├── ...your images here
|
│ │ │ ├── ...your images here
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or you can just set the mode to remote, and use your own image url.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
images: # when mode is remote, you can use your own image url
|
||||||
|
- image: "https://cdn.pixabay.com/photo/2020/03/16/10/27/spring-4936511_960_720.jpg"
|
||||||
|
caption: caption1
|
||||||
|
- image: "https://cdn.pixabay.com/photo/2018/01/03/19/17/cat-3059075_960_720.jpg"
|
||||||
|
caption: caption2
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
## Contact Page
|
## Contact Page
|
||||||
|
|
||||||
Currently available service: [formspree]. Open an issue if you need another service vendor. If you want just a blank page and use a markdown, set the service param empty.
|
Currently available service: [formspree]. Open an issue if you need another service vendor. If you want just a blank page and use a markdown, set the service param empty.
|
||||||
|
@ -1145,4 +1156,4 @@ So, If you just copy-paste the tabs with multiple times, since it has the same c
|
||||||
Great!
|
Great!
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
`````
|
`````
|
||||||
|
|
Loading…
Reference in New Issue