-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
100 lines (100 loc) · 2.09 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
title: LendFirst Home Loans
timezone: Australia/Brisbane
collections:
posts:
title: Blog
output: true
loan-options:
title: Loan options
output: true
uploads:
title: Uploads
output: false
defaults:
- scope:
path: ''
type: about
values:
layout: post
permalink: "/:collection/:path/"
- scope:
path: ''
type: loan-options
values:
layout: page
permalink: "/:collection/:path/"
image: true
lede: true
has-javascripts: true
offset-top: 820
offset-bottom: 1940
- scope:
path: ''
type: pages
values:
layout: page
has-javascripts: true
table-style: false
offset-top: 820
offset-bottom: 1300
- scope:
path: ''
type: posts
values:
title:
layout: page
permalink: "/blog/:slug/"
future: false
has-javascripts: true
categories:
type: post
image: true
image-align-top: false
image-align-bottom: false
lede: true
offset-top: 820
offset-bottom: 1300
description: LendFirst offers smart advice and real solutions for first home buyers
and first-time investors, in Cairns, Queeensland, Australia.
baseurl:
url: https://lendfirst.com.au
logo: "/uploads/lendfirst-logo.png"
facebook:
username: LendFirst
social:
name: LendFirst
links:
- https://www.facebook.com/lendfirst
- https://www.linkedin.com/in/michael-garland-88b00a26
author: callumflack
address: PO Box 526 Redlynch, Queensland 4870 Australia
address-link: https://goo.gl/maps/3RTKiR89iD72
phone: 0422 830 333
email: michael@lendfirst.com.au
insurance-link: https://bob.inow.com.au/Proposal/New/3/Agent/LENDFIRST
accreditation: Michael Garland is a credit representative (473132) of BLSSA Pty Ltd
ACN 117 651 760 (Australian Credit Licence 391237).
google-analytics: UA-75811838-1
javascriptsurl: "/public/javascripts/"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- Gemfile.lock
- ".gitignore"
- ".editorconfig"
- gulpfile.js
- package.json
- node_modules
- yarn.lock
- src
- build
- DESCRIPTION*
- README*
- TODO*