Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio53443 authored Mar 31, 2024
1 parent 45e4a92 commit 80b0f68
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,48 @@ theme: jekyll-theme-chirpy
lang: en

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

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

title: Chirpy # the main title
title: TheseusCodes # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: My blog # 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.
My personal blog. I'll write about programming, politics, trips, and whaterver else happens to me.
# 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://blog.theseuscodes.uk"

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

twitter:
username: twitter_username # change to your twitter username
username: fabio53443 # 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: Fabio Massimo Proietti
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/fabio53443 # change to your twitter homepage
- https://github.com/fabio53443 # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username

google_site_verification: # fill in to your verification string
google_site_verification: tyjUXql97eHrVW8hcVdsmSYzk9KeECXW7EmWIcArmqc # fill in to your verification string

# ↑ --------------------------
# The end of `jekyll-seo-tag` settings

google_analytics:
id: # fill in your Google Analytics ID
id: G-BXQ11J8479

goatcounter:
id: # fill in your Goatcounter ID
Expand Down Expand Up @@ -86,7 +86,7 @@ social_preview_image: # string, local or CORS resources
toc: true

comments:
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
Expand All @@ -96,10 +96,10 @@ comments:
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
repo: fabio53443/theseuscodes.github.io # <gh-username>/<repo>
repo_id: R_kgDOLn67jg
category: Comments
category_id: DIC_kwDOLn67js4CeW_-
mapping: # optional, default to 'pathname'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
Expand All @@ -126,7 +126,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: "https://blog.theseuscodes.uk"

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

Expand Down

0 comments on commit 80b0f68

Please sign in to comment.