Skip to content

Commit 966793e

Browse files
committed
Reinstall blog template
1 parent 4b7b57c commit 966793e

File tree

11 files changed

+754
-20
lines changed

11 files changed

+754
-20
lines changed

_config.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,31 @@ timezone:
1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: Vor # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: System Administrator & Cybersecurity Enthusiast. # it will display as the sub-title
2020

2121
description: >- # used by seo meta and the atom feed
2222
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2323
2424
# Fill in the protocol & hostname for your site.
25-
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
25+
# E.g. 'https://username.github.io', note that it does not end with a '/'. url: ""
2726

2827
github:
29-
username: github_username # change to your GitHub username
28+
username: vorosdev # change to your github username
3029

3130
twitter:
32-
username: twitter_username # change to your Twitter username
31+
username: _vor_1 # change to your twitter username
3332

3433
social:
3534
# Change to your full name.
3635
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: example@domain.com # change to your email address
36+
name: Vicente Oros
37+
email: vorosdev@gmail.com # change to your email address
3938
links:
4039
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
40+
- https://x.com/_vor_1 # change to your twitter homepage
41+
- https://github.com/vorosdev # change to your github homepage
4342
# Uncomment below to add more social links
4443
# - https://www.facebook.com/username
4544
# - https://www.linkedin.com/in/username
@@ -98,7 +97,7 @@ theme_mode: # [light | dark]
9897
cdn:
9998

10099
# the avatar on sidebar, support local or CORS resources
101-
avatar:
100+
avatar: assets/img/icons/icon.png
102101

103102
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104103
# It can be overridden by a customized `page.image` in front matter.
@@ -109,7 +108,7 @@ toc: true
109108

110109
comments:
111110
# Global switch for the post-comment system. Keeping it empty means disabled.
112-
provider: # [disqus | utterances | giscus]
111+
provider: giscus # [disqus | utterances | giscus]
113112
# The provider options are as follows:
114113
disqus:
115114
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
@@ -119,15 +118,15 @@ comments:
119118
issue_term: # < url | pathname | title | ...>
120119
# Giscus options › https://giscus.app
121120
giscus:
122-
repo: # <gh-username>/<repo>
123-
repo_id:
124-
category:
125-
category_id:
121+
repo: vorosdev/jekyll-theme-chirpy # <gh-username>/<repo>
122+
repo_id: R_kgDOMiH3EA
123+
category: General
124+
category_id: DIC_kwDOMiH3EM4ChjYP
126125
mapping: # optional, default to 'pathname'
127-
strict: # optional, default to '0'
128-
input_position: # optional, default to 'bottom'
129-
lang: # optional, default to the value of `site.lang`
130-
reactions_enabled: # optional, default to the value of `1`
126+
strict: 0 # optional, default to '0'
127+
input_position: bottom # optional, default to 'bottom'
128+
lang: en # optional, default to the value of `site.lang`
129+
reactions_enabled: 1 # optional, default to the value of `1`
131130

132131
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
133132
assets:

_data/authors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Vor:
2+
name: Vor

0 commit comments

Comments
 (0)