Skip to content

Commit c8bf8e1

Browse files
committed
import theme and settings from blog
1 parent e2860e7 commit c8bf8e1

13 files changed

+52
-22
lines changed

_config.yml

+27-17
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,46 @@ baseurl: ""
1313
lang: en
1414

1515
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
16-
timezone: Asia/Shanghai
16+
timezone: Pacific/Auckland
1717

1818
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1919
# ↓ --------------------------
2020

21-
title: Chirpy # the main title
21+
title: json-everything # the main title
2222

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
2424

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
2726

2827
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
29-
url: ""
28+
url: "https://docs.json-everything.net"
3029

3130
github:
32-
username: github_username # change to your github username
31+
username: gregsdennis # change to your github username
3332

3433
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
3644

3745
social:
3846
# Change to your full name.
3947
# 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
4250
links:
4351
# 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
4656
# Uncomment below to add more social links
4757
# - https://www.facebook.com/username
4858
# - https://www.linkedin.com/in/username
@@ -70,17 +80,17 @@ google_analytics:
7080
# light - Use the light color scheme
7181
# dark - Use the dark color scheme
7282
#
73-
theme_mode: # [light|dark]
83+
theme_mode: dark # [light|dark]
7484

7585
# The CDN endpoint for images.
7686
# Notice that once it is assigned, the CDN url
7787
# will be added to all image (site avatar & posts' images) paths starting with '/'
7888
#
7989
# e.g. 'https://cdn.com'
80-
img_cdn: "https://chirpy-img.netlify.app"
90+
img_cdn:
8191

8292
# the avatar on sidebar, support local or CORS resources
83-
avatar: "/commons/avatar.jpg"
93+
avatar: assets/img/json-animated.webp
8494

8595
# boolean type, the global switch for TOC in posts.
8696
toc: true
@@ -192,8 +202,8 @@ exclude:
192202
jekyll-archives:
193203
enabled: [categories, tags]
194204
layouts:
195-
category: category
205+
# category: category
196206
tag: tag
197207
permalinks:
198208
tag: /tags/:name/
199-
category: /categories/:name/
209+
# category: /categories/:name/

_tabs/categories.md

-5
This file was deleted.

assets/css/style.scss

+25
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,28 @@ $tab-count: {{ site.tabs | size | plus: 1 }}; // plus 1 for home tab
1010
@import "{{ site.theme }}";
1111

1212
/* append your custom style below */
13+
14+
#sidebar #avatar>a {
15+
border: none;
16+
}
17+
18+
#sidebar {
19+
background: radial-gradient(circle, #6800B7 0%, #1d1f27 100%);
20+
}
21+
22+
#sidebar .sidebar-bottom .mode-toggle, #sidebar a {
23+
text-shadow: 1px 1px #1d1f27;
24+
}
25+
26+
#topbar-wrapper {
27+
background-color: #201d2d;
28+
}
29+
30+
#sidebar #avatar img:hover {
31+
-webkit-transform: none;
32+
transform: none;
33+
}
34+
35+
img {
36+
border-radius: 10px;
37+
}
Loading
18.5 KB
Loading
-61.1 KB
Binary file not shown.
2.16 KB
Loading

assets/img/favicons/favicon-16x16.png

5.87 KB
Loading

assets/img/favicons/favicon-32x32.png

5.45 KB
Loading

assets/img/favicons/favicon.ico

0 Bytes
Binary file not shown.
-5.41 KB
Loading

assets/img/gregsdennis.jpg

9.41 KB
Loading

assets/img/json-animated.webp

280 KB
Binary file not shown.

0 commit comments

Comments
 (0)