From e5f131130993df0e076754832e134d1ec52bacd1 Mon Sep 17 00:00:00 2001 From: Gary Kayumba Date: Mon, 18 Aug 2025 12:08:37 +0300 Subject: [PATCH 1/2] Update _config.yml Signed-off-by: Gary Kayumba --- _config.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/_config.yml b/_config.yml index 0a78679d26e..0db6ac5eec8 100644 --- a/_config.yml +++ b/_config.yml @@ -8,41 +8,41 @@ theme: jekyll-theme-chirpy # 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 +# Change to your timezone › https://GaryKayumba.github.io/Time-Zone-Picker +timezone: Africa/Nairobi # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: "Network Security Lab" -tagline: A text-focused Jekyll theme # it will display as the subtitle +tagline: "OPSF, ASA Firewall, ACLs, and DHCP in Packet Tracer" -description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. +description: >- # "A hands-on enterprise networking project documented with Chirpy theme." + # Fill in the protocol & hostname for your site. # E.g. 'https://username.github.io', note that it does not end with a '/'. -url: "" +url: "https://GaryKayumba.github.io" github: - username: github_username # change to your GitHub username + username: GaryKayumba # change to your GitHub username twitter: - username: twitter_username # change to your Twitter username + username: @Gary_kayumba # 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: Gary Kayumba Pungu + email: kayumbagaga@gmail.com 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/@Gary_kayumba # change to your Twitter homepage + - https://github.com/GaryKayumba # change to your GitHub homepage # Uncomment below to add more social links # - https://www.facebook.com/username - # - https://www.linkedin.com/in/username + - https://www.linkedin.com/in/gary-kayumba # Site Verification Settings webmaster_verifications: @@ -85,14 +85,14 @@ pageviews: # # Available options: # -# light — Use the light color scheme -# dark — Use the dark color scheme + light — Use the light color scheme +dark — Use the dark color scheme # theme_mode: # [light | dark] # The CDN endpoint for media resources. # Notice that once it is assigned, the CDN url -# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/' +# will be added to all media resources (site avatar, posts' images, audio, and video files) paths starting with '/' # # e.g. 'https://cdn.com' cdn: "https://chirpy-img.netlify.app" @@ -100,7 +100,7 @@ cdn: "https://chirpy-img.netlify.app" # the avatar on sidebar, support local or CORS resources avatar: "/commons/avatar.jpg" -# The URL of the site-wide social preview image used in SEO `og:image` meta tag. +# The URL of the site-wide social preview image used in SEO `og: image` meta tag. # It can be overridden by a customized `page.image` in front matter. social_preview_image: # string, local or CORS resources @@ -150,7 +150,7 @@ pwa: paginate: 10 # The base URL of your site -baseurl: "" +baseurl: "/NetworkSecurityLab.github.io" # ------------ The following options are not recommended to be modified ------------------ From dcd7ead88aa39aaaa5a779edf9c266f602c3035a Mon Sep 17 00:00:00 2001 From: Gary Kayumba Date: Mon, 18 Aug 2025 12:26:34 +0300 Subject: [PATCH 2/2] Update _config.yml Signed-off-by: Gary Kayumba --- _config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 0db6ac5eec8..5ffca1122a4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,16 @@ # The Site Configuration # Import the theme -theme: jekyll-theme-chirpy +remote-theme: cotes2020/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://GaryKayumba.github.io/Time-Zone-Picker -timezone: Africa/Nairobi +# Change to your timezone › https://username/Time-Zone-Picker +#timezone: Africa/Nairobi # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- @@ -29,7 +30,7 @@ github: username: GaryKayumba # change to your GitHub username twitter: - username: @Gary_kayumba # change to your Twitter username + username: Gary_kayumba # change to your Twitter username social: # Change to your full name. @@ -150,7 +151,7 @@ pwa: paginate: 10 # The base URL of your site -baseurl: "/NetworkSecurityLab.github.io" +baseurl: "" # ------------ The following options are not recommended to be modified ------------------