mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
post: Document image preview
and caption
options
This commit is contained in:
parent
5db7a8f5c4
commit
ee63fde14e
1 changed files with 4 additions and 0 deletions
|
@ -10,8 +10,12 @@ categories = []
|
|||
|
||||
# Featured image
|
||||
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
|
||||
# Use `caption` to display an image caption.
|
||||
# Markdown linking is allowed, e.g. `caption = "[Image credit](http://example.org)"`.
|
||||
# Set `preview` to `false` to disable the thumbnail in listings.
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
preview = true
|
||||
|
||||
+++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue