-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
61 lines (48 loc) · 1.24 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
title: 'Nicholas Dille'
tagline: 'Automation, DevOps and Containerization'
description: 'Automation, DevOps and Containerization'
url: https://dille.name
keywords: 'automation, virtualization, powershell, docker, container, devops'
#baseurl: /blog/
author:
name: 'Nicholas Dille'
url: https://bsky.app/profile/nicholas.dille.name
twitter:
username: nicholasdille
card: summary
social:
name: Nicholas Dille
links:
- https://bsky.app/profile/nicholas.dille.name
- https://www.linkedin.com/in/nicholasdille/
- https://github.com/nicholasdille
lang: en_US
webmaster_verifications:
google: MFi9wm_TjR4XDF8yNCEc1V1pRO3vkro_COmJtsySst4
bing: 0FC8353843842EB96168534BE11FA269
collections:
snippets:
output: true
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
include:
- .htaccess
- .well-known
exclude:
- .git
- Dockerfile
- psakefile.ps1
- CNAME
- README.md
- Set-StaticAzureWebsite.clixml
- Set-StaticAzureWebsite.ps1
markdown: kramdown
highlighter: rouge
permalink: pretty
kramdown:
auto_ids: true
paginate: 10
paginate_path: /blog/page:num/
excerpt_separator: <!--more-->