[SITE] add template, blueprint, css for project pages and projects page
This commit is contained in:
parent
573ac12fca
commit
75d1ead187
13 changed files with 548 additions and 1 deletions
25
site/blueprints/project.yaml
Normal file
25
site/blueprints/project.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
title: Project
|
||||
pages:
|
||||
template:
|
||||
- project
|
||||
|
||||
files: true
|
||||
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
exrpt_img:
|
||||
label: Excerpt image
|
||||
type: image
|
||||
width: 1/2
|
||||
exrpt_text:
|
||||
label: Excerpt for overview
|
||||
type: textarea
|
||||
width: 1/2
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
text2:
|
||||
label: Text below masonry
|
||||
type: textarea
|
14
site/blueprints/projects.yaml
Normal file
14
site/blueprints/projects.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
title: Projects
|
||||
pages:
|
||||
template:
|
||||
- project
|
||||
|
||||
files: true
|
||||
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
Loading…
Add table
Add a link
Reference in a new issue