mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-06-08 17:20:19 +10:00
Update _config.yml
Add personal info
This commit is contained in:
parent
46e2bdfa6e
commit
247f521209
161
_config.yml
161
_config.yml
@ -3,55 +3,44 @@
|
|||||||
# Import the theme
|
# Import the theme
|
||||||
theme: jekyll-theme-chirpy
|
theme: jekyll-theme-chirpy
|
||||||
|
|
||||||
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
|
# The language of the webpage
|
||||||
# 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
|
lang: en
|
||||||
|
|
||||||
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
|
# Change to your timezone
|
||||||
timezone:
|
timezone: America/Chicago
|
||||||
|
|
||||||
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
# jekyll-seo-tag settings
|
||||||
# ↓ --------------------------
|
# ↓ --------------------------
|
||||||
|
|
||||||
title: Chirpy # the main title
|
title: "Steven Kelly Portfolio"
|
||||||
|
tagline: "Automation | CRM | Software Projects"
|
||||||
|
description: >-
|
||||||
|
Developer and automation enthusiast specializing in Rock RMS, custom bots, and CRM solutions.
|
||||||
|
|
||||||
tagline: A text-focused Jekyll theme # it will display as the subtitle
|
url: "https://skellyren.github.io"
|
||||||
|
baseurl: "" # Leave empty if using username.github.io repository
|
||||||
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: ""
|
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: github_username # change to your GitHub username
|
username: skellyren
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
username: twitter_username # change to your Twitter username
|
username: "" # Leave blank unless you want to add later
|
||||||
|
|
||||||
social:
|
social:
|
||||||
# Change to your full name.
|
name: Steven Kelly
|
||||||
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
email: "" # You can add your email here or leave it blank
|
||||||
name: your_full_name
|
|
||||||
email: example@domain.com # change to your email address
|
|
||||||
links:
|
links:
|
||||||
# The first element serves as the copyright owner's link
|
- https://github.com/skellyren
|
||||||
- https://twitter.com/username # change to your Twitter homepage
|
# - https://www.linkedin.com/in/yourlinkedinusername # Uncomment and edit if you want LinkedIn added
|
||||||
- https://github.com/username # change to your GitHub homepage
|
|
||||||
# Uncomment below to add more social links
|
|
||||||
# - https://www.facebook.com/username
|
|
||||||
# - https://www.linkedin.com/in/username
|
|
||||||
|
|
||||||
# Site Verification Settings
|
# Site Verification Settings
|
||||||
webmaster_verifications:
|
webmaster_verifications:
|
||||||
google: # fill in your Google verification code
|
google:
|
||||||
bing: # fill in your Bing verification code
|
bing:
|
||||||
alexa: # fill in your Alexa verification code
|
alexa:
|
||||||
yandex: # fill in your Yandex verification code
|
yandex:
|
||||||
baidu: # fill in your Baidu verification code
|
baidu:
|
||||||
facebook: # fill in your Facebook verification code
|
facebook:
|
||||||
|
|
||||||
# ↑ --------------------------
|
# ↑ --------------------------
|
||||||
# The end of `jekyll-seo-tag` settings
|
# The end of `jekyll-seo-tag` settings
|
||||||
@ -59,107 +48,67 @@ webmaster_verifications:
|
|||||||
# Web Analytics Settings
|
# Web Analytics Settings
|
||||||
analytics:
|
analytics:
|
||||||
google:
|
google:
|
||||||
id: # fill in your Google Analytics ID
|
id:
|
||||||
goatcounter:
|
goatcounter:
|
||||||
id: # fill in your GoatCounter ID
|
id:
|
||||||
umami:
|
umami:
|
||||||
id: # fill in your Umami ID
|
id:
|
||||||
domain: # fill in your Umami domain
|
domain:
|
||||||
matomo:
|
matomo:
|
||||||
id: # fill in your Matomo ID
|
id:
|
||||||
domain: # fill in your Matomo domain
|
domain:
|
||||||
cloudflare:
|
cloudflare:
|
||||||
id: # fill in your Cloudflare Web Analytics token
|
id:
|
||||||
fathom:
|
fathom:
|
||||||
id: # fill in your Fathom Site ID
|
id:
|
||||||
|
|
||||||
# Page views settings
|
# Page views settings
|
||||||
pageviews:
|
pageviews:
|
||||||
provider: # now only supports 'goatcounter'
|
provider:
|
||||||
|
|
||||||
# Prefer color scheme setting.
|
# Prefer color scheme setting
|
||||||
#
|
theme_mode: auto
|
||||||
# Note: Keep empty will follow the system prefer color by default,
|
|
||||||
# and there will be a toggle to switch the theme between dark and light
|
|
||||||
# on the bottom left of the sidebar.
|
|
||||||
#
|
|
||||||
# Available options:
|
|
||||||
#
|
|
||||||
# light — Use the light color scheme
|
|
||||||
# dark — Use the dark color scheme
|
|
||||||
#
|
|
||||||
theme_mode: # [light | dark]
|
|
||||||
|
|
||||||
# The CDN endpoint for media resources.
|
# 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 '/'
|
|
||||||
#
|
|
||||||
# e.g. 'https://cdn.com'
|
|
||||||
cdn:
|
cdn:
|
||||||
|
|
||||||
# the avatar on sidebar, support local or CORS resources
|
# The avatar on sidebar
|
||||||
avatar:
|
avatar: /assets/img/avatar.png # (Optional - you can upload your own avatar)
|
||||||
|
|
||||||
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
|
# Site-wide social preview image
|
||||||
# It can be overridden by a customized `page.image` in front matter.
|
social_preview_image:
|
||||||
social_preview_image: # string, local or CORS resources
|
|
||||||
|
|
||||||
# boolean type, the global switch for TOC in posts.
|
# Table of Contents in posts
|
||||||
toc: true
|
toc: true
|
||||||
|
|
||||||
|
# Comments settings
|
||||||
comments:
|
comments:
|
||||||
# Global switch for the post-comment system. Keeping it empty means disabled.
|
provider:
|
||||||
provider: # [disqus | utterances | giscus]
|
|
||||||
# The provider options are as follows:
|
|
||||||
disqus:
|
|
||||||
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
|
||||||
# utterances settings › https://utteranc.es/
|
|
||||||
utterances:
|
|
||||||
repo: # <gh-username>/<repo>
|
|
||||||
issue_term: # < url | pathname | title | ...>
|
|
||||||
# Giscus options › https://giscus.app
|
|
||||||
giscus:
|
|
||||||
repo: # <gh-username>/<repo>
|
|
||||||
repo_id:
|
|
||||||
category:
|
|
||||||
category_id:
|
|
||||||
mapping: # optional, default to 'pathname'
|
|
||||||
strict: # optional, default to '0'
|
|
||||||
input_position: # optional, default to 'bottom'
|
|
||||||
lang: # optional, default to the value of `site.lang`
|
|
||||||
reactions_enabled: # optional, default to the value of `1`
|
|
||||||
|
|
||||||
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
|
# Self-hosted static assets
|
||||||
assets:
|
assets:
|
||||||
self_host:
|
self_host:
|
||||||
enabled: # boolean, keep empty means false
|
enabled:
|
||||||
# specify the Jekyll environment, empty means both
|
env:
|
||||||
# only works if `assets.self_host.enabled` is 'true'
|
|
||||||
env: # [development | production]
|
|
||||||
|
|
||||||
|
# Progressive Web App settings
|
||||||
pwa:
|
pwa:
|
||||||
enabled: true # The option for PWA feature (installable)
|
enabled: true
|
||||||
cache:
|
cache:
|
||||||
enabled: true # The option for PWA offline cache
|
enabled: true
|
||||||
# Paths defined here will be excluded from the PWA cache.
|
|
||||||
# Usually its value is the `baseurl` of another website that
|
|
||||||
# shares the same domain name as the current website.
|
|
||||||
deny_paths:
|
deny_paths:
|
||||||
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
|
|
||||||
|
|
||||||
paginate: 10
|
paginate: 5
|
||||||
|
|
||||||
# The base URL of your site
|
# The base URL of your site
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
|
|
||||||
# ------------ The following options are not recommended to be modified ------------------
|
# Other Settings
|
||||||
|
|
||||||
kramdown:
|
kramdown:
|
||||||
footnote_backlink: "↩︎"
|
footnote_backlink: "↩︎"
|
||||||
syntax_highlighter: rouge
|
syntax_highlighter: rouge
|
||||||
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
|
syntax_highlighter_opts:
|
||||||
css_class: highlight
|
css_class: highlight
|
||||||
# default_lang: console
|
|
||||||
span:
|
span:
|
||||||
line_numbers: false
|
line_numbers: false
|
||||||
block:
|
block:
|
||||||
@ -173,14 +122,12 @@ collections:
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: "" # An empty string here means all files in the project
|
path: ""
|
||||||
type: posts
|
type: posts
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: post
|
||||||
comments: true # Enable comments in posts.
|
comments: true
|
||||||
toc: true # Display TOC column in posts.
|
toc: true
|
||||||
# DO NOT modify the following parameter unless you are confident enough
|
|
||||||
# to update the code of all other post links in this project.
|
|
||||||
permalink: /posts/:title/
|
permalink: /posts/:title/
|
||||||
- scope:
|
- scope:
|
||||||
path: _drafts
|
path: _drafts
|
||||||
@ -188,7 +135,7 @@ defaults:
|
|||||||
comments: false
|
comments: false
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: tabs # see `site.collections`
|
type: tabs
|
||||||
values:
|
values:
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user