diff --git a/_config.yml b/_config.yml index 2c18421..d4df964 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ baseurl: '' exclude: ['README.md'] permalink: pretty -title: 'Serif Jekyll Theme' +title: 'Jekyll Serif' collections: services: @@ -14,21 +14,18 @@ collections: output: true permalink: /testimonials/:path/ - defaults: - scope: type: services values: layout: service bodyClass: page-services-single - - scope: - type: team - values: - layout: team - bodyClass: page-team-single - scope: path: "images" values: image: true + sass: - style: compact # possible values: nested expanded compact compressed \ No newline at end of file + style: compact # possible values: nested expanded compact compressed + +google_analytics_id: "" \ No newline at end of file diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index 5e516e1..2721251 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,11 +1,11 @@ -{{ if .Site.Params.google_analytics_id }} +{{ if site.google_analytics_id }} - + {{ end }} \ No newline at end of file diff --git a/_includes/main-menu-mobile.html b/_includes/main-menu-mobile.html index 13a939f..e513c56 100644 --- a/_includes/main-menu-mobile.html +++ b/_includes/main-menu-mobile.html @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/_includes/main-menu.html b/_includes/main-menu.html index 28d7d87..f706a05 100644 --- a/_includes/main-menu.html +++ b/_includes/main-menu.html @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/_includes/social.html b/_includes/social.html index 671d76f..51735bc 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 3aeb3c7..5ff6066 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,6 +4,7 @@ {% if page.title %}{{page.title}}{% else %}{{ site.title | escape }}{% endif %} + diff --git a/_services/accounting.md b/_services/accounting.md index 76ff9d9..21087c2 100644 --- a/_services/accounting.md +++ b/_services/accounting.md @@ -1,11 +1,6 @@ --- -layout: 'service' title: 'Accounting' -date: 2018-11-18T12:33:46+10:00 image: '/services/noun_591323.png' -draft: false -featured: true -weight: 1 --- Lorem markdownum aequalis strigis. _Saetigeri iubeas_, vultu huic alvum nondum diff --git a/_services/business-advisory.md b/_services/business-advisory.md index 1ac393e..bafeb78 100644 --- a/_services/business-advisory.md +++ b/_services/business-advisory.md @@ -1,9 +1,6 @@ --- title: 'Business Advisory' -date: 2018-11-28T15:14:39+10:00 image: '/services/default.png' -featured: true -draft: false --- Lorem markdownum, dictis umbrosum dextrum, Lelegeia quamquam distantes pares diff --git a/team/peter-van-eijk.md b/_team/peter-van-eijk.md similarity index 96% rename from team/peter-van-eijk.md rename to _team/peter-van-eijk.md index ac5f1df..0267fbe 100644 --- a/team/peter-van-eijk.md +++ b/_team/peter-van-eijk.md @@ -1,8 +1,6 @@ --- title: 'Peter Van Eijk' -type: 'team' date: 2018-11-19T10:47:58+10:00 -draft: false image: '/images/team/peter-van-eijk-711986-unsplash.jpg' jobtitle: 'Director' email: 'peter@test.com' diff --git a/team/sage-kirk.md b/_team/sage-kirk.md similarity index 97% rename from team/sage-kirk.md rename to _team/sage-kirk.md index 60c0f1d..624774e 100644 --- a/team/sage-kirk.md +++ b/_team/sage-kirk.md @@ -1,6 +1,5 @@ --- title: 'Sage Kirk' -type: team date: 2018-11-19T10:47:58+10:00 draft: false image: '/images/team/sage-kirk-485982-unsplash.jpg' diff --git a/images/features/noun_visual effect_1885325.svg b/images/features/noun_visual effect_1885325.svg deleted file mode 100644 index c6238f5..0000000 --- a/images/features/noun_visual effect_1885325.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/images/services/leap.png b/images/services/leap.png deleted file mode 100644 index 4b6f0c5..0000000 Binary files a/images/services/leap.png and /dev/null differ diff --git a/images/services/myob.png b/images/services/myob.png deleted file mode 100644 index 71f85ce..0000000 Binary files a/images/services/myob.png and /dev/null differ diff --git a/images/services/xero-icon-bw.png b/images/services/xero-icon-bw.png deleted file mode 100644 index fc99037..0000000 Binary files a/images/services/xero-icon-bw.png and /dev/null differ diff --git a/images/team/default.png b/images/team/default.png deleted file mode 100644 index e21ac3c..0000000 Binary files a/images/team/default.png and /dev/null differ diff --git a/index.html b/index.html index c532597..11daa9c 100755 --- a/index.html +++ b/index.html @@ -1,11 +1,12 @@ --- +title: Jekyll Serif - Jekyll Small Business Theme layout: default bodyClass: page-home ---
-

Serif - Hugo Small Business Theme.

+

Serif - Jekyll Small Business Theme.

Our business helps hundreds of customers with their accounting and taxation needs each year.

@@ -21,7 +22,7 @@ bodyClass: page-home
- Contact + Contact
@@ -44,7 +45,7 @@ bodyClass: page-home {% endfor %}
- View All Services + View All Services
diff --git a/services.html b/services.html index 7ca1dae..fa44988 100644 --- a/services.html +++ b/services.html @@ -1,4 +1,5 @@ --- +title: "Services" layout: default bodyClass: page-services-list --- @@ -8,7 +9,10 @@ bodyClass: page-services-list

Services that grow with your business

-

Our business helps hundreds of customers with their accounting and taxation needs each year.

+

+ Our business helps hundreds of customers with their accounting and + taxation needs each year. +

@@ -20,10 +24,10 @@ bodyClass: page-services-list
-

+

{{ service.title }} -

- {{ service.content | markdownify | strip_html | truncate: 100 }} + + {{ service.content | markdownify | strip_html | truncate: 100 }}
diff --git a/team.html b/team.html new file mode 100644 index 0000000..4b28b2d --- /dev/null +++ b/team.html @@ -0,0 +1,46 @@ +--- +layout: default +bodyClass: page-team-list +--- + +
+
+
+
+

Meet The Team

+

+ Our team of qualified accountants and financial consultants can help + your business at any stage of it's growth. +

+
+
+
+
+ +
+
+ {% for team in site.team %} +
+
+ {% if team.image %} +
+ {{ team.title }} logo +
+ {% endif %} +
+

{{ team.title }}

+

{{ team.Jobtitle }}

+ {% if team.Linkedinurl %} + Linked In + {% endif %} +
+
{{ team.content }}
+
+
+ {% endfor %} +
+
diff --git a/team/index.html b/team/index.html deleted file mode 100644 index 55df9d5..0000000 --- a/team/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -layout: default -bodyClass: page-team-list ---- - -
-
-
-
-

Meet The Team

-

Our team of qualified accountants and financial consultants can help your business at any stage of it's growth.

-
-
-
-
- -
-
- {% for team in site.pages %} - {% if team.type == 'team' %} -
-
- {% if team.image %} -
- {{ team.title }} logo -
- {% endif %} -
-

{{ team.title }}

-

{{ team.Jobtitle }}

- {% if team.Linkedinurl %} - Linked In - {% endif %} -
-
{{ team.content }}
-
-
- {% endif %} - {% endfor %} -
-