Set up CV page
This commit is contained in:
parent
18c60b22cd
commit
098b8b8e0d
14 changed files with 117 additions and 31 deletions
6
site/blueprints/pages/cv.yml
Normal file
6
site/blueprints/pages/cv.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
title: CV
|
||||
options:
|
||||
changeStatus: false
|
||||
duplicate: false
|
||||
status:
|
||||
listed: true
|
|
@ -2,4 +2,8 @@ title:
|
|||
en: Error
|
||||
fr: Erreur
|
||||
options:
|
||||
read: false
|
||||
changeStatus: false
|
||||
duplicate: false
|
||||
preview: false
|
||||
status:
|
||||
unlisted: true
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
title:
|
||||
en: Home
|
||||
fr: Accueil
|
||||
options:
|
||||
read: false
|
8
site/blueprints/pages/home.yml
Normal file
8
site/blueprints/pages/home.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
title:
|
||||
en: Home
|
||||
fr: Accueil
|
||||
options:
|
||||
changeStatus: false
|
||||
duplicate: false
|
||||
status:
|
||||
listed: true
|
|
@ -6,7 +6,6 @@ options:
|
|||
duplicate: false
|
||||
preview: false
|
||||
status:
|
||||
draft: true
|
||||
unlisted: true
|
||||
sections:
|
||||
images: sections/media-library_images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue