-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (33 loc) · 1.24 KB
/
_config.yml
File metadata and controls
39 lines (33 loc) · 1.24 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
title: Sam De Wolf | Microsoft Azure, Kubernetes & Cloud Native
description: Kubernetes, Azure, Cloud Native
permalink: ':title/'
baseurl: "" # the subpath of your site, e.g. /blog
url: "dewolfs.github.io" # the base hostname & protocol for your site, e.g. http://example.com
site-twitter: #if your site has a twitter account, enter it here
# Author Settings
author: Sam De Wolf # add your name
author-img: bio-photo.jpg # add your photo
about-author: Focus on cloud-native application architectures using container technologies on Microsoft Azure. # add description
social-twitter: sam_dewolf # add your Twitter handle
#social-facebook: # add your Facebook handle
social-github: dewolfs # add your Github handle
social-linkedin: samuel-de-wolf # add your Linkedin handle
# Disqus
#discus-identifier: mr-brown # add your discus identifier
# Tracker
# analytics: UA-168839483-1 # Google Analytics old
analytics:
provider: google-gtag
google:
tracking_id: G-DPJEL04RP2
anonymize_ip: false
# Build Settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
- jekyll-seo-tag
paginate: 5
paginate_path: "/page/:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "Gemfile", "Gemfile.lock", "README.md"]