4
4
# #
5
5
# ###############################################################################
6
6
7
- baseurl : /jekyll4-theme-optima
7
+ # baseurl: /jekyll4-theme-optima
8
8
9
9
permalink : /:categories/:year-:month-:day-:title/
10
10
@@ -25,9 +25,46 @@ plugins:
25
25
26
26
timezone : America/New_York
27
27
28
- title : Optima
28
+ # remote_theme: briandrum/jekyll4-theme-optima
29
+
30
+ # ###############################################################################
31
+ # #
32
+ # jekyll-seo-tag #
33
+ # #
34
+ # ###############################################################################
29
35
36
+ title : Optima
37
+ # tagline:
30
38
description : " Optima dies … prima fugit"
39
+ # url:
40
+ # author:
41
+ # facebook:
42
+ # app_id: 1234
43
+ # publisher: 1234
44
+ # admins: 1234
45
+ # logo:
46
+ # social:
47
+ # name: Optima
48
+ # links:
49
+ # - https://www.facebook.com/optima
50
+ # - https://www.linkedin.com/in/optima
51
+ # - https://github.com/optima
52
+ # - https://keybase.io/optima
53
+ # webmaster_verifications:
54
+ # google: 1234
55
+ # bing: 1234
56
+ # alexa: 1234
57
+ # yandex: 1234
58
+ # baidu: 1234
59
+ # facebook: 1234
60
+
61
+ # ###############################################################################
62
+ # #
63
+ # Well-known #
64
+ # #
65
+ # ###############################################################################
66
+
67
+ include : [".well-known"]
31
68
32
69
# ###############################################################################
33
70
# #
@@ -76,7 +113,19 @@ optima:
76
113
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to
77
114
# customize these.
78
115
#
79
- time_and_date_short_format : " %-I:%M %P - %-d %b %Y"
116
+ time_and_date_short_format : " %-I:%M %P - %b %-d, %Y"
117
+ date_long_format : " %B %-d, %Y"
118
+
119
+ # Features
120
+ #
121
+ features :
122
+ plausible_analytics :
123
+ enabled : true
124
+ domain : briandrum.github.io
125
+
126
+ # Plausible analytics: https://plausible.io/
127
+ #
128
+ plausible_analytics : briandrum.github.io
80
129
81
130
post_categories :
82
131
@@ -102,9 +151,14 @@ optima:
102
151
- pages/archives.md
103
152
- pages/search.md
104
153
154
+ # Footer
155
+ #
156
+ description_title : " About"
157
+
105
158
# If you want to link only specific pages in your footer, uncomment this and
106
159
# add the path to the pages in order as they should show up.
107
160
#
161
+ footer_pages_title : " Here"
108
162
footer_pages :
109
163
- pages/index.md
110
164
- journal
@@ -114,9 +168,11 @@ optima:
114
168
- pages/about.md
115
169
- pages/archives.md
116
170
- pages/search.md
171
+ - pages/analytics.md
117
172
118
173
# Generate social links in footer.
119
174
#
175
+ social_links_title : " Keep in touch"
120
176
social_links :
121
177
# - { platform: devto, user_name: "jekyll", user_url: "https://dev.to/jekyll" }
122
178
# - { platform: dribbble, user_name: "jekyll", user_url: "https://dribbble.com/jekyll" }
@@ -134,3 +190,12 @@ optima:
134
190
# - { platform: telegram, user_name: "jekyll", user_url: "https://t.me/jekyll" }
135
191
- { platform: twitter, user_name: "@jekyllrb", user_url: "https://twitter.com/jekyllrb" }
136
192
# - { platform: youtube, user_name: "jekyll", user_url: "https://www.youtube.com/jekyll" }
193
+
194
+ # Generate other links in footer.
195
+ #
196
+ other_links_title : " Elsewhere"
197
+ other_links :
198
+ # - { site_name: "briandrum.com", site_url: "https://briandrum.com" }
199
+ - { site_name: "councilmandrum.net", site_url: "https://councilmandrum.net" }
200
+ - { site_name: "sugarandfrogs.com", site_url: "https://www.sugarandfrogs.com" }
201
+ - { site_name: "codes.forchagrin.com", site_url: "https://codes.forchagrin.com" }
0 commit comments