From 83fad6a578ee8d6905015d6154d2c35281d9757b Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Tue, 9 Mar 2021 12:41:59 +1000 Subject: [PATCH] update to relative_url --- _config.yml | 13 ++++++++++++- _includes/header.html | 4 ++-- _layouts/home.html | 4 ++-- _layouts/services.html | 2 +- _layouts/teams.html | 4 ++-- stackbit.yaml | 4 ++-- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index ffd8240..b3bd9a8 100755 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,4 @@ baseurl: '' -exclude: ['README.md'] permalink: pretty title: 'Jekyll Serif' @@ -36,3 +35,15 @@ sass: plugins: - jekyll-environment-variables + +exclude: + - Gemfile + - Gemfile.lock + - node_modules + - vendor/bundle/ + - vendor/cache/ + - vendor/gems/ + - vendor/ruby/ + - LICENSE.md + - LICENSE + - README.md \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index f6c0c06..7495077 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,10 +1,10 @@
- {{ site.title }} + {{ site.title }}
{% include main-menu.html %} {% include hamburger.html %} diff --git a/_layouts/home.html b/_layouts/home.html index 173b95d..f3a90e9 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -30,7 +30,7 @@ bodyClass: page-home

- {{ service.title }} + {{ service.title }}

{{ service.content | markdownify | strip_html | truncate: 100 }}

@@ -40,7 +40,7 @@ bodyClass: page-home
diff --git a/_layouts/services.html b/_layouts/services.html index 27a4fa1..0ff2381 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -26,7 +26,7 @@ bodyClass: page-services-list

- {{ service.title }} + {{ service.title }}

{{ service.content | markdownify | strip_html | truncate: 100 }}

diff --git a/_layouts/teams.html b/_layouts/teams.html index 2ee6624..e0485ea 100644 --- a/_layouts/teams.html +++ b/_layouts/teams.html @@ -30,7 +30,7 @@ bodyClass: page-team-list
{% endif %}
-

{{ team.title }}

+

{{ team.title }}

{{ team.jobtitle }}

{% if team.linkedinurl %} LinkedIn @@ -52,7 +52,7 @@ bodyClass: page-team-list
{% endif %}
-

{{ team.title }}

+

{{ team.title }}

{{ team.jobtitle }}

diff --git a/stackbit.yaml b/stackbit.yaml index 44e900d..b1331ee 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -1,6 +1,6 @@ stackbitVersion: ~0.3.0 ssgName: jekyll -ssgVersion: '4.1' +ssgVersion: 4.1 buildCommand: bundle exec jekyll build publishDir: '_site' staticDir: 'assets' @@ -15,7 +15,7 @@ logicFields: models: config: type: config - label: Site Configuration + label: Config fields: - type: string name: title