Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
acf committed Nov 29, 2024
1 parent e842e0a commit 2292754
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,30 @@ timezone:
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Alan Francis # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: Designed by Alan in Caledonia # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Things Alan Thinks.
# 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://acf.github.io"

github:
username: github_username # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: acf # change to your GitHub 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: Alan Francis
email: acf@alancfrancis.com # 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
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username

# Site Verification Settings
webmaster_verifications:
google: # fill in your Google verification code
bing: # fill in your Bing verification code
alexa: # fill in your Alexa verification code
yandex: # fill in your Yandex verification code
baidu: # fill in your Baidu verification code
facebook: # fill in your Facebook verification code
- https://masto.alancfrancis.com/ # change to your Twitter homepage
- https://github.com/acf # change to your GitHub homepage
- https://www.linkedin.com/in/possiblyalan

# ↑ --------------------------
# The end of `jekyll-seo-tag` settings
Expand Down Expand Up @@ -132,7 +118,7 @@ comments:
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: # boolean, keep empty means false
enabled: true # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development | production]
Expand All @@ -150,7 +136,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: "https://acf.github.io"

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

Expand Down

0 comments on commit 2292754

Please sign in to comment.