-
-
- # Chirpy Jekyll Theme
-
- A minimal, responsive, and feature-rich Jekyll theme for technical writing.
-
- [][ci]
- [][codacy]
- [][license]
- [][gem]
- [][open-container]
-
- [**Live Demo** →][demo]
-
- [][demo]
-
-
-
-## Features
-
-- Dark Theme
-- Localized UI language
-- Pinned Posts on Home Page
-- Hierarchical Categories
-- Trending Tags
-- Table of Contents
-- Last Modified Date
-- Syntax Highlighting
-- Mathematical Expressions
-- Mermaid Diagrams & Flowcharts
-- Dark Mode Images
-- Embed Media
-- Comment Systems
-- Built-in Search
-- Atom Feeds
-- PWA
-- Web Analytics
-- SEO & Performance Optimization
-
-## Documentation
-
-To learn how to use, develop, and upgrade the project, please refer to the [Wiki][wiki].
-
-## Contributing
-
-Contributions (_pull requests_, _issues_, and _discussions_) are what make the open-source community such an amazing place
-to learn, inspire, and create. Any contributions you make are greatly appreciated.
-For details, see the "[Contributing Guidelines][contribute-guide]".
-
-## Credits
-
-### Contributors
-
-Thanks to [all the contributors][contributors] involved in the development of the project!
-
-[][contributors]
- — Made with [contrib.rocks](https://contrib.rocks)
-
-### Third-Party Assets
-
-This project is built on the [Jekyll][jekyllrb] ecosystem and some [great libraries][lib], and is developed using [VS Code][vscode] as well as tools provided by [JetBrains][jetbrains] under a non-commercial open-source software license.
-
-The avatar and favicon for the project's website are from [ClipartMAX][clipartmax].
-
-## License
-
-This project is published under [MIT License][license].
-
-[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
-[ci]: https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml?query=event%3Apush+branch%3Amaster
-[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
-[license]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE
-[open-container]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/cotes2020/jekyll-theme-chirpy
-[jekyllrb]: https://jekyllrb.com/
-[clipartmax]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
-[demo]: https://cotes2020.github.io/chirpy-demo/
-[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
-[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md
-[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
-[lib]: https://github.com/cotes2020/chirpy-static-assets
-[vscode]: https://code.visualstudio.com/
-[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
+> Welcome to my personal website!
+Here, I mainly share my study notes, technical insights, and some game development demos I’ve created.
+The content will be continuously updated, covering topics such as software development, game design, and 3D simulation.
+I hope this website can be a place for knowledge sharing and also a record of my personal growth.
+{: .prompt-tip }
diff --git a/_config.yml b/_config.yml
index 0a78679d26e..5531553b3ca 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,7 +5,8 @@ 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'.
+# otherwise, the layout language will use the default value of 'en'. zh-TW
+# lang: en
lang: en
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
@@ -14,19 +15,19 @@ timezone: Asia/Shanghai
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
-title: Chirpy # the main title
+title: Sea # the main title
-tagline: A text-focused Jekyll theme # it will display as the subtitle
+tagline: A fun sharing website # 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 fun sharing website, Mainly used to share study notes, experiences, game demos, etc.
# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
github:
- username: github_username # change to your GitHub username
+ username: mHai2015 # change to your GitHub username
twitter:
username: twitter_username # change to your Twitter username
@@ -34,8 +35,8 @@ twitter:
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: hai
+ email: hai0312@163.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
@@ -95,10 +96,11 @@ 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: "https://chirpy-img.netlify.app"
+# cdn: "https://chirpy-img.netlify.app"
+cdn: "/assets/img"
# the avatar on sidebar, support local or CORS resources
-avatar: "/commons/avatar.jpg"
+avatar: "/commons/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.
diff --git a/_data/authors.yml b/_data/authors.yml
index f012012135a..c37ec50f51b 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -6,12 +6,8 @@
# url: {homepage_of_author}
# -------------------------------------
-cotes:
- name: Cotes Chung
- twitter: cotes2020
- url: https://github.com/cotes2020/
+author_hai:
+ name: hai
+ twitter: hai_2015
+ url: https://github.com/mHai2015/
-sille_bille:
- name: Dinesh Prasanth Moluguwan Krishnamoorthy
- twitter: dinesh_MKD
- url: https://github.com/SilleBille/
diff --git "a/_posts/2019-08-09-\345\246\202\344\275\225\345\234\250Github\344\270\212\351\205\215\347\275\256ssh.md" "b/_posts/2019-08-09-\345\246\202\344\275\225\345\234\250Github\344\270\212\351\205\215\347\275\256ssh.md"
new file mode 100644
index 00000000000..cbc23cb75f8
--- /dev/null
+++ "b/_posts/2019-08-09-\345\246\202\344\275\225\345\234\250Github\344\270\212\351\205\215\347\275\256ssh.md"
@@ -0,0 +1,29 @@
+---
+title: 如何在Github上配置ssh
+description: >-
+ Get started with Chirpy basics in this comprehensive overview.
+ You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.
+author: author_hai
+date: 2019-08-09 20:55:00 +0800
+categories: [Blogging, Tutorial]
+tags: [getting started, 中文]
+pin: true
+media_subpath: '/posts/20180809'
+lang: zh-TW
+---
+
+## 如何在Github上配置ssh
+
+When creating your site repository, you have two options depending on your needs:
+
+### Option 1. 在本地電腦上生成SSH金鑰 (Recommended)
+
+```console
+ssh-keygen -t rsa -b 4096 -C "你的郵箱"
+```
+
+一路回車,會生成兩個文件(默認位置在 ~/.ssh/):
+
+id_rsa(私鑰,請勿泄露)
+
+id_rsa.pub(公鑰,需要添加到 GitHub)
diff --git "a/_posts/2019-08-09-\347\254\254\344\270\200\345\200\213\347\266\262\347\253\231.md" "b/_posts/2019-08-09-\347\254\254\344\270\200\345\200\213\347\266\262\347\253\231.md"
new file mode 100644
index 00000000000..1826afa3e83
--- /dev/null
+++ "b/_posts/2019-08-09-\347\254\254\344\270\200\345\200\213\347\266\262\347\253\231.md"
@@ -0,0 +1,150 @@
+---
+title: 第一個網站
+description: >-
+ Get started with Chirpy basics in this comprehensive overview.
+ You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.
+author: author_hai
+date: 2019-08-09 20:55:00 +0800
+categories: [Blogging, Tutorial]
+tags: [getting started, 中文]
+pin: true
+media_subpath: '/posts/20180809'
+lang: zh-TW
+---
+
+## Creating a Site Repository
+
+When creating your site repository, you have two options depending on your needs:
+
+### Option 1. Using the Starter (Recommended)
+
+This approach simplifies upgrades, isolates unnecessary files, and is perfect for users who want to focus on writing with minimal configuration.
+
+1. Sign in to GitHub and navigate to the [**starter**][starter].
+2. Click the Use this template button and then select Create a new repository.
+3. Name the new repository `.github.io`, replacing `username` with your lowercase GitHub username.
+
+### Option 2. Forking the Theme
+
+This approach is convenient for modifying features or UI design, but presents challenges during upgrades. So don't try this unless you are familiar with Jekyll and plan to heavily modify this theme.
+
+1. Sign in to GitHub.
+2. [Fork the theme repository](https://github.com/cotes2020/jekyll-theme-chirpy/fork).
+3. Name the new repository `.github.io`, replacing `username` with your lowercase GitHub username.
+
+## Setting up the Environment
+
+Once your repository is created, it's time to set up your development environment. There are two primary methods:
+
+### Using Dev Containers (Recommended for Windows)
+
+Dev Containers offer an isolated environment using Docker, which prevents conflicts with your system and ensures all dependencies are managed within the container.
+
+**Steps**:
+
+1. Install Docker:
+ - On Windows/macOS, install [Docker Desktop][docker-desktop].
+ - On Linux, install [Docker Engine][docker-engine].
+2. Install [VS Code][vscode] and the [Dev Containers extension][dev-containers].
+3. Clone your repository:
+ - For Docker Desktop: Start VS Code and [clone your repo in a container volume][dc-clone-in-vol].
+ - For Docker Engine: Clone your repo locally, then [open it in a container][dc-open-in-container] via VS Code.
+4. Wait for the Dev Containers setup to complete.
+
+### Setting up Natively (Recommended for Unix-like OS)
+
+For Unix-like systems, you can set up the environment natively for optimal performance, though you can also use Dev Containers as an alternative.
+
+**Steps**:
+
+1. Follow the [Jekyll installation guide](https://jekyllrb.com/docs/installation/) to install Jekyll and ensure [Git](https://git-scm.com/) is installed.
+2. Clone your repository to your local machine.
+3. If you forked the theme, install [Node.js][nodejs] and run `bash tools/init.sh` in the root directory to initialize the repository.
+4. Run command `bundle` in the root of your repository to install the dependencies.
+
+## Usage
+
+### Start the Jekyll Server
+
+To run the site locally, use the following command:
+
+```terminal
+$ bundle exec jekyll serve
+```
+
+> If you are using Dev Containers, you must run that command in the **VS Code** Terminal.
+{: .prompt-info }
+
+After a few seconds, the local server will be available at .
+
+### Configuration
+
+Update the variables in `_config.yml`{: .filepath} as needed. Some typical options include:
+
+- `url`
+- `avatar`
+- `timezone`
+- `lang`
+
+### Social Contact Options
+
+Social contact options are displayed at the bottom of the sidebar. You can enable or disable specific contacts in the `_data/contact.yml`{: .filepath} file.
+
+### Customizing the Stylesheet
+
+To customize the stylesheet, copy the theme's `assets/css/jekyll-theme-chirpy.scss`{: .filepath} file to the same path in your Jekyll site, and add your custom styles at the end of the file.
+
+### Customizing Static Assets
+
+Static assets configuration was introduced in version `5.1.0`. The CDN of the static assets is defined in `_data/origin/cors.yml`{: .filepath }. You can replace some of them based on the network conditions in the region where your website is published.
+
+If you prefer to self-host the static assets, refer to the [_chirpy-static-assets_](https://github.com/cotes2020/chirpy-static-assets#readme) repository.
+
+## Deployment
+
+Before deploying, check the `_config.yml`{: .filepath} file and ensure the `url` is configured correctly. If you prefer a [**project site**](https://help.github.com/en/github/working-with-github-pages/about-github-pages#types-of-github-pages-sites) and don't use a custom domain, or if you want to visit your website with a base URL on a web server other than **GitHub Pages**, remember to set the `baseurl` to your project name, starting with a slash, e.g., `/project-name`.
+
+Now you can choose _ONE_ of the following methods to deploy your Jekyll site.
+
+### Deploy Using Github Actions
+
+Prepare the following:
+
+- If you're on the GitHub Free plan, keep your site repository public.
+- If you have committed `Gemfile.lock`{: .filepath} to the repository, and your local machine is not running Linux, update the platform list of the lock file:
+
+ ```console
+ $ bundle lock --add-platform x86_64-linux
+ ```
+
+Next, configure the _Pages_ service:
+
+1. Go to your repository on GitHub. Select the _Settings_ tab, then click _Pages_ in the left navigation bar. In the **Source** section (under _Build and deployment_), select [**GitHub Actions**][pages-workflow-src] from the dropdown menu.
+ {: .light .border .normal w='375' h='140' }
+ {: .dark .normal w='375' h='140' }
+
+2. Push any commits to GitHub to trigger the _Actions_ workflow. In the _Actions_ tab of your repository, you should see the workflow _Build and Deploy_ running. Once the build is complete and successful, the site will be deployed automatically.
+
+You can now visit the URL provided by GitHub to access your site.
+
+### Manual Build and Deployment
+
+For self-hosted servers, you will need to build the site on your local machine and then upload the site files to the server.
+
+Navigate to the root of the source project, and build your site with the following command:
+
+```console
+$ JEKYLL_ENV=production bundle exec jekyll b
+```
+
+Unless you specified the output path, the generated site files will be placed in the `_site`{: .filepath} folder of the project's root directory. Upload these files to your target server.
+
+[nodejs]: https://nodejs.org/
+[starter]: https://github.com/cotes2020/chirpy-starter
+[pages-workflow-src]: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
+[docker-desktop]: https://www.docker.com/products/docker-desktop/
+[docker-engine]: https://docs.docker.com/engine/install/
+[vscode]: https://code.visualstudio.com/
+[dev-containers]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
+[dc-clone-in-vol]: https://code.visualstudio.com/docs/devcontainers/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume
+[dc-open-in-container]: https://code.visualstudio.com/docs/devcontainers/containers#_quick-start-open-an-existing-folder-in-a-container
diff --git a/_tabs/about.md b/_tabs/about.md
index ddb2bc4c5bd..701d4a6f9f3 100644
--- a/_tabs/about.md
+++ b/_tabs/about.md
@@ -4,5 +4,14 @@ icon: fas fa-info-circle
order: 4
---
-> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
+> 歡迎來到我的個人網站!
+這裡主要分享我的學習筆記、技術心得,以及一些我在遊戲開發過程中的 Demo。
+網站內容會持續更新,涵蓋 程式開發、遊戲設計、3D 模擬 等主題。
+希望能夠透過這個平台與更多朋友交流,也讓自己記錄學習與成長的過程。
+{: .prompt-tip }
+
+> Welcome to my personal website!
+Here, I mainly share my study notes, technical insights, and some game development demos I’ve created.
+The content will be continuously updated, covering topics such as software development, game design, and 3D simulation.
+I hope this website can be a place for knowledge sharing and also a record of my personal growth.
{: .prompt-tip }
diff --git a/assets/img/commons/IMG_9499.png b/assets/img/commons/IMG_9499.png
new file mode 100644
index 00000000000..582055aee8c
Binary files /dev/null and b/assets/img/commons/IMG_9499.png differ
diff --git a/assets/img/commons/IMG_9825.JPEG b/assets/img/commons/IMG_9825.JPEG
new file mode 100644
index 00000000000..99cd9013019
Binary files /dev/null and b/assets/img/commons/IMG_9825.JPEG differ
diff --git a/assets/img/commons/avatar.png b/assets/img/commons/avatar.png
new file mode 100644
index 00000000000..7111c74e0b3
Binary files /dev/null and b/assets/img/commons/avatar.png differ
diff --git a/assets/img/commons/devices-mockup.png b/assets/img/commons/devices-mockup.png
new file mode 100644
index 00000000000..d6b752160c9
Binary files /dev/null and b/assets/img/commons/devices-mockup.png differ
diff --git a/assets/img/favicons/android-chrome-192x192.png b/assets/img/favicons/android-chrome-192x192.png
deleted file mode 100644
index a949d2fe5d1..00000000000
Binary files a/assets/img/favicons/android-chrome-192x192.png and /dev/null differ
diff --git a/assets/img/favicons/android-chrome-512x512.png b/assets/img/favicons/android-chrome-512x512.png
deleted file mode 100644
index a0cdd950b35..00000000000
Binary files a/assets/img/favicons/android-chrome-512x512.png and /dev/null differ
diff --git a/assets/img/favicons/apple-touch-icon.png b/assets/img/favicons/apple-touch-icon.png
index 648097f4fc7..20ea142d3f3 100644
Binary files a/assets/img/favicons/apple-touch-icon.png and b/assets/img/favicons/apple-touch-icon.png differ
diff --git a/assets/img/favicons/browserconfig.xml b/assets/img/favicons/browserconfig.xml
deleted file mode 100644
index a02a5c74ebb..00000000000
--- a/assets/img/favicons/browserconfig.xml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: compress
----
-
-
-
-
-
-
- #da532c
-
-
-
diff --git a/assets/img/favicons/favicon-16x16.png b/assets/img/favicons/favicon-16x16.png
deleted file mode 100644
index f44237a9a42..00000000000
Binary files a/assets/img/favicons/favicon-16x16.png and /dev/null differ
diff --git a/assets/img/favicons/favicon-32x32.png b/assets/img/favicons/favicon-32x32.png
deleted file mode 100644
index d5d021d85c8..00000000000
Binary files a/assets/img/favicons/favicon-32x32.png and /dev/null differ
diff --git a/assets/img/favicons/favicon-96x96.png b/assets/img/favicons/favicon-96x96.png
new file mode 100644
index 00000000000..0ea24b9d3b7
Binary files /dev/null and b/assets/img/favicons/favicon-96x96.png differ
diff --git a/assets/img/favicons/favicon.ico b/assets/img/favicons/favicon.ico
index 561156802e6..36b8721a987 100644
Binary files a/assets/img/favicons/favicon.ico and b/assets/img/favicons/favicon.ico differ
diff --git a/assets/img/favicons/favicon.svg b/assets/img/favicons/favicon.svg
new file mode 100644
index 00000000000..07ce09a0af9
--- /dev/null
+++ b/assets/img/favicons/favicon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/assets/img/favicons/mstile-150x150.png b/assets/img/favicons/mstile-150x150.png
deleted file mode 100644
index c0d045e25de..00000000000
Binary files a/assets/img/favicons/mstile-150x150.png and /dev/null differ
diff --git a/assets/img/favicons/site.webmanifest b/assets/img/favicons/site.webmanifest
index 03c6113b824..ccf313a3eeb 100644
--- a/assets/img/favicons/site.webmanifest
+++ b/assets/img/favicons/site.webmanifest
@@ -1,26 +1,21 @@
----
-layout: compress
----
-
-{% assign favicon_path = "/assets/img/favicons" | relative_url %}
-
{
- "name": "{{ site.title }}",
- "short_name": "{{ site.title }}",
- "description": "{{ site.description }}",
+ "name": "MyWebSite",
+ "short_name": "MySite",
"icons": [
{
- "src": "{{ favicon_path }}/android-chrome-192x192.png",
+ "src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
- "type": "image/png"
+ "type": "image/png",
+ "purpose": "maskable"
},
{
- "src": "{{ favicon_path }}/android-chrome-512x512.png",
+ "src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
- "type": "image/png"
- }],
- "start_url": "{{ '/index.html' | relative_url }}",
- "theme_color": "#2a1e6b",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#ffffff",
"background_color": "#ffffff",
- "display": "fullscreen"
-}
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/assets/img/favicons/web-app-manifest-192x192.png b/assets/img/favicons/web-app-manifest-192x192.png
new file mode 100644
index 00000000000..5a6a3bde7e8
Binary files /dev/null and b/assets/img/favicons/web-app-manifest-192x192.png differ
diff --git a/assets/img/favicons/web-app-manifest-512x512.png b/assets/img/favicons/web-app-manifest-512x512.png
new file mode 100644
index 00000000000..f1d4caf1461
Binary files /dev/null and b/assets/img/favicons/web-app-manifest-512x512.png differ