From b823b23493b9f5eb7762346f5bdfdb432f1749a8 Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:57:50 -0500 Subject: [PATCH 1/7] updated _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 21306b0..b7566b3 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ theme: jekyll-theme-chirpy # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites # and doesn't have a custom domain. -baseurl: "" +baseurl: /ericlikedis.github.io # 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, @@ -72,7 +72,7 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: https://cdn.myanimelist.net/images/about_me/ranking_items/13754149-0b09a8dd-ac4d-4481-909d-5248c4eb6e28.jpg?t=1689714274 +avatar: # boolean type, the global switch for TOC in posts. toc: true From 3a32f0979e613dfd1abefbd64dbbf3eda71adbb3 Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:01:16 -0500 Subject: [PATCH 2/7] Updated _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b7566b3..1ca36c2 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ description: >- # used by seo meta and the atom feed A minimal, responsive and feature-rich Jekyll theme for technical writing. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: 'ericlikedis.github.io' +url: 'https://ericlikedis.github.io' github: username: ericlikedis # change to your github username From f8c323c5a43df7a0cddbf31cdca080fda6080abf Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:04:01 +0000 Subject: [PATCH 3/7] added avatar for site --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1ca36c2..594aec5 100644 --- a/_config.yml +++ b/_config.yml @@ -72,7 +72,7 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: https://i.pinimg.com/1200x/cc/02/29/cc02291c2670d4b5905ca46dde260085.jpg # boolean type, the global switch for TOC in posts. toc: true From 9a8fda56324fec2c5c17d7a277d503c9881ef0ff Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:09:54 +0000 Subject: [PATCH 4/7] avatar --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 594aec5..95f51fa 100644 --- a/_config.yml +++ b/_config.yml @@ -72,7 +72,7 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: https://i.pinimg.com/1200x/cc/02/29/cc02291c2670d4b5905ca46dde260085.jpg +avatar: 'https://i.pinimg.com/1200x/cc/02/29/cc02291c2670d4b5905ca46dde260085.jpg' # boolean type, the global switch for TOC in posts. toc: true From d449a25df266297f6995e86c9363b368d116f12e Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:11:40 +0000 Subject: [PATCH 5/7] url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 95f51fa..2511879 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ description: >- # used by seo meta and the atom feed A minimal, responsive and feature-rich Jekyll theme for technical writing. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: 'https://ericlikedis.github.io' +url: https://ericlikedis.github.io github: username: ericlikedis # change to your github username From ffd46ba0d9878903bbdf6d73294da8497752164e Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:15:50 +0000 Subject: [PATCH 6/7] time zone --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 2511879..50d0eac 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ theme: jekyll-theme-chirpy # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites # and doesn't have a custom domain. -baseurl: /ericlikedis.github.io +baseurl: # 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, @@ -13,7 +13,7 @@ baseurl: /ericlikedis.github.io lang: en # Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone -timezone: +timezone: America/Chicago # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- From b6c88443b037e190f1e5ee7f37eb1293d1c51792 Mon Sep 17 00:00:00 2001 From: hard$hell <48847865+ericlikedis@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:30:42 -0500 Subject: [PATCH 7/7] Create img --- assets/img | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/img diff --git a/assets/img b/assets/img new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/assets/img @@ -0,0 +1 @@ +