update seo, update page layouts css, update stackbit.yaml

This commit is contained in:
Robert Austin 2021-07-12 13:06:45 +10:00
parent d49464c6a8
commit c00f7a6ecb
37 changed files with 148 additions and 293 deletions

View File

@ -1,4 +1,4 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll", "~> 4.1" gem "jekyll"
gem "jekyll-environment-variables" gem "jekyll-environment-variables"

View File

@ -74,15 +74,21 @@ This theme has been tested to work with Github Pages (and Github Project Pages).
For example the site https://zerostaticthemes.github.io/jekyll-serif-theme would have `baseurl: "/jekyll-serif-theme/"` For example the site https://zerostaticthemes.github.io/jekyll-serif-theme would have `baseurl: "/jekyll-serif-theme/"`
## Other ## License & Credits
### Credits ### Credits
- Beautiful royalty free Illustrations by Icons8 - https://icons8.com/illustrations/style--pixeltrue - Beautiful royalty free Illustrations by Icons8 - https://icons8.com/illustrations/style--pixeltrue
- Stock images by Unsplash - https://unsplash.com/
- Feature icons by Noun Project - https://thenounproject.com/
### License ### License
This theme is open source under the MIT license. Please be respectful 🙏🏽 This theme is open source under the MIT license. Please be respectful 🙏🏽 Leave me as an original author in the LICENSE file if you fork or copy this theme.
* If you fork or copy this theme please leave me as an original author in the LICENSE file on line 3 where I am listed as the author. > Do not create ports of this theme. Do You can't re-distribute or re-sell this theme as a theme, stock, in a tool or as a template.
* Please don't create ports of this theme without at least asking me. Yes this theme is open-source but I've had several people "port" this theme (with only minor changes) and then advertise the theme as their own. Then they don't update it and it starts to get old and break etc. Now lots of people are finding these old crappy versions of the theme.
### Other Versions
- [Hugo Serif Theme](https://github.com/zerostaticthemes/hugo-serif-theme) (official)
- [Gatsby Serif Theme](https://github.com/zerostaticthemes/gatsby-serif-theme) (official)

View File

@ -2,35 +2,29 @@ baseurl: '/'
permalink: pretty permalink: pretty
title: 'Jekyll Serif' title: 'Jekyll Serif'
google_analytics_id: ""
homepage:
show_call_box: true
logo: logo:
mobile: "images/logo/logo-mobile.svg" mobile: "images/logo/logo-mobile.svg"
desktop: "images/logo/logo.svg" desktop: "images/logo/logo.svg"
desktop_height: "36px" desktop_height: "36px"
footer:
copyright_text: 'Free Jekyll theme by <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a>'
seo:
meta_og_title: "Jekyll Serif Theme"
meta_og_type: "website"
meta_og_url: "https://jekyll-serif.netlify.app"
meta_og_image: "https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/screenshots/tn.png"
meta_og_description: "Jekyll Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated."
meta_twitter_card: "summary"
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
collections: collections:
services: services:
output: true output: true
team: team:
output: true output: true
defaults:
- scope:
path: ""
type: "services"
values:
layout: "service"
- scope:
path: ""
type: "team"
values:
layout: "team"
sass: sass:
indentWidth: 4 indentWidth: 4
style: compact # possible values: nested expanded compact compressed style: compact # possible values: nested expanded compact compressed

4
_data/seo.yml Normal file
View File

@ -0,0 +1,4 @@
google_analytics_id: ""
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
copyright_text: 'Free Jekyll theme by <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a>'

View File

@ -11,8 +11,8 @@
gtag('js', new Date()); gtag('js', new Date());
gtag('config', '{{ $gid }}'); gtag('config', '{{ $gid }}');
</script> </script>
{% elsif site.google_analytics_id %} {% elsif site.data.seo.google_analytics_id %}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics_id }}"></script> <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.data.seo.google_analytics_id }}"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
@ -20,7 +20,7 @@
dataLayer.push(arguments); dataLayer.push(arguments);
} }
gtag('js', new Date()); gtag('js', new Date());
gtag('config', '{{ site.google_analytics_id }}'); gtag('config', '{{ site.data.seo.google_analytics_id }}');
</script> </script>
{% endif %} {% endif %}
{% endif %} {% endif %}

View File

