Skip to content

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 91f434f commit acefc95
Show file tree
Hide file tree
Showing 198 changed files with 14,575 additions and 202 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

buy_me_a_coffee: zhgchgli
2 changes: 1 addition & 1 deletion .github/workflows/ZMediumToMarkdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: ZMediumToMarkdown Automatic Bot
uses: ZhgChgLi/ZMediumToMarkdown@main
with:
command: "--cookie_uid ${{ secrets.MEDIUM_COOKIE_UID }} --cookie_sid ${{ secrets.MEDIUM_COOKIE_SID }} -j zhgchgli_test"
command: "-j YOUR_MEDIUM_USERNAME"
17 changes: 0 additions & 17 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
workflows: [ZMediumToMarkdown]
types:
- completed
schedule:
- cron: "10 1 * * *"

concurrency:
group: "pages"
Expand Down Expand Up @@ -58,18 +56,3 @@ jobs:
- name: Deploy
run: bash tools/deploy.sh
# - name: Upload site artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: "_site${{ steps.pages.outputs.base_path }}"

# deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
35 changes: 5 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,9 @@
# ZMediumToJekyll Starter (based on Chirpy Starter and ZMediumToMarkdown)
[![Automatic build](https://github.com/ZhgChgLi/zhgchgli.github.io/actions/workflows/pages-deploy.yml/badge.svg)](https://github.com/ZhgChgLi/zhgchgli.github.io/actions/workflows/pages-deploy.yml)

This project enables you to effortlessly and quickly create a mirrored content site for your Medium blog.
[![pages-build-deployment](https://github.com/ZhgChgLi/zhgchgli.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ZhgChgLi/zhgchgli.github.io/actions/workflows/pages/pages-build-deployment)

Automatically syncs your Medium posts, retrieves all content (including images and embedded code snippets), converts them to Markdown, and serves them as a static website using Jekyll with the Chirpy theme on GitHub Pages.
[![ZMediumToMarkdown](https://github.com/ZhgChgLi/zhgchgli.github.io/actions/workflows/ZMediumToMarkdown.yml/badge.svg)](https://github.com/ZhgChgLi/zhgchgli.github.io/actions/workflows/ZMediumToMarkdown.yml)

It’s user-friendly, stable, completely free, and requires a one-time setup for lifetime service.
[zhgchg.li](https://zhgchg.li)

## Live Demo
![alt text](image.png)
- [https://zhgchg.li/](https://zhgchg.li/)
- [https://github.com/ZhgChgLi/zhgchgli.github.io](https://github.com/ZhgChgLi/zhgchgli.github.io)

## Powered by
- [Jekyll](https://jekyllrb.com/)
- [Chirpy Jekyll Theme](https://github.com/cotes2020/jekyll-theme-chirpy/) v7.x
- [ZMediumToMarkdown](https://github.com/ZhgChgLi/ZMediumToMarkdown) Latest

## Usage

Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).

## Buy me a coffee ❤️❤️❤️

<a href="https://www.buymeacoffee.com/zhgchgli" target="_blank"><img width="545" alt="bmc-button" src="https://github.com/user-attachments/assets/5983bfc9-27fd-49e0-a7f4-eb07657c6e31"></a>

[**If this project has helped you, feel free to sponsor me a cup of coffee, thank you.**](https://www.buymeacoffee.com/zhgchgli)

## Other works

### Integration Tools
- [ZReviewTender](https://github.com/ZhgChgLi/ZReviewTender) is a tool for fetching app reviews from the App Store and Google Play Console and integrating them into your workflow.
- [ZMediumToMarkdown](https://github.com/ZhgChgLi/ZMediumToMarkdown) is a powerful tool that allows you to effortlessly download and convert your Medium posts to Markdown format.
- [linkyee](https://github.com/ZhgChgLi/linkyee) is a fully customized, open-source LinkTree alternative deployed directly on GitHub Pages.
[zhgchgli.github.io](https://zhgchgli.github.io)
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ theme: jekyll-theme-chirpy
lang: en

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

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

title: Medium to jekyll starter # the main title
title: Medium To Jekyll Starter # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle

Expand All @@ -23,7 +23,7 @@ description: >- # used by seo meta and the atom feed
# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: "https://medium-to-jekyll-starter.zhgchg.li"
url: "https://medium-to-jekyll-starter.zhgchg.li/"

github:
username: github_username # change to your GitHub username
Expand Down Expand Up @@ -95,10 +95,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:
avatar: "/assets/img/avatar.png"

# 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 Down
Binary file added _data/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
# -------------------------------------
# {author_id}:
# name: {full name}
# twitter: {twitter_of_author}
# 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/
93 changes: 93 additions & 0 deletions _data/locales/ar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# The layout text of site

# ----- Commons label -----

layout:
post: منشور
category: فئة
tag: وسم

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: الرئيسية
categories: الفئات
tags: الوسوم
archives: الأرشيف
about: حول

# the text displayed in the search bar & search results
search:
hint: بحث
cancel: إلغاء
no_results: نأسف! لا يوجد نتائج.

panel:
lastmod: المحدثة مؤخرا
trending_tags: الوسوم الشائعة
toc: محتويات

copyright:
# Shown at the bottom of the post
license:
template: هذا المنشور تحت ترخيص :LICENSE_NAME بواسطة المؤلف.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

# Displayed in the footer
brief: بعض الحقوق محفوظة.
verbose: >-
ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع
بموجب ترخيص Creative Commons Attribution 4.0 International (CC BY 4.0) من قبل المؤلف.
meta: >-
باستخدام :PLATFORM السمة :THEME<br/>
Automatically sync posts from Medium with ZhgChg.Li.
not_found:
statement: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.

notification:
update_found: يتوفر اصدار جديد للمحتوى.
update: تحديث

# ----- Posts related labels -----

post:
written_by: بواسطة
posted: نشّر
updated: حدّث
words: كلمات
pageview_measure: مشاهدات
read_time:
unit: دقيقة
prompt: قراءة
relate_posts: إقرأ المزيد
share: شارك
button:
next: الأجدد
previous: الأقدم
copy_code:
succeed: تم النسخ!
share_link:
title: أنسخ الرابط
succeed: تم نسخ الرابط بنجاح!

# Date time format.
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
df:
post:
strftime: "%b %e, %Y"
dayjs: "ll"
archives:
strftime: "%b"
dayjs: "MMM"

# categories page
categories:
category_measure:
singular: فئة
plural: فئات
post_measure:
singular: منشور
plural: منشورات
83 changes: 83 additions & 0 deletions _data/locales/bg-BG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# The layout text of site

# ----- Commons label -----

layout:
post: Публикация
category: Категория
tag: Таг

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: Начало
categories: Категории
tags: Тагове
archives: Архив
about: За мен

# the text displayed in the search bar & search results
search:
hint: търси
cancel: Отмени
no_results: Упс! Не са намерени резултати.

panel:
lastmod: Наскоро обновени
trending_tags: Популярни тагове
toc: Съдържание

copyright:
# Shown at the bottom of the post
license:
template: Тази публикация е лицензирана под :LICENSE_NAME от автора.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

# Displayed in the footer
brief: Някои права запазени.
verbose: >-
Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани
под лиценза Creative Commons Attribution 4.0 (CC BY 4.0) от автора.
meta: >-
Създадено чрез :PLATFORM и :THEME тема<br/>
Automatically sync posts from Medium with ZhgChg.Li.
not_found:
statement: Съжалявам, но на този URL адрес няма налично съдържание.

notification:
update_found: Налична е нова версия на съдържанието.
update: Обнови

# ----- Posts related labels -----

post:
written_by: Автор
posted: Публикувана
updated: Обновена
words: думи
pageview_measure: преглеждания
read_time:
unit: мин
prompt: четиво
relate_posts: Още за четене
share: Споделете
button:
next: По-нови
previous: По-стари
copy_code:
succeed: Копирано!
share_link:
title: Копирай линк
succeed: Линкът е копиран успешно!

# categories page
categories:
category_measure:
singular: категория
plural: категории
post_measure:
singular: публикация
plural: публикации
Loading

0 comments on commit acefc95

Please sign in to comment.