From 9d3620e3b97cbf19dac64069ff7e828ea0e268cc Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 14 Nov 2024 15:01:04 +0100 Subject: [PATCH] Customization and test-fix --- .gitea/workflows/pages-deploy.yaml | 4 ++-- _config.yml | 2 +- _data/authors.yml | 16 ++++++++-------- _data/contact.yml | 9 +++++---- _posts/2019-08-08-text-and-typography.md | 2 +- _posts/2019-08-08-write-a-new-post.md | 2 +- _posts/2019-08-09-getting-started.md | 2 +- _posts/2019-08-11-customize-the-favicon.md | 10 +++++----- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index 9e2a31e..2467769 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -50,8 +50,6 @@ jobs: node-version: lts/* - name: Build Assets run: npm i && npm run build - - name: Test Site - run: bash tools/test.sh - name: Build with Jekyll # Outputs to the './_site' directory by default run: | @@ -59,6 +57,8 @@ jobs: bundle exec jekyll build --destination pages env: JEKYLL_ENV: production + - name: Test Site + run: bash tools/test.sh - name: push pages run: | cd pages && \ diff --git a/_config.yml b/_config.yml index 5ad9133..83c5782 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ 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: de +lang: de-DE # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker timezone: Europe/Berlin diff --git a/_data/authors.yml b/_data/authors.yml index f012012..36dac73 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -6,12 +6,12 @@ # url: {homepage_of_author} # ------------------------------------- -cotes: - name: Cotes Chung - twitter: cotes2020 - url: https://github.com/cotes2020/ +kosmos: + name: Florian + # twitter: cotes2020 + url: https://tree.morlana.link/@Kosmos -sille_bille: - name: Dinesh Prasanth Moluguwan Krishnamoorthy - twitter: dinesh_MKD - url: https://github.com/SilleBille/ +sitiriotv: + name: Justin + # twitter: dinesh_MKD + url: https://tree.morlana.link/@SitirioTV diff --git a/_data/contact.yml b/_data/contact.yml index ed40acb..e45d9d1 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,10 +1,11 @@ # The contact options. -- type: github - icon: "fab fa-github" +- type: discord + icon: "fa-brands fa-discord" + url: "https://morlana.link/discord" -- type: twitter - icon: "fa-brands fa-x-twitter" +#- type: twitter +# icon: "fa-brands fa-x-twitter" - type: email icon: "fas fa-envelope" diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md index a8db26a..35a6891 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2019-08-08-text-and-typography.md @@ -1,7 +1,7 @@ --- title: Text and Typography description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more. -author: cotes +author: kosmos date: 2019-08-08 11:33:00 +0800 categories: [Blogging, Demo] tags: [typography] diff --git a/_posts/2019-08-08-write-a-new-post.md b/_posts/2019-08-08-write-a-new-post.md index 69eaf34..4ceb348 100644 --- a/_posts/2019-08-08-write-a-new-post.md +++ b/_posts/2019-08-08-write-a-new-post.md @@ -1,6 +1,6 @@ --- title: Writing a New Post -author: cotes +author: sitiriotv date: 2019-08-08 14:10:00 +0800 categories: [Blogging, Tutorial] tags: [writing] diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 3b41a3c..a03dafc 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -3,7 +3,7 @@ title: Getting Started 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: cotes +author: kosmos date: 2019-08-09 20:55:00 +0800 categories: [Blogging, Tutorial] tags: [getting started] diff --git a/_posts/2019-08-11-customize-the-favicon.md b/_posts/2019-08-11-customize-the-favicon.md index a3278fa..45f4290 100644 --- a/_posts/2019-08-11-customize-the-favicon.md +++ b/_posts/2019-08-11-customize-the-favicon.md @@ -1,6 +1,6 @@ --- title: Customize the Favicon -author: cotes +author: sitiriotv date: 2019-08-11 00:34:00 +0800 categories: [Blogging, Tutorial] tags: [favicon] @@ -25,10 +25,10 @@ And then copy the remaining image files (`.PNG`{: .filepath} and `.ICO`{: .filep The following table will help you understand the changes to the favicon files: -| File(s) | From Online Tool | From Chirpy | -|---------------------|:---------------------------------:|:-----------:| -| `*.PNG` | ✓ | ✗ | -| `*.ICO` | ✓ | ✗ | +| File(s) | From Online Tool | From Chirpy | +| ------- | :--------------: | :---------: | +| `*.PNG` | ✓ | ✗ | +| `*.ICO` | ✓ | ✗ | > ✓ means keep, ✗ means delete.