Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
talltechy committed Dec 27, 2023
1 parent 74d89af commit 5141b3a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
27 changes: 13 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,39 @@ theme: jekyll-theme-chirpy
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: America/New_York

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: GitHub\TallTechy # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: Profile # it will display as the sub-title

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', note that it does not end with a '/'.
url: ""
url: "https://wyen.me"

github:
username: github_username # change to your github username
username: talltechy # change to your github username

twitter:
username: twitter_username # change to your twitter username
username: # 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: [email protected] # change to your email address
name: Matt Wyen
email: [email protected] # 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/username # change to your twitter homepage
- https://github.com/talltechy # 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/cybermattsecure

google_site_verification: # fill in to your verification string

Expand All @@ -63,7 +62,7 @@ google_analytics:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light|dark]
theme_mode: dark # [light|dark]

# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
Expand Down Expand Up @@ -112,7 +111,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: "wyen.me"

# ------------ The following options are not recommended to be modified ------------------

Expand Down
14 changes: 7 additions & 7 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
noblank: true
# Uncomment and complete the url below to enable more contact options
#
# - type: mastodon
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
#
# - type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage
- type: mastodon
icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
url: 'https://infosec.exchange/@cybermattsecure' # Fill with your Mastodon account page, rel="me" will be applied for verification

- type: linkedin
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
url: 'https://www.linkedin.com/in/cybermattsecure/' # Fill with your Linkedin homepage
#
# - type: stack-overflow
# icon: 'fab fa-stack-overflow'
Expand Down
32 changes: 17 additions & 15 deletions _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,25 @@ platforms:

# Uncomment below if you need to.
#
# - type: Linkedin
# icon: "fab fa-linkedin"
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
- type: Linkedin
icon: "fab fa-linkedin"
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
# link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
#
# - type: Mastodon
# icon: "fa-brands fa-mastodon"
# # See: https://github.com/justinribeiro/share-to-mastodon#properties
# instances:
# - label: mastodon.social
# link: "https://mastodon.social/"
# - label: mastodon.online
# link: "https://mastodon.online/"
# - label: fosstodon.org
# link: "https://fosstodon.org/"
# - label: photog.social
# link: "https://photog.social/"
- type: Mastodon
icon: "fa-brands fa-mastodon"
# See: https://github.com/justinribeiro/share-to-mastodon#properties
instances:
- label: infosec.exchange
link: "https://infosec.exchange/"
- label: mastodon.social
link: "https://mastodon.social/"
- label: mastodon.online
link: "https://mastodon.online/"
- label: fosstodon.org
link: "https://fosstodon.org/"
- label: photog.social
link: "https://photog.social/"

0 comments on commit 5141b3a

Please sign in to comment.