@ -6,8 +6,8 @@
{% if site.data.social %} {% if site.data.social %}
{% include social.html %} {% include social.html %}
{% endif %} {% endif %}
{% if site.footer.copyright_text %} {% if site.data.seo.copyright_text %}
<div class="copyright">{{ site.footer.copyright_text }}</div> <div class="copyright">{{ site.data.seo.copyright_text }}</div>
{% endif %} {% endif %}
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
--- ---
title: Contact title: Contact
layout: default layout: default
bodyClass: page-contact bodyClass: "page-contact"
--- ---
<div class="container pb-6 pt-6 pt-md-10 pb-md-10"> <div class="container pb-6 pt-6 pt-md-10 pb-md-10">

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{% if page.title %}{{page.title}}{% else %}{{ site.title | escape }}{% endif %}</title> <title>{% if page.title %}{{page.title}}{% else %}{{ site.title | escape }}{% endif %}</title>
@ -7,19 +8,20 @@
<link rel="icon" type="image/png" href="{{ '/images/favicon-32x32.svg' | relative_url }}"> <link rel="icon" type="image/png" href="{{ '/images/favicon-32x32.svg' | relative_url }}">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link href="{{ '/assets/css/style.css' | relative_url }}" rel="stylesheet"> <link href="{{ '/assets/css/style.css' | relative_url }}" rel="stylesheet">
{% if page.description %}
<meta name="description" content="{{ page.description }}" /> {% if page.description %}<meta name="description" content="{{ page.description }}" />{% endif %}
{% endif %} {% if page.meta_title %}<meta property="og:title" content="{{ page.meta_title }}"/>{% else %}<meta property="og:title" content="{{ page.title }}"/>{% endif %}
<meta property="og:title" content="{{ site.seo.meta_og_title }}" /> <meta property="og:type" content="website"/>
<meta property="og:type" content="{{ site.seo.meta_og_type }}" /> <meta property="og:url" content="{{ url }}"/>
<meta property="og:url" content="{{ site.seo.meta_og_url }}" /> {% if page.image %}<meta property="og:image" content="{{ page.image | absolute_url }}"/>{% endif %}
<meta property="og:image" content="{{ site.seo.meta_og_image }}" /> {% if page.description %}<meta property="og:description" content="{{ page.description }}"/>{% endif %}
<meta property="og:description" content="{{ site.seo.meta_og_description }}" /> <meta name="twitter:card" content="summary"/>
<meta name="twitter:card" content="{{ site.seo.meta_twitter_card }}" /> {% if site.data.seo.meta_twitter_site %}<meta name="twitter:site" content="{{ site.seo.meta_twitter_site }}"/>{% endif %}
<meta name="twitter:site" content="{{ site.seo.meta_twitter_site }}" /> {% if site.data.seo.meta_twitter_creator %}<meta name="twitter:creator" content="{{ site.seo.meta_twitter_creator }}"/>{% endif %}
<meta name="twitter:creator" content="{{ site.seo.meta_twitter_creator }}" />
</head> </head>
<body class='page {{page.bodyClass}}'>
<body class='page {{layout.bodyClass}}'>
{% include main-menu-mobile.html %} {% include main-menu-mobile.html %}
<div id="wrapper" class="wrapper"> <div id="wrapper" class="wrapper">
{% include header.html headerClass='header-extra' %} {% include header.html headerClass='header-extra' %}

View File

@ -1,7 +1,6 @@
--- ---
title: Jekyll Serif - Jekyll Small Business Theme
layout: default layout: default
bodyClass: page-home bodyClass: "page-home"
--- ---
<div class="intro"> <div class="intro">
@ -9,7 +8,7 @@ bodyClass: page-home
<div class="row justify-content-start"> <div class="row justify-content-start">
<div class="col-12 col-md-7 col-lg-6 order-2 order-md-1"> <div class="col-12 col-md-7 col-lg-6 order-2 order-md-1">
{{ content }} {{ content }}
{% if site.homepage.show_call_box %} {% if page.show_call_box %}
{% include call.html show_button=true %} {% include call.html show_button=true %}
{% endif %} {% endif %}
</div> </div>

View File

@ -1,5 +1,6 @@
--- ---
layout: default layout: default
bodyClass: "page-basic"
--- ---
<div class="container pb-6 pt-6 pt-md-10 pb-md-10"> <div class="container pb-6 pt-6 pt-md-10 pb-md-10">

