Customization and test-fix
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 5m48s

This commit is contained in:
Florian Weber 2024-11-14 15:01:04 +01:00
parent 79e87b8af2
commit 9d3620e3b9
Signed by: f.weber
GPG Key ID: B162B599E31221C6
8 changed files with 24 additions and 23 deletions

View File

@ -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 && \

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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` | ✓ | ✗ |
<!-- markdownlint-disable-next-line -->
> ✓ means keep, ✗ means delete.