This commit is contained in:
Denys Konovalov
2022-06-22 21:28:26 +02:00
parent 7850584848
commit 01c6b8cf06
672 changed files with 104739 additions and 0 deletions

View File

@ -0,0 +1,36 @@
---
label: About Template
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: title
label: title
- type: text
name: subtitle
label: subtitle
- type: text
name: title2
label: title2
- type: textarea
name: content
label: content
- type: text
name: button1Name
label: button1Name
- type: text
name: button2Name
label: button2Name
- type: text
name: button1Target
label: button1Target
- type: text
name: button2Target
label: button2Target
- type: file
name: image
label: image
pages:
- data/aboutSection.yml

View File

@ -0,0 +1,18 @@
---
label: Blog Template
hide_body: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: date
- type: file
name: featureImage
label: featureImage
- type: file
name: postImage
label: postImage
pages:
- content/blog/you-must-know-this-before-becoming-a-designer.md

View File

@ -0,0 +1,108 @@
---
label: Config Template
hide_body: true
fields:
- type: text
name: baseURL
label: baseURL
- type: text
name: languageCode
label: languageCode
- type: text
name: title
label: Title
- type: text
name: theme
label: theme
- type: number
name: paginate
label: paginate
- type: field_group
name: menu
label: menu
fields:
- type: field_group_list
name: main
label: main
fields:
- type: text
name: name
label: name
- type: text
name: url
label: url
- type: number
name: weight
label: weight
- type: field_group_list
name: sitemap
label: sitemap
fields:
- type: text
name: name
label: name
- type: text
name: url
label: url
- type: number
name: weight
label: weight
- type: field_group
name: params
label: params
fields:
- type: text
name: blogPageURL
label: blogPageURL
- type: file
name: logo
label: logo
- type: file
name: footerLogo
label: footerLogo
- type: text
name: contactLink
label: contactLink
- type: text
name: copyright
label: copyright
- type: text
name: googleAnalytics
label: googleAnalytics
- type: text
name: formspreeURL
label: formspreeURL
- type: field_group
name: address
label: address
fields:
- type: text
name: phone
label: phone
- type: text
name: email
label: email
- type: text
name: address
label: address
- type: text
name: openingHours
label: openingHours
- type: field_group
name: map
label: map
fields:
- type: text
name: APIkey
label: APIkey
- type: text
name: latitude
label: latitude
- type: text
name: longitude
label: longitude
- type: file
name: pinImage
label: pinImage
pages:
- config.toml

View File

@ -0,0 +1,33 @@
---
label: Hero Template
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: title
label: title
- type: text
name: subtitle
label: subtitle
- type: text
name: description
label: description
- type: text
name: buttonName
label: buttonName
- type: text
name: buttonURL
label: buttonURL
- type: file
name: image
label: image
- type: file
name: videoThumb
label: videoThumb
- type: text
name: videoURL
label: videoURL
pages:
- data/hero.yml

View File

@ -0,0 +1,36 @@
---
label: Portfolio Template
hide_body: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: date
- type: file
name: thumbnail
label: thumbnail
- type: text
name: type
label: type
- type: text
name: service
label: service
- type: text
name: client
label: client
- type: textarea
name: shortDescription
label: shortDescription
- type: textarea
name: challenge
label: challenge
- type: textarea
name: solution
label: solution
pages:
- content/portfolio/UX-case-study-for-agriculture-app.md
- content/portfolio/case-study-one.md
- content/portfolio/event-app-case-study.md
- content/portfolio/recipe-app-ux-study.md

View File

@ -0,0 +1,57 @@
---
label: Resume Template
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: topTitle
label: topTitle
- type: text
name: title
label: title
- type: textarea
name: subtitle
label: subtitle
- type: text
name: subsubtitle
label: subsubtitle
- type: text
name: tab1Name
label: tab1Name
- type: text
name: tab2Name
label: tab2Name
- type: text
name: tab1Target
label: tab1Target
- type: text
name: tab2Target
label: tab2Target
- type: field_group_list
name: education
label: education
fields:
- type: text
name: title
label: title
- type: textarea
name: content
label: content
- type: text
name: time
label: time
- type: field_group_list
name: experience
label: experience
fields:
- type: text
name: title
label: title
- type: textarea
name: content
label: content
- type: text
name: time
label: time

View File

@ -0,0 +1,31 @@
---
label: Service Template
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: topTitle
label: topTitle
- type: text
name: title
label: title
- type: text
name: subtitle
label: subtitle
- type: field_group_list
name: service
label: service
fields:
- type: text
name: title
label: title
- type: textarea
name: content
label: content
- type: file
name: image
label: Icon
pages:
- data/serviceSection.yml