Customization and test-fix
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 5m48s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 5m48s
This commit is contained in:
parent
79e87b8af2
commit
9d3620e3b9
@ -50,8 +50,6 @@ jobs:
|
|||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
- name: Build Assets
|
- name: Build Assets
|
||||||
run: npm i && npm run build
|
run: npm i && npm run build
|
||||||
- name: Test Site
|
|
||||||
run: bash tools/test.sh
|
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
# Outputs to the './_site' directory by default
|
# Outputs to the './_site' directory by default
|
||||||
run: |
|
run: |
|
||||||
@ -59,6 +57,8 @@ jobs:
|
|||||||
bundle exec jekyll build --destination pages
|
bundle exec jekyll build --destination pages
|
||||||
env:
|
env:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
|
- name: Test Site
|
||||||
|
run: bash tools/test.sh
|
||||||
- name: push pages
|
- name: push pages
|
||||||
run: |
|
run: |
|
||||||
cd pages && \
|
cd pages && \
|
||||||
|
@ -6,7 +6,7 @@ theme: jekyll-theme-chirpy
|
|||||||
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
|
# 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,
|
# 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'.
|
||||||
lang: de
|
lang: de-DE
|
||||||
|
|
||||||
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
|
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
|
||||||
timezone: Europe/Berlin
|
timezone: Europe/Berlin
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
# url: {homepage_of_author}
|
# url: {homepage_of_author}
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
||||||
cotes:
|
kosmos:
|
||||||
name: Cotes Chung
|
name: Florian
|
||||||
twitter: cotes2020
|
# twitter: cotes2020
|
||||||
url: https://github.com/cotes2020/
|
url: https://tree.morlana.link/@Kosmos
|
||||||
|
|
||||||
sille_bille:
|
sitiriotv:
|
||||||
name: Dinesh Prasanth Moluguwan Krishnamoorthy
|
name: Justin
|
||||||
twitter: dinesh_MKD
|
# twitter: dinesh_MKD
|
||||||
url: https://github.com/SilleBille/
|
url: https://tree.morlana.link/@SitirioTV
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# The contact options.
|
# The contact options.
|
||||||
|
|
||||||
- type: github
|
- type: discord
|
||||||
icon: "fab fa-github"
|
icon: "fa-brands fa-discord"
|
||||||
|
url: "https://morlana.link/discord"
|
||||||
|
|
||||||
- type: twitter
|
#- type: twitter
|
||||||
icon: "fa-brands fa-x-twitter"
|
# icon: "fa-brands fa-x-twitter"
|
||||||
|
|
||||||
- type: email
|
- type: email
|
||||||
icon: "fas fa-envelope"
|
icon: "fas fa-envelope"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Text and Typography
|
title: Text and Typography
|
||||||
description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.
|
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
|
date: 2019-08-08 11:33:00 +0800
|
||||||
categories: [Blogging, Demo]
|
categories: [Blogging, Demo]
|
||||||
tags: [typography]
|
tags: [typography]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Writing a New Post
|
title: Writing a New Post
|
||||||
author: cotes
|
author: sitiriotv
|
||||||
date: 2019-08-08 14:10:00 +0800
|
date: 2019-08-08 14:10:00 +0800
|
||||||
categories: [Blogging, Tutorial]
|
categories: [Blogging, Tutorial]
|
||||||
tags: [writing]
|
tags: [writing]
|
||||||
|
@ -3,7 +3,7 @@ title: Getting Started
|
|||||||
description: >-
|
description: >-
|
||||||
Get started with Chirpy basics in this comprehensive overview.
|
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.
|
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
|
date: 2019-08-09 20:55:00 +0800
|
||||||
categories: [Blogging, Tutorial]
|
categories: [Blogging, Tutorial]
|
||||||
tags: [getting started]
|
tags: [getting started]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Customize the Favicon
|
title: Customize the Favicon
|
||||||
author: cotes
|
author: sitiriotv
|
||||||
date: 2019-08-11 00:34:00 +0800
|
date: 2019-08-11 00:34:00 +0800
|
||||||
categories: [Blogging, Tutorial]
|
categories: [Blogging, Tutorial]
|
||||||
tags: [favicon]
|
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:
|
The following table will help you understand the changes to the favicon files:
|
||||||
|
|
||||||
| File(s) | From Online Tool | From Chirpy |
|
| File(s) | From Online Tool | From Chirpy |
|
||||||
|---------------------|:---------------------------------:|:-----------:|
|
| ------- | :--------------: | :---------: |
|
||||||
| `*.PNG` | ✓ | ✗ |
|
| `*.PNG` | ✓ | ✗ |
|
||||||
| `*.ICO` | ✓ | ✗ |
|
| `*.ICO` | ✓ | ✗ |
|
||||||
|
|
||||||
<!-- markdownlint-disable-next-line -->
|
<!-- markdownlint-disable-next-line -->
|
||||||
> ✓ means keep, ✗ means delete.
|
> ✓ means keep, ✗ means delete.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user