Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhgChgLiBot committed Jan 18, 2025
1 parent 92a4ef4 commit a02ad90
Show file tree
Hide file tree
Showing 67 changed files with 821 additions and 2,193 deletions.
Binary file modified .DS_Store
Binary file not shown.
52 changes: 28 additions & 24 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,33 @@ timezone: Asia/Taipei
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: jekyll # the main title
title: ZhgChgLi (Harry Li) # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: An iOS, web, and automation developer from Taiwan 🇹🇼 who also loves sharing, traveling, and writing. # 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.
An iOS, web, and automation developer from Taiwan 🇹🇼 who also loves sharing, traveling, and writing.
# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: "https://zhgchg.li/ZMediumToJekyll"
url: "https://zhgchg.li"

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

twitter:
username: twitter_username # change to your Twitter username
username: zhgchgli # 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: ZhgChgLi
email: zhgchgli@gmail.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
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
- https://medium.com/@zhgchgli
- https://github.com/ZhgChgLi
- https://www.linkedin.com/in/zhgchgli

# Site Verification Settings
webmaster_verifications:
Expand All @@ -59,7 +57,7 @@ webmaster_verifications:
# Web Analytics Settings
analytics:
google:
id: # fill in your Google Analytics ID
id: G-6WZJENT8WR
goatcounter:
id: # fill in your GoatCounter ID
umami:
Expand Down Expand Up @@ -95,10 +93,10 @@ theme_mode: # [light | dark]
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
# e.g. 'https://cdn.com'
cdn: ""
cdn:

# the avatar on sidebar, support local or CORS resources
avatar: "/assets/img/avatar.png"
avatar: "/assets/images/zhgchgli.jpg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand All @@ -109,21 +107,21 @@ toc: true

comments:
# Global switch for the post-comment system. Keeping it empty means disabled.
provider: # [disqus | utterances | giscus]
provider: giscus # [disqus | utterances | giscus]
# The provider options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
shortname: zhgchgli # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances settings › https://utteranc.es/
utterances:
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
mapping: # optional, default to 'pathname'
repo: ZhgChgLi/zhgchgli.github.io # <gh-username>/<repo>
repo_id: R_kgDOHdowLw
category: Q&A
category_id: DIC_kwDOHdowL84CU-q6
mapping: url # optional, default to 'pathname'
strict: # optional, default to '0'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
Expand Down Expand Up @@ -182,6 +180,7 @@ defaults:
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
permalink: /posts/:title/
author: ZhgChgLi
- scope:
path: _drafts
values:
Expand All @@ -190,7 +189,12 @@ defaults:
path: ""
type: tabs # see `site.collections`
values:
layout: page
layout: post
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
author: ZhgChgLi
permalink: /:title/

sass:
Expand Down
Binary file modified _data/.DS_Store
Binary file not shown.
13 changes: 4 additions & 9 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
# url: {homepage_of_author}
# -------------------------------------

cotes:
name: Cotes Chung
twitter: cotes2020
url: https://github.com/cotes2020/

sille_bille:
name: Dinesh Prasanth Moluguwan Krishnamoorthy
twitter: dinesh_MKD
url: https://github.com/SilleBille/
ZhgChgLi:
name: ZhgChgLi
twitter: zhgchgli
url: https://medium.com/@zhgchgli/
54 changes: 23 additions & 31 deletions _data/contact.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,32 @@
# The contact options.

- type: github
icon: "fab fa-github"

- type: twitter
icon: "fa-brands fa-x-twitter"

- type: email
icon: "fas fa-envelope"
noblank: true # open link in current tab

- type: rss
icon: "fas fa-rss"
-
type: link
icon: 'fas fa-link'
url: 'https://link.zhgchg.li'
-
type: linkedin
icon: 'fab fa-linkedin'
url: 'https://www.linkedin.com/in/zhgchgli'
-
type: email
icon: 'fas fa-envelope'
noblank: true # open link in current tab
-
type: rss
icon: 'fas fa-rss'
noblank: true

# Uncomment and complete the url below to enable more contact options
#
# - type: mastodon
# -
# type: mastodon
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
#
# - type: linkedin
# url: '' # Fill with your mastodon account page
# -
# type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage
#
# - type: stack-overflow
# -
# type: stack-overflow
# icon: 'fab fa-stack-overflow'
# url: '' # Fill with your stackoverflow homepage
#
# - type: bluesky
# icon: 'fa-brands fa-bluesky'
# url: '' # Fill with your Bluesky profile link
#
# - type: reddit
# icon: 'fa-brands fa-reddit'
# url: '' # Fill with your Reddit profile link
#
# - type: threads
# icon: 'fa-brands fa-threads'
# url: '' # Fill with your Threads profile link
File renamed without changes.
93 changes: 0 additions & 93 deletions _data/locales/ar.yml

This file was deleted.

83 changes: 0 additions & 83 deletions _data/locales/bg-BG.yml

This file was deleted.

Loading

0 comments on commit a02ad90

Please sign in to comment.