-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.bak-yml.01162026
More file actions
119 lines (105 loc) · 2.96 KB
/
Copy path_config.bak-yml.01162026
File metadata and controls
119 lines (105 loc) · 2.96 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
# -----------------------------
# Site Settings
# -----------------------------
title: "Jack D. Lail"
logo: "/assets/site-logo/jacklail-website-logo.png" # relative path of site logo
description: "Journalism, Technology, History"
url: "https://jacklail.com"
baseurl: "" # Keep empty for a root domain
locale: "en-US"
tagline: "A retired Tennessee journalist writing about media, tech, and genealogy."
# -----------------------------
# Theme & Plugins
# -----------------------------
remote_theme: mmistakes/so-simple-theme
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
# -----------------------------
# Home page pagination settings
# -----------------------------
paginate: 10 # amount of posts to show per page
paginate_path: /page:num/
# -----------------------------
# Theme Configuration
# -----------------------------
# -----------------------------
# Skin options: /default, /dark, /solarized-light, /solarized-dark
# -----------------------------
skin: "/assets/css/skins/default.css"
# -----------------------------
# Layout basics
# -----------------------------
# -----------------------------
# Author information
# -----------------------------
author:
name: "Jack D. Lail"
picture: /assets/author/jack-d-lail.webp
# avatar: "/assets/images/my-photo.jpg"
bio: "Writing about media, tech, and genealogy."
location: "Knoxville, Tennessee, USA"
links:
- label: "Email"
url: "mailto:contact@goldenleaf.addy.io"
icon: fas fa-envelope
# -----------------------------
# footer links
# -----------------------------
footer_links:
- title: Threads
url: https://threads.com/@jacklail
icon: fa-brands fa-threads
- title: X
url: https://x.com/jacklail
icon: fa-brands fa-x-twitter
- title: GitHub
url: https://github.com/jdlail
icon: fa-brands fa-github-square
- title: LinkedIn
url: https://www.linkedin.com/in/jacklail/
icon: fa-brands fa-linkedin
- title: Feed
url: atom.xml
icon: fas fa-rss-square
# -----------------------------
# Features
# -----------------------------
search: true
read_time: true
taxonomy: true # Enables tags and categories
# -----------------------------
# Google Analytics
# -----------------------------
google_analytics: "G-5P5WVKZK48"
# -----------------------------
# Social media links
# -----------------------------
social:
name: "Jack D. Lail"
links:
- https://facebook.com/jacklail
- https://www.reddit.com/user/jacklail/
- https://threads.com/@jacklail
- https://x.com/jacklail
- https://github.com/jdlail
- https://www.linkedin.com/in/jacklail/
# -----------------------------
# Taxonomy
# -----------------------------
category_archive_path: "/categories/#"
tag_archive_path: "/tags/#"
# -----------------------------
# Jekyll Settings
# -----------------------------
markdown: kramdown
highlighter: rouge
permalink: /:year/:month/:title/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor