From f3446a945b37c4d8b6f0ed3f4ab765fb00f1fd9b Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:39:49 +0000 Subject: [PATCH 01/10] Update _config.yml Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- _config.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index d6f84c57815..f76c0d649d4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,45 +1,42 @@ # The Site Configuration -# Import the theme -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: en # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker -timezone: Asia/Shanghai +timezone: GMT # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: Markmix # the main title -tagline: A text-focused Jekyll theme # it will display as the subtitle +tagline: The best tech-based brand # 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. + The home of quality tech posts and tech tips # 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: bismarkagyapong # change to your GitHub username twitter: - username: twitter_username # change to your Twitter username + username: BismarkInspires # change to your Twitter username 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: Bismark Agyapong + email: markmixstudios@gmail.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 - - https://github.com/username # change to your GitHub homepage + - https://twitter.com/BismarkInspires # change to your Twitter homepage + - https://github.com/bismarkagyapong # change to your GitHub homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username From 69b37b319864e56c8f4989f06c7541daff07420b Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:41:59 +0000 Subject: [PATCH 02/10] Update index.html Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1357b080933..ac59cb37607 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ --- layout: home -# Index page +title: "Welcome to My Blog" --- From 65b75353ab353991ebe88fe33e45c227146c7c02 Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:46:03 +0000 Subject: [PATCH 03/10] Update 2019-08-08-text-and-typography.md Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- _posts/2019-08-08-text-and-typography.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md index a8db26a00ff..6e15c7d0ed7 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2019-08-08-text-and-typography.md @@ -1,8 +1,9 @@ --- +layout: post title: Text and Typography description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more. author: cotes -date: 2019-08-08 11:33:00 +0800 +date: 2025-01-25 43:00 +0000 categories: [Blogging, Demo] tags: [typography] pin: true From 932ce2ad4d3403b93de04235672cf2cc05e93570 Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:47:31 +0000 Subject: [PATCH 04/10] Update and rename 2019-08-08-text-and-typography.md to 2025-01-25-text-and-typography.md Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- ...text-and-typography.md => 2025-01-25-text-and-typography.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _posts/{2019-08-08-text-and-typography.md => 2025-01-25-text-and-typography.md} (99%) diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2025-01-25-text-and-typography.md similarity index 99% rename from _posts/2019-08-08-text-and-typography.md rename to _posts/2025-01-25-text-and-typography.md index 6e15c7d0ed7..d44c1178d7c 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2025-01-25-text-and-typography.md @@ -1,5 +1,5 @@ --- -layout: post +layout: home title: Text and Typography description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more. author: cotes From cb2fca837b735c973680e7f617eed5ff1e9c126e Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:51:09 +0000 Subject: [PATCH 05/10] Update _config.yml Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index f76c0d649d4..6e16d9b314b 100644 --- a/_config.yml +++ b/_config.yml @@ -221,3 +221,4 @@ jekyll-archives: permalinks: tag: /tags/:name/ category: /categories/:name/ + From a4690fa1f61311e81cbabaa4f0a8187f77c778fd Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:01:47 +0000 Subject: [PATCH 06/10] Update index.html Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index ac59cb37607..0401b567111 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ --- -layout: home -title: "Welcome to My Blog" +layout: posts --- From 35ec4dd4c50fff2932deca9b5ac1088551a053fe Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:06:04 +0000 Subject: [PATCH 07/10] Update and rename index.html to index.md Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- index.html => index.md | 1 + 1 file changed, 1 insertion(+) rename index.html => index.md (61%) diff --git a/index.html b/index.md similarity index 61% rename from index.html rename to index.md index 0401b567111..efe283ce4d2 100644 --- a/index.html +++ b/index.md @@ -1,3 +1,4 @@ --- layout: posts +title: "Home" --- From 3a5a839dde61ec2b06cdcb6b595b3a47c815916f Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:09:16 +0000 Subject: [PATCH 08/10] Update _config.yml Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 6e16d9b314b..f1ba60c4a8d 100644 --- a/_config.yml +++ b/_config.yml @@ -170,10 +170,10 @@ collections: defaults: - scope: - path: "" # An empty string here means all files in the project - type: posts + path: "" + type: "pages" values: - layout: post + layout: posts comments: true # Enable comments in posts. toc: true # Display TOC column in posts. # DO NOT modify the following parameter unless you are confident enough From 08fdf084c1e06ed3af58338e8c23a75ad290773d Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:12:56 +0000 Subject: [PATCH 09/10] Update index.md Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index efe283ce4d2..50215b26011 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,5 @@ --- layout: posts title: "Home" +permalink: / --- From 947684603e62a1e3ec4da8cbaf6629a7821254e5 Mon Sep 17 00:00:00 2001 From: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:18:23 +0000 Subject: [PATCH 10/10] Update _config.yml Signed-off-by: Bismark Agyapong <135444998+bismarkagyapong@users.noreply.github.com> --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f1ba60c4a8d..32feab873ff 100644 --- a/_config.yml +++ b/_config.yml @@ -147,7 +147,7 @@ pwa: paginate: 10 # The base URL of your site -baseurl: "" +baseurl: /agyemang # ------------ The following options are not recommended to be modified ------------------