Testing phugo as theme
This commit is contained in:
9
archetypes/default.md
Normal file
9
archetypes/default.md
Normal file
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
albumthumb = "path/to/album/cover/image"
|
||||
+++
|
||||
|
||||
{{< photo full="path/to/first/FULL-SIZE/image/in/your/gallery.jpg" thumb="path/to/its/THUMBNAIL/image.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="path/to/second/FULL-SIZE/image/in/your/gallery.jpg" thumb="path/to/its/THUMBNAIL/image.jpg" alt="" phototitle="SOME TITLE" description="SOME SHORT DESCRIPTION. MARKDOWN **SUPPORTED**">}}
|
||||
Reference in New Issue
Block a user