@@ -13,36 +13,46 @@ baseurl: ""
13
13
lang : en
14
14
15
15
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
16
- timezone : Asia/Shanghai
16
+ timezone : Pacific/Auckland
17
17
18
18
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
19
19
# ↓ --------------------------
20
20
21
- title : Chirpy # the main title
21
+ title : json-everything # the main title
22
22
23
- tagline : A text-focused Jekyll theme # it will display as the sub-title
23
+ tagline : Library documentation # it will display as the sub-title
24
24
25
- description : >- # used by seo meta and the atom feed
26
- A minimal, responsive and feature-rich Jekyll theme for technical writing.
25
+ description : Library documentation # used by seo meta and the atom feed
27
26
28
27
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
29
- url : " "
28
+ url : " https://docs.json-everything.net "
30
29
31
30
github :
32
- username : github_username # change to your github username
31
+ username : gregsdennis # change to your github username
33
32
34
33
twitter :
35
- username : twitter_username # change to your twitter username
34
+ username : gregsdennis # change to your twitter username
35
+
36
+ mastodon :
37
+ username : gregsdennis # change to your mastodon username
38
+
39
+ linkedin :
40
+ username : gregsdennis # change to your twitter username
41
+
42
+ stack-overflow :
43
+ username : gregsdennis # change to your stack-overflow username
36
44
37
45
social :
38
46
# Change to your full name.
39
47
# It will be displayed as the default author of the posts and the copyright owner in the Footer
40
- name : your_full_name
41
- email : example@domain .com # change to your email address
48
+ name : Greg Dennis
49
+ email : gregsdennis@yahoo .com # change to your email address
42
50
links :
43
51
# The first element serves as the copyright owner's link
44
- - https://twitter.com/username # change to your twitter homepage
45
- - https://github.com/username # change to your github homepage
52
+ - https://github.com/gregsdennis # change to your github homepage
53
+ - https://www.linkedin.com/in/gregsdennis
54
+ - https://twitter.com/gregsdennis # change to your twitter homepage
55
+ - https://dotnet.social/@gregsdennis # change to your mastodon homepage
46
56
# Uncomment below to add more social links
47
57
# - https://www.facebook.com/username
48
58
# - https://www.linkedin.com/in/username
@@ -70,17 +80,17 @@ google_analytics:
70
80
# light - Use the light color scheme
71
81
# dark - Use the dark color scheme
72
82
#
73
- theme_mode : # [light|dark]
83
+ theme_mode : dark # [light|dark]
74
84
75
85
# The CDN endpoint for images.
76
86
# Notice that once it is assigned, the CDN url
77
87
# will be added to all image (site avatar & posts' images) paths starting with '/'
78
88
#
79
89
# e.g. 'https://cdn.com'
80
- img_cdn : " https://chirpy-img.netlify.app "
90
+ img_cdn :
81
91
82
92
# the avatar on sidebar, support local or CORS resources
83
- avatar : " /commons/avatar.jpg "
93
+ avatar : assets/img/json-animated.webp
84
94
85
95
# boolean type, the global switch for TOC in posts.
86
96
toc : true
@@ -192,8 +202,8 @@ exclude:
192
202
jekyll-archives :
193
203
enabled : [categories, tags]
194
204
layouts :
195
- category : category
205
+ # category: category
196
206
tag : tag
197
207
permalinks :
198
208
tag : /tags/:name/
199
- category : /categories/:name/
209
+ # category: /categories/:name/
0 commit comments