-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
117 lines (102 loc) · 2.01 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
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
112
113
114
115
116
117
title: David Montgomery
remote_theme: just-the-docs/just-the-docs
description: A collection of various development projects and tools
url: https://dmontgomery40.github.io/Portfolio/
baseurl: "/Portfolio"
favicon: "/Portfolio/assets/favicon.ico"
aux_links:
"View on GitHub":
- "https://github.com/DMontgomery40/Portfolio"
color_scheme: dark
# Enable search
search_enabled: true
search:
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
tokenizer_separator: /[\s/]+/
rel_url: true
button: false
plugins:
- jekyll-remote-include
# Enable copy button on code blocks
enable_copy_code_button: true
# Enable anchors on headings
heading_anchors: true
# Footer content
footer_content: "Copyright © 2025 David Montgomery."
# Collections
collections:
projects:
output: true
permalink: /projects/:path/
articles:
output: true
permalink: /articles/:title/
homelab:
output: true
permalink: /homelab/:title/
storytime:
output: true
permalink: /storytime/:title/
resume:
output: true
permalink: /resume/:title/
other:
output: true
permalink: /other/:title/
# Add other collections if needed
# Default values
defaults:
-
scope:
path: "/Portfolio"
type: "projects"
values:
layout: "project"
-
scope:
path: "/Portfolio"
type: "articles"
values:
layout: "default"
-
scope:
path: "/Portfolio"
type: "homelab"
values:
layout: "default"
-
scope:
path: "/Portfolio"
type: "storytime"
values:
layout: "default"
-
scope:
path: "/Portfolio"
type: "resume"
values:
layout: "default"
-
scope:
path: "/Portfolio"
type: "other"
values:
layout: "default"
callouts:
note:
title: Note
color: white
tip:
title: Tip
color: white
warning:
title: Warning
color: white
gh_edit_link: false
search_enabled: true
kramdown:
parse_block_html: true
heading_anchors: true