You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/jekyll-4.3.4/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.4 to add csv into its gemspec.
42
-
gem'csv','~> 3.3'
43
-
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of safe_yaml-1.0.5 to add base64 into its gemspec.
Copy file name to clipboardExpand all lines: _config.yml
+22-16Lines changed: 22 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,13 @@ author:
12
12
usage: The information in my EOL Instructions is reserved for my wife and attorney.
13
13
description: > # this means to ignore newlines until "show_excerpts:"
14
14
End Of Life Instructions and Services Planning of Ralph Hightower for Paula and and/or executors, probate. Includes Obituary, Songs For Service. what to do with power tools, outdoor power tools, camera gear. Computers and network configurations. There is no code, no libraries, no applications, associated with my personal planning.
15
+
15
16
repository: 'RalphHightower/EOL-RalphHightower'
16
17
url: 'https://ralphhightower.github.io'
17
18
baseurl: "EOL-RalphHightower/"
18
19
timezone: 'America/New_York'
20
+
github_username: RalphHightower
21
+
#google_analytics:
19
22
20
23
# Build settings
21
24
@@ -32,15 +35,15 @@ plugins:
32
35
- jekyll-github-metadata
33
36
- jekyll-mentions
34
37
- jekyll-optional-front-matter
35
-
- jekyll-paginate
36
38
- jekyll-readme-index
37
39
- jekyll-relative-links
38
40
- jekyll-seo-tag
39
41
- jekyll-sitemap
40
-
# - jekyll-tagging
42
+
# - jekyll-tagging
41
43
- jekyll-titles-from-headings
42
-
- jekyll_ai_related_posts
43
-
44
+
- jekyll-toc
45
+
- jemoji
46
+
44
47
# Theme-specific settings
45
48
46
49
# If you want to link only specific pages in your header, use this and add the path to the pages
0 commit comments