-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (53 loc) · 1.58 KB
/
_config.yml
File metadata and controls
53 lines (53 loc) · 1.58 KB
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
title: 'ServerlessSpy'
project: 'ServerlessSpy'
description: 'CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.'
keywords: 'serverless-spy, serverlessspy, cdk, aws, integration testing, testing, jest, serverless'
author: Marko (ServerlessLife)
email: [email protected]
image: https://serverlessspy.com/logo/square_logo.png
twitter:
username: ServerlessL
og_image: https://serverlessspy.com/logo/square_logo.png
github_username: serverlesslife
show_downloads: false
encoding: UTF-8
kramdown:
input: GFM
hard_wrap: false
auto_ids: true # Auto-generate ID's for headings
future: true
jailed: false
gfm_quirks: paragraph_end
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: dark
teaser: https://serverlessspy.com/logo/square_logo.png
logo: https://serverlessspy.com/logo/square_logo.png
markdown: kramdown
sass:
# Where you keep your scss files
sass_dir: assets/css/
# Where sass should look for other scss
load_paths:
- node_modules/
exclude:
- node_modules
- test/node_modules
- vendor
repository: ServerlessLife/serverless-spy
baseurl: /
include:
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- LICENSE.md
analytics:
provider: 'google-gtag'
google:
tracking_id: 'G-C2PHH6WYPP'
social:
links:
- 'https://twitter.com/ServerlessL'
- 'https://www.linkedin.com/in/marko-serverlesslife/'
author:
name : Marko (ServerlessLife)
avatar : "/logo/marko_serverlesslife.jpg"
bio : "Full-stack Software Developer | AWS Certified Professional | Serverless Specialist"