-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
31 lines (26 loc) · 932 Bytes
/
_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
# Site settings
title: Testing Angular
subtitle: A Guide to Robust Angular Applications
email: molily@mailbox.org
description: "Unit, integration and end-to-end tests for Angular web applications. Free online book and e-book."
keywords: JavaScript, Angular, testing, automated tests, test automation, unit tests, integration tests, end-to-end tests
twitter_card: summary_large_image
twitter_image: /assets/img/flying-probe-2-1-2085-cwebp-q80.webp
og_image: /assets/img/flying-probe-1200-ogimage-85.jpg
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://testing-angular.com"
permalink: /:title/
# Build settings
host: 0.0.0.0
markdown: kramdown
sass:
style: compressed
plugins:
- jekyll-last-modified-at
- jekyll-brotli
- jekyll-minifier
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%Y-%m-%d'
jekyll-minifier:
exclude: 'service-worker.js'