-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (53 loc) · 1.44 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
# Site Settings
baseurl: ""
url : "https://thomasbillington.co.uk"
timezone: Europe/London
# Blog Settings
theme_settings :
title : Tom Billington
favicon : assets/favicon.ico
# Profile Settings
profile :
image : assets/img/profile.jpg
username : Tom Billington
description : A lead software engineer with experince working in and leading award winning teams building modern applications for the UK public sector.
experience :
- start : October 2021
end: Present
experience : Lead Software Engineer @ Kainos
- start : October 2019
end: September 2021
experience : Senior Software Engineer @ Kainos
- start : August 2018
end: August 2019
experience : Associate Software Engineer @ Kainos
- start : November 2012
end: July 2018
experience : Software Engineer @ Capgemini
skills :
- skill : Angular
- skill : Amazon Web Services
- skill : Azure
- skill : Dynamics 365
- skill : Express
- skill : React
- skill : SharePoint
- skill : Typescript
# Icons
icons :
email: [email protected]
linkedin: TomBillingtonUK
github: TomBillingtonUK
twitter: TomBillingtonUK
# Disqus
disqus_shortname :
# Pagination
paginate: 5
paginate_path: "blog/page:num"
# Build Settings
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate]
bootstrap:
assets: true