Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
# 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://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai
# 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
# ↓ --------------------------

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:
Expand Down Expand Up @@ -85,22 +86,22 @@ 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"

# 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

Expand Down
Loading