-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
177 lines (155 loc) · 7.04 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
title: Ralph Hightower/blog
author:
name: Ralph Hightower
# email: [email protected]
email: r a l p h dot h i g h t o w e r plus b l o g at gee mail dot com
# street_address:
city: Chapin
state: South Carolina
zip_code: 29036
country: United States of America
# phone:
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: > # This means to ignore newlines until "show_excerpts:"
“The Apprentice: White House” ended a tumultuous four year season
ingloriously on January 6, 2021, at an extraordinary low point in
American history when thousands of far-right undesirables, Pride Boys,
Zero Percenters, Oath Losers, and Booger Loogies, lay siege on the US
Capitol in a vain attempt of insurrection to overthrow a fair election.
Cancel the rerun of “The Apprentice: White House – Wrecking Ball 2025”.
repository: 'RalphHightower/blog'
url: 'https://ralphhightower.github.io'
baseurl: "blog/"
timezone: 'America/New_York'
# Build settings
# If you clone the Minima repo and build locally, use this setting.
theme: minima
# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme: minima" above.
plugins:
- jekyll-avatar
- jekyll-feed
- jekyll-github-metadata
- jekyll-mentions
- jekyll-optional-front-matter
- jekyll-paginate-v2
- jekyll-readme-index
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
# - jekyll-tagging
- jekyll-titles-from-headings
- jekyll_ai_related_posts
# Theme-specific settings
# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
# header_pages:
# - about.md
# Set to `true` to show excerpts on the homepage.
show_excerpts: true
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
# solarized-light Light variant of solarized color scheme.
# solarized-dark Dark variant of solarized color scheme.
# solarized Adaptive skin for solarized color scheme skins.
skin: auto
# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
date_format: "%F %r"
# Generate social links in footer.
social_links:
- { platform: devto, user_url: "https://dev.to/RalphHightower"}
- { platform: facebook, user_url: "https://www.facebook.com/ralph.hightower" }
- { platform: flickr, user_url: "https://www.flickr.com/photos/RalphHightower" }
- { platform: github, user_url: "https://github.com/RalphHightower" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/RalphHightower" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/19978043/ralph-hightower" }
- { platform: telegram, user_url: "https://t.me/RalphHightower" }
- { platform: youtube, user_url: "https://www.youtube.com/@RalphHightower" }
# - { platform: orchid, user_url: "https://orcid.org/0009-0009-7630-3554" }
# - { platform: dribbble, user_url: "https://dribbble.com/RalphHightower" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/RalphHightower" }
# - { platform: keybase, user_url: "https://keybase.io/RalphHightower" }
# - { platform: microdotblog, user_url: "https://micro.blog/RalphHightower" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/RalphHightower" }
# - { platform: twitter, user_url: "https://twitter.com/RalphHightower" }
# pagination
# paginate: 10
# paginate_path: "/blog/page:num/"
ai_related_posts:
openai_api_key: {{ secrets.OPEN_AI_KEY }}
fetch_enabled: prod
# Optional. The default date format is used if none is specified in the tag.
last-modified-at:
date-format: "%F %r"
optional_front_matter:
remove_originals: true
enabled: true
############################################################
# Site configuration for the Jekyll 3 Pagination Gem
# The values here represent the defaults if nothing is set
pagination:
# Site-wide kill switch, disabled here it doesn't run at all
enabled: true
# Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages
debug: false
# The default document collection to paginate if nothing is specified ('posts' is default)
collection: 'posts'
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
per_page: 10
# The permalink structure for the paginated pages (this can be any level deep)
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)
title: ':title - page :num'
# Limit how many pagenated pages to create (default: 0, means all)
limit: 0
# Optional, defines the field that the posts should be sorted on (omit to default to 'date')
sort_field: 'date'
# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)
sort_reverse: true
# Optional, the default category to use, omit or just leave this as 'posts' to get a backwards-compatible behavior (all posts)
# category: 'posts'
# Optional, the default tag to use, omit to disable
# tag: ''
# Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts,
# in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code )
# locale: ''
# Optional,omit or set both before and after to zero to disable.
# Controls how the pagination trail for the paginated pages look like.
trail:
before: 2
after: 2
# Optional, the default file extension for generated pages (e.g html, json, xml).
# Internally this is set to html by default
extension: html
# Optional, the default name of the index file for generated pages (e.g. 'index.html')
# Without file extension
indexpage: 'index'
############################################################
readme_index:
enabled: true
remove_originals: true
with_frontmatter: true
relative_links:
enabled: true
collections: false
tag_page_layout: tag_page
tag_page_dir: tag
titles_from_headings:
enabled: false
strip_title: true
collections: true
exclude:
- .ai_related_posts_cache.sqlite3
- .ai_related_posts_cache.sqlite3-journal