-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
133 lines (121 loc) · 3.62 KB
/
_config.yml
File metadata and controls
133 lines (121 loc) · 3.62 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# ===============================================================
# Site Metadata
# ===============================================================
title: James Howard
email: jh@jameshoward.us
description: >-
This website is a comprehensive showcase of my multifaceted journey
through public service, scholarship, teaching, and distinguished
honors. It serves as a portal into the diverse ways I engage with
the world, aiming to inspire, educate, and make a meaningful impact
in every endeavor I undertake.
baseurl: "" # e.g., /blog if served from a subpath
url: "https://jameshoward.us"
port: 4000
permalink: pretty
# ===============================================================
# Collections
# ===============================================================
collections:
posts:
output: true
permalink: /blog/:year/:month/:day/:slug
type: "post"
ancestry:
output: true
permalink: /ancestry/:slug
type: "page"
# ===============================================================
# Author / Social
# ===============================================================
twitter_username: k3jph
github_username: k3jph
# ===============================================================
# Sass / Assets
# ===============================================================
sass:
sass_dir: assets/css
style: compressed
sourcemap: never
# ===============================================================
# Pagination / Tagging
# ===============================================================
paginate: 10
paginate_path: "/blog/page/:num/"
tag_page_layout: tag_page
tag_page_dir: tag
tag_page_data:
sitemap: false
title: "All Posts With Tag"
# ===============================================================
# Plugins
# ===============================================================
plugins:
- jekyll-feed
- jekyll-sass-converter
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-paginate
- jekyll/tagging
- jekyll-inline-svg
- jekyll-toc
- jekyll_picture_tag
# ===============================================================
# Exclusions
# ===============================================================
exclude:
- .sass-cache/
- .jekyll-cache/
- .idea/
- _scripts/
- _templates/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# ===============================================================
# SVG Optimization
# ===============================================================
svg:
optimize: true
# ===============================================================
# Iframely (embeds)
# ===============================================================
iframely-key: 176ff6184ababb980170f6037497fb6a
# ===============================================================
# Redirect Settings
# ===============================================================
redirect_from:
json: false
# ===============================================================
# Plugins: Table of Contents
# ===============================================================
toc:
min_level: 2
max_level: 4
ordered_list: false
no_toc_section_class: "no-toc"
list_class: "toc-list"
heading_text: "Contents"
heading_level: 2
# ===============================================================
# Responsive Image Handling (WebP only)
# ===============================================================
picture:
source: "assets/img"
output: "assets/generated"
markup: "picture"
formats:
webp:
quality: 80
fallback_width: 800
relative_url: true
cdn: true
generate_missing: false
suppress_warnings: true
exclude:
- "**/*.svg"