-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
84 lines (74 loc) · 1.36 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
title: Dominik Downarowicz
description: Dynamics AX / 365 technical consulant
url: https://downardo.at
author:
name: Dominik Downarowicz
twitter: downardo
lang: en-US
branch: main
twitter:
username: downardo
card: summary
github_username: downarowiczd
linkedin: dominik-downarowicz
# Pages to include in header navigation
nav_pages:
- index.html
- about.md
- search.html
- historicSite.md
footer_pages:
- fine-print.md
# Disqus login information, for comments
disqus:
shortname: DISQUS_USERNAME
# Links to include on the contact page
contact_links:
- name: Twitter
url: https://twitter.com/DOWNARDO
icon: twitter
- name: LinkedIn
url: https://www.linkedin.com/in/dominik-downarowicz/
icon: linkedin
# Front matter defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: post
comments: true
-
scope:
path: ""
type: "pages"
values:
layout: page
comments: false
plugins:
- jekyll-seo-tag
- jekyll-avatar
- jekyll-github-metadata
- jekyll-feed
- jekyll-include-cache
- jekyll-sitemap
- jekyll-redirect-from
- jemoji
exclude:
- vendor/bundle/
- node_modules/
- js/
- sass/
- script/
- prettier.config.js
- "*.gem"
- "*.gemspec"
- "*.json"
- "*.ts"
include:
- search.json
- wiki/
theme: null
permalink: pretty
keep_files: ["wiki"]