-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
91 lines (80 loc) · 1.8 KB
/
_config.yml
File metadata and controls
91 lines (80 loc) · 1.8 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
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
85
86
87
88
89
90
91
### Site Settings ###
title: Chris Aigner
description: >-
Hi there! 👋🏼<br>
I'm <b>Chris</b>, a Senior Engineering Leader based in Vienna, Austria 🇦🇹 and Paris, France 🇫🇷
baseurl: ""
repository: christophaigner/christophaigner.github.io
### Plugins ###
plugins:
- jekyll
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-include-cache
- jemoji
- kramdown
- kramdown-parser-gfm
### Navbar Settings ###
nav_exclude:
- pages/tags.html
- pages/404.html
- pages/index.md
- AGENTS.md
- post_templates/*
### Author Info ###
author:
name: Chris Aigner
image: assets/profile.png
email: christoph.aigner.work@gmail.com
github: christophaigner
gitlab: christophaigner
linkedin: caigner
medium: christophaigner
### Timezone ###
timezone: "Europe/Vienna"
### Disqus ###
disqus:
shortname: your-short-name-disqus
# Open the site's URL in the browser.
open_url: true
# Reload a page automatically on the browser when its content is edited.
livereload: true
# Cause a build to fail if there is a YAML syntax error in a page's front matter.
strict_front_matter: true
### Configure Liquid ###
liquid:
error_mode: strict
strict_filters: true
### Analytics ###
analytics:
enabled: false
google:
tracking_id: your-google-tracking-id
### Defaults for collections ###
defaults:
- scope:
path: ""
type: "posts"
values:
comments: false
### Collections ###
collections:
reading:
output: true
permalink: /reading/:title
blog:
output: true
permalink: /blog/:title
### Exclude from processing ###
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- "*.log"
- post_templates/*
# Local dev / tooling output (keep Jekyll from parsing dependencies as site files)
- vendor/
- .bundle/
- .home/
- Gemfile.lock