View File

@ -1,5 +1,6 @@
--- ---
layout: default layout: default
bodyClass: "page-service"
--- ---
<div class="container pb-6 pt-6 pt-md-10 pb-md-10"> <div class="container pb-6 pt-6 pt-md-10 pb-md-10">

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
bodyClass: page-services-list bodyClass: "page-services"
--- ---
<div class="intro"> <div class="intro">

View File

@ -1,5 +1,6 @@
--- ---
layout: default layout: default
bodyClass: "page-team"
--- ---
<div class="container pb-6 pt-6 pt-md-10 pb-md-10"> <div class="container pb-6 pt-6 pt-md-10 pb-md-10">

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
bodyClass: page-team-list bodyClass: "page-teams"
--- ---
<div class="intro"> <div class="intro">

View File

@ -1,4 +1,4 @@
.page-services-single { .page-service {
.content { .content {
> p { > p {
&:first-of-type { &:first-of-type {

View File

@ -0,0 +1,52 @@
.page-teams {
.team-summary {
display: flex;
flex-wrap: wrap;
flex-direction: row;
.team-image {
height: 60px;
width: 60px;
margin-right: 10px;
border-radius: 50%;
overflow: hidden;
img {
width: 60px;
}
}
.team-meta {
flex: 1;
h2 {
margin: 0;
font-size: 22px;
font-weight: normal;
}
p {
color: $black;
text-transform: uppercase;
margin: 0;
font-size: 12px;
font-weight: 500;
}
}
.team-content {
margin-top: 20px;
flex: 1 0 100%;
}
}
.team-summary-large {
background-color: $white-offset;
padding: 30px;
border-radius: 3px;
.team-image {
height: 90px;
width: 90px;
margin-right: 20px;
border-radius: 50%;
overflow: hidden;
img {
width: 90px;
}
}
}
}

View File

@ -1,50 +0,0 @@
.team-summary {
display: flex;
flex-wrap: wrap;
flex-direction: row;
.team-image {
height: 60px;
width: 60px;
margin-right: 10px;
border-radius: 50%;
overflow: hidden;
img {
width: 60px;
}
}
.team-meta {
flex: 1;
h2 {
margin: 0;
font-size: 22px;
font-weight: normal;
}
p {
color: $black;
text-transform: uppercase;
margin: 0;
font-size: 12px;
font-weight: 500;
}
}
.team-content {
margin-top: 20px;
flex: 1 0 100%;
}
}
.team-summary-large {
background-color: $white-offset;
padding: 30px;
border-radius: 3px;
.team-image {
height: 90px;
width: 90px;
margin-right: 20px;
border-radius: 50%;
overflow: hidden;
img {
width: 90px;
}
}
}

View File

@ -3,7 +3,6 @@ title: "Accounting"
date: 2018-11-18T12:33:46+10:00 date: 2018-11-18T12:33:46+10:00
featured: true featured: true
weight: 1 weight: 1
layout: service
--- ---
Financial accounting (or financial accountancy) is the field of accounting concerned with the **summary, analysis and reporting** of financial transactions related to a business. Financial accounting (or financial accountancy) is the field of accounting concerned with the **summary, analysis and reporting** of financial transactions related to a business.

View File

@ -3,7 +3,6 @@ title: "Business Advisory"
date: 2018-11-28T15:14:39+10:00 date: 2018-11-28T15:14:39+10:00
featured: true featured: true
weight: 2 weight: 2
layout: service
--- ---
Lorem markdownum, dictis umbrosum dextrum, Lelegeia quamquam distantes pares Lorem markdownum, dictis umbrosum dextrum, Lelegeia quamquam distantes pares

View File

@ -3,7 +3,6 @@ title: "Business Sales"
date: 2018-11-28T15:15:26+10:00 date: 2018-11-28T15:15:26+10:00
featured: true featured: true
weight: 3 weight: 3
layout: service
--- ---
Cyanee nec pedicis positi. Esse et diem forte quoque et ieiunia Cyanee nec pedicis positi. Esse et diem forte quoque et ieiunia

View File

@ -3,7 +3,6 @@ title: "Mergers"
date: 2018-11-28T15:15:34+10:00 date: 2018-11-28T15:15:34+10:00
featured: true featured: true
weight: 4 weight: 4
layout: service
--- ---
Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum

View File

@ -6,7 +6,6 @@ image: 'images/team/joseph-gonzalez-399972-unsplash.jpg'
jobtitle: 'Art Director' jobtitle: 'Art Director'
linkedinurl: "" linkedinurl: ""
weight: 3 weight: 3
layout: team
--- ---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in.

View File

@ -6,7 +6,6 @@ image: 'images/team/vince-fleming-613817-unsplash.jpg'
jobtitle: 'Developer' jobtitle: 'Developer'
linkedinurl: "https://www.linkedin.com/" linkedinurl: "https://www.linkedin.com/"
weight: 3 weight: 3
layout: team
--- ---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in.

View File

@ -7,7 +7,6 @@ jobtitle: "Accounting Partner"
linkedinurl: "https://www.linkedin.com/example2" linkedinurl: "https://www.linkedin.com/example2"
promoted: true promoted: true
weight: 2 weight: 2
layout: team
--- ---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in.

View File

@ -5,7 +5,6 @@ draft: false
image: 'images/team/cristian-newman-94319-unsplash.jpg' image: 'images/team/cristian-newman-94319-unsplash.jpg'
jobtitle: 'Developer' jobtitle: 'Developer'
weight: 5 weight: 5
layout: team
--- ---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in.

View File

@ -5,7 +5,6 @@ draft: false
image: 'images/team/michael-dam-258165-unsplash.jpg' image: 'images/team/michael-dam-258165-unsplash.jpg'
jobtitle: 'UI Designer' jobtitle: 'UI Designer'
weight: 4 weight: 4
layout: team
--- ---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in.

View File

@ -1,5 +1,5 @@
--- ---
title: 'About' title: "About"
date: 2018-02-22T17:01:34+07:00 date: 2018-02-22T17:01:34+07:00
layout: page layout: page
bodyClass: page-about bodyClass: page-about

View File

@ -57,9 +57,9 @@ $sub-footer-text-color: $white;
@import 'components/social'; @import 'components/social';
// Pages // Pages
@import 'pages/home'; @import 'pages/page-home';
@import 'pages/team/team-summary'; @import 'pages/page-teams';
@import 'pages/services/page-services-single'; @import 'pages/page-service';
body { body {
font-size: 16px; font-size: 16px;

View File

@ -1,7 +1,6 @@
--- ---
title: Contact title: Contact
layout: contact layout: contact
bodyClass: page-contact
--- ---
Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae crimen habet Priamum nec. Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae crimen habet Priamum nec.

View File

@ -5,6 +5,7 @@ description: Jekyll Serif contains content types for a typical business website.
intro_image: "images/illustrations/pointing.svg" intro_image: "images/illustrations/pointing.svg"
intro_image_absolute: true intro_image_absolute: true
intro_image_hide_on_mobile: true intro_image_hide_on_mobile: true
show_call_box: true
--- ---
# Serif - A Jekyll Business Theme. # Serif - A Jekyll Business Theme.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

View File

@ -25,180 +25,15 @@ models:
hidden: true hidden: true
- type: string - type: string
name: permalink name: permalink
label: Permalink
description: 'The output path for your pages, posts, or collections.'
default: '/posts/:slug:output_ext'
hidden: true hidden: true
- type: string
name: google_analytics_id
- type: object
name: homepage
fields:
- type: boolean
name: show_call_box
- type: object
name: logo
fields:
- type: image
name: desktop
required: true
- type: image
name: mobile
- type: string
name: desktop_height
- type: object
name: footer
fields:
- type: string
name: copyright_text
- type: object
name: seo
fields:
- type: string
name: meta_description
label: meta_description
- type: string
name: meta_og_title
label: meta_og_title
- type: string
name: meta_og_type
label: meta_og_type
- type: string
name: meta_og_url
label: meta_og_url
- type: string
name: meta_og_image
label: meta_og_image
- type: string
name: meta_og_description
label: meta_og_description
- type: string
name: meta_twitter_card
label: meta_twitter_card
- type: string
name: meta_twitter_site
label: meta_twitter_site
- type: string
name: meta_twitter_creator
label: meta_twitter_creator
- type: object
name: collections
fields:
- type: object
name: services
fields:
- type: boolean
name: output
- type: string
name: permalink
- type: object
name: team
fields:
- type: boolean
name: output
- type: string
name: permalink
- type: object
name: sass
label: Sass
hidden: true
fields:
- type: number
name: indentWidth
label: Indent Width
description: >-
Used to determine the number of spaces or tabs to be used for
indentation.
default: 4
- type: enum
name: style
label: Output Style
description: Determines the output format of the final CSS style.
options:
- nested
- expanded
- compact
- compressed
default: nested
- type: number
name: precision
label: Precision
description: >-
Used to determine how many digits after the decimal will be
allowed.
default: 10
- type: list
name: plugins
label: Plugins
hidden: true
- type: list
name: exclude
label: Exclude
description: Exclude directories and/or files from the conversion.
hidden: true
site_menus:
type: object
label: Site Menus
description: >-
Site menus model, defines list of menus that can be specified from within
site configuration
fields:
- type: list
name: main
label: Main menu
description: List of items for Main menu
items:
type: model
models:
- site_menu_item
- type: list
name: footer
label: Footer menu
description: List of items for Footer menu
items:
type: model
models:
- site_menu_item
site_menu_item:
type: object
label: Site Menu Item
labelField: name
description: 'Site menu item model, defines fields for a single site menu item'
fields:
- type: string
name: identifier
label: Identifier
description: >-
The identifier of a menu item could be used as a parent menu of
another menu item
- type: string
name: name
label: Title
description: The title of the menu item
required: true
- type: string
name: url
label: URL
description: The URL the menu item links to
required: true
- type: number
name: weight
label: Weight
description: Position for sorting
- type: string
name: parent
label: Parent Menu Identifier
description: The parent of an entry should be the identifier of another entry.
home: home:
type: page type: page
label: Home label: Home
file: index.md file: ['index.md', 'services.md', 'team.md']
hideContent: false
singleInstance: true singleInstance: true
fields: fields:
- type: string - type: string
name: title name: title
label: Title
required: true required: true
- type: string - type: string
name: description name: description
@ -214,11 +49,19 @@ models:
name: intro_image_hide_on_mobile name: intro_image_hide_on_mobile
label: Hide the intro image on mobile label: Hide the intro image on mobile
description: Hide the intro image on mobile screen sizes description: Hide the intro image on mobile screen sizes
- type: date
name: date
- type: string
name: bodyClass
- type: enum - type: enum
name: layout name: layout
options: options:
- label: home - label: home
value: home value: home
- label: services
value: services
- label: teams
value: teams
basicpage: basicpage:
type: page type: page
label: Basic Page label: Basic Page
@ -227,11 +70,10 @@ models:
fields: fields:
- type: string - type: string
name: title name: title
label: Title
description: The title of the page.
- type: date - type: date
name: date name: date
label: Date - type: string
name: bodyClass
- type: enum - type: enum
name: layout name: layout
options: options:
@ -239,16 +81,6 @@ models:
value: page value: page
- label: contact - label: contact
value: contact value: contact
- type: enum
name: menu
label: Menu
options:
- label: Main Menu
value: main
- label: Footer Menu
value: footer
- type: string
name: bodyClass
service: service:
type: page type: page
label: Service label: Service
@ -269,7 +101,6 @@ models:
options: options:
- label: service - label: service
value: service value: service
services:
type: page type: page
label: Services Overview label: Services Overview
file: services.md file: services.md
@ -337,7 +168,6 @@ models:
options: options:
- label: team - label: team
value: team value: team
teams:
type: page type: page
label: Team Overview label: Team Overview
file: team.md file: team.md
@ -367,3 +197,27 @@ models:
options: options:
- label: teams - label: teams
value: teams value: teams
contact:
type: data
label: Contact Details
file: contact.yml
fields:
- type: string
name: email
- type: string
name: phone
- type: string
name: contact_button_link
seo:
type: data
label: SEO
file: seo.yml
fields:
- type: string
name: google_analytics_id
- type: string
name: meta_twitter_site
- type: string
name: meta_twitter_creator
- type: string
name: copyright_text

View File

@ -1,7 +1,7 @@
--- ---
title: Team title: Team
layout: teams layout: teams
permalink: /team/ permalink: "/team/"
intro_image_absolute: true intro_image_absolute: true
intro_image_hide_on_mobile: false intro_image_hide_on_mobile: false
--- ---