-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
111 lines (98 loc) · 3.02 KB
/
_config.yml
File metadata and controls
111 lines (98 loc) · 3.02 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
### Site Settings ###
title : Seb Duerr
description : >-
🌲 PNW with Joy 💙: Kittens 🐈⬛🐈, Trails 🏔️, Pickleball 🏓, and AI 🧠.
url : "https://sebastianduerr.com"
baseurl : ""
repository : seduerr91/seduerr91
remote_theme : YoussefRaafatNasry/portfolYOU
open_new_tab : false # Opens external URLs in new tab (works for posts, projects and navbar only)
### Plugins ###
plugins:
- jemoji
### Navbar Settings ###
nav_exclude: # The following paths are excluded from navbar
- pages/cv.md
- pages/public.md
- pages/tags.html
- pages/404.html
- pages/index.md
- pages/blogideas.md
- pages/hidden-2024.md
- pages/hidden-investing.md
- pages/castles.md
- pages/castle-investment-banking.md
- pages/castle-leadership-motivation.md
- pages/castle-mental-castles.md
- pages/castle-algorithms-and-data-structures.md
- pages/castle-beautiful-questions.md
- pages/castle-cloud-infrastructure.md
- pages/castle-object-oriented-python.md
- pages/castle-deep-learning.md
- pages/castle-funny-stories.md
- pages/castle-machine-learning.md
- pages/castle-philosophy.md
- pages/castle-software-philosophy.md
- pages/castle-regex.md
- pages/castle-clean-code.md
- pages/castle-golang.md
- pages/castle-difference.md
- pages/castle-think-again.md
- pages/castle-architectural-principles.md
- pages/castle-systems-design.md
- pages/castle-personal-mba.md
- pages/castle-business.md
- pages/castle-data-applications.md
- pages/schedule.md
- pages/datenschutz.md
# - pages/castles.md
### Author Info ###
author:
name : Seb Duerr
image : /assets/seb-caricature.jpeg
# behance : your_username
# dribbble : your_username
email : duerr.sebastian@gmail.com
facebook : seduerr
github : seduerr91
gitlab : seduerr
kaggle : sebastian91
linkedin : sebastianduerr
medium : duerr.sebastian
# soundcloud : your_username
# spotify :
# stackoverflow : your_user_id
# tumblr : your_username.tumblr.com
# twitch : your_username
twitter : duerrseb
# vimeo : your_username
# youtube : your_channel_name
### Posts ###
permalink: /blog/:title
### Disqus ###
disqus: duerr # Your website Shortname on disqus
### Defaults for collections ###
collections:
ai_daily:
output: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: post
comments: true # Set to true to enable disqus comments
- scope:
path: ""
type: "ai_daily"
values:
layout: post
comments: true
### Exclude from processing ###
include:
- assets
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- "*.log"