Initial commit
This commit is contained in:
18
site/blueprints/pages/photography.yml
Normal file
18
site/blueprints/pages/photography.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
# Each page blueprint must have a title, the title may be different from the file name
|
||||
title: Photos
|
||||
|
||||
# Each page can have an icon that is shown in page listings when no preview image is available.
|
||||
icon: 🖼
|
||||
|
||||
# Here we extend two sections which are defined in `/site/blueprints/sections/albums.yml`
|
||||
# They differ in their page status and the headline.
|
||||
sections:
|
||||
drafts:
|
||||
extends: sections/albums
|
||||
label: Drafts
|
||||
status: draft
|
||||
|
||||
listed:
|
||||
extends: sections/albums
|
||||
label: Published Albums
|
||||
status: listed
|
||||
Reference in New Issue
Block a user