From 80b0f68b65f7191eda9c2d9b0cd19e368b2463b3 Mon Sep 17 00:00:00 2001 From: Fabio53443 <64356481+Fabio53443@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:47:06 +0200 Subject: [PATCH] updated config --- _config.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/_config.yml b/_config.yml index 79d4f1d..2fddbfa 100644 --- a/_config.yml +++ b/_config.yml @@ -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: example@domain.com # change to your email address + name: Fabio Massimo Proietti + email: blog@theseuscodes.uk # 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 @@ -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 @@ -96,10 +96,10 @@ comments: issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: - repo: # / - repo_id: - category: - category_id: + repo: fabio53443/theseuscodes.github.io # / + 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` @@ -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 ------------------