Skip to content

Commit 1ef81fe

Browse files
committed
initial config in website theme
1 parent 587f91d commit 1ef81fe

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ timezone:
1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: Sliceworkz # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: Feature Slices, Event Sourcing and EventModeling libraries
2020

2121
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+
Libraries for modern Java development based on Event Sourcing, EventModeling, DCB (Dynamic Context Boundary) and independent feature slices with Vertical Slice Architecture.
2323
2424
# Fill in the protocol & hostname for your site.
2525
# E.g. 'https://username.github.io', note that it does not end with a '/'.
2626
url: ""
2727

2828
github:
29-
username: github_username # change to your GitHub username
29+
username: sliceworkz # change to your GitHub username
3030

3131
twitter:
3232
username: twitter_username # change to your Twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: [email protected] # change to your email address
37+
name: Sliceworkz
38+
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
41+
#- https://twitter.com/username # change to your Twitter homepage
42+
- https://github.com/sliceworkz # change to your GitHub homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
4545
# - https://www.linkedin.com/in/username
@@ -59,7 +59,7 @@ webmaster_verifications:
5959
# Web Analytics Settings
6060
analytics:
6161
google:
62-
id: # fill in your Google Analytics ID
62+
id: G-L3771TDH92
6363
goatcounter:
6464
id: # fill in your GoatCounter ID
6565
umami:

_data/contact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- type: github
44
icon: "fab fa-github"
55

6-
- type: twitter
7-
icon: "fa-brands fa-x-twitter"
6+
#- type: twitter
7+
# icon: "fa-brands fa-x-twitter"
88

99
- type: email
1010
icon: "fas fa-envelope"

_data/share.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ platforms:
66
icon: "fa-brands fa-square-x-twitter"
77
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
88

9-
- type: Facebook
10-
icon: "fab fa-facebook-square"
11-
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
9+
#- type: Facebook
10+
# icon: "fab fa-facebook-square"
11+
# link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
1212

13-
- type: Telegram
14-
icon: "fab fa-telegram"
15-
link: "https://t.me/share/url?url=URL&text=TITLE"
13+
#- type: Telegram
14+
# icon: "fab fa-telegram"
15+
# link: "https://t.me/share/url?url=URL&text=TITLE"
1616

1717
# Uncomment below if you need to.
1818
#
19-
# - type: Linkedin
20-
# icon: "fab fa-linkedin"
21-
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
19+
- type: Linkedin
20+
icon: "fab fa-linkedin"
21+
link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
2222
#
2323
# - type: Weibo
2424
# icon: "fab fa-weibo"
@@ -37,13 +37,13 @@ platforms:
3737
# - label: photog.social
3838
# link: "https://photog.social/"
3939
#
40-
# - type: Bluesky
41-
# icon: "fa-brands fa-bluesky"
42-
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
40+
- type: Bluesky
41+
icon: "fa-brands fa-bluesky"
42+
link: "https://bsky.app/intent/compose?text=TITLE%20URL"
4343
#
44-
# - type: Reddit
45-
# icon: "fa-brands fa-square-reddit"
46-
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
44+
- type: Reddit
45+
icon: "fa-brands fa-square-reddit"
46+
link: "https://www.reddit.com/submit?url=URL&title=TITLE"
4747
#
4848
# - type: Threads
4949
# icon: "fa-brands fa-square-threads"

0 commit comments

Comments
 (0)