Skip to content

Commit

Permalink
chore: initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
aishukander committed Sep 27, 2024
1 parent 93f616b commit b3b7188
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ theme: jekyll-theme-chirpy
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: zh-TW

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai
timezone: Asia/Taipei

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

title: Chirpy # the main title
title: aishukander # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: 只不過是用來放些東西的地方 # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
a description, but I'm not sure where is it.
# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://aishukander.github.io"

github:
username: github_username # change to your GitHub username
username: aishukander # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: su_de20697 # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: aishukander
email: yp4au5hs4@mozmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
- https://twitter.com/su_de20697 # change to your Twitter homepage
- https://github.com/aishukander # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down
8 changes: 4 additions & 4 deletions _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ platforms:
icon: "fab fa-telegram"
link: "https://t.me/share/url?url=URL&text=TITLE"

- type: Reddit
icon: "fa-brands fa-square-reddit"
link: "https://www.reddit.com/submit?url=URL&title=TITLE"

# Uncomment below if you need to.
#
# - type: Linkedin
Expand Down Expand Up @@ -41,10 +45,6 @@ platforms:
# icon: "fa-brands fa-bluesky"
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
#
# - type: Reddit
# icon: "fa-brands fa-square-reddit"
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
#
# - type: Threads
# icon: "fa-brands fa-square-threads"
# link: "https://www.threads.net/intent/post?text=TITLE%20URL"

0 comments on commit b3b7188

Please sign in to comment.