-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.production.yml
72 lines (57 loc) · 2.15 KB
/
_config.production.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
# Site settings ################################################################
business_name: Ninesenses
title: Tom Skarbek-Wazynski
subtitle: Designer & Full Stack Developer
# Contact ######################################################################
email: tom@ninesenses.co.uk
obfuscated_email: tom@ninesenses.co.uk
tel: +447535644344
formated_tel: +44 [0] 7535 644 344
# twitter_username: wazynski
# instagram_username: wazynski
# Meta #########################################################################
description: >-
Home of designer & full stack developer Tom Skarbek-Wazynski. Tom helps companies look their best and make their products exceptional to use.
keywords: >-
Ninesenses, Tom Skarbek-Wazynski, web design, website design, web development, branding,
digital marketing, online marketing, email marketing
author: "copyright ©2021: ninesenses : http://ninesenses.co.uk : tom@ninesenses.co.uk"
# Collections ##################################################################
collections:
projects:
output: true
permalink: /case-studies/:name
# Open Graph settings ##########################################################
og_title: Home
og_type: website
og_description: >-
Ninesenses is an independent creative consultancy producing high
quality bespoke websites and digital products for ...
og_image: http://ninesenses.co.uk/img/og.png
og_image_width: 200
og_image_height: 200
# Footer #######################################################################
colphon: Typeset in Sofia Pro
copyright: All rights reserved <span>© Tom Skarbek-Wazynski</span>
# Typekit ID ###################################################################
typekit: fte0rot
# URL ##########################################################################
baseurl: ""
url: "https://ninesenses.co.uk"
# Build ########################################################################
env: production
plugins:
- jekyll-babel
# Server Config options
livereload: true # You no longer need to include --livereload
exclude:
[
vendor,
_assets,
gulpfile.js,
README.md,
node_modules,
yarn.lock,
pnpm-lock.yaml,
package.json,
]