Skip to content

Commit dc90e20

Browse files
committed
Update content
1 parent 03d0b44 commit dc90e20

13 files changed

+71
-190
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@
99
"terminal.integrated.defaultProfile.linux": "zsh"
1010
},
1111
"extensions": [
12-
// Liquid tags auto-complete
1312
"killalau.vscode-liquid-snippets",
14-
// Liquid syntax highlighting and formatting
1513
"Shopify.theme-check-vscode",
16-
// Shell
1714
"timonwong.shellcheck",
1815
"mkhl.shfmt",
19-
// Common formatter
2016
"EditorConfig.EditorConfig",
2117
"esbenp.prettier-vscode",
2218
"stylelint.vscode-stylelint",
2319
"yzhang.markdown-all-in-one",
24-
// Git
2520
"mhutchie.git-graph"
2621
]
2722
}

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# frozen_string_literal: true
22

3-
source "https://rubygems.org"
3+
source 'https://rubygems.org'
44

5-
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"
5+
gem 'jekyll-theme-chirpy', '~> 7.2', '>= 7.2.4'
66

7-
gem "html-proofer", "~> 5.0", group: :test
7+
gem 'html-proofer', '~> 5.0', group: :test
88

99
platforms :mingw, :x64_mingw, :mswin, :jruby do
10-
gem "tzinfo", ">= 1", "< 3"
11-
gem "tzinfo-data"
10+
gem 'tzinfo', '>= 1', '< 3'
11+
gem 'tzinfo-data'
1212
end
1313

14-
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
14+
gem 'wdm', '~> 0.2.0', platforms: %i[mingw x64_mingw mswin]

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1 @@
1-
# Chirpy Starter
2-
3-
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem]&nbsp;
4-
[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]
5-
6-
When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders
7-
`_data`, `_layouts`, `_includes`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file
8-
from the theme's gem. If you have ever installed this theme gem, you can use the command
9-
`bundle info --path jekyll-theme-chirpy` to locate these files.
10-
11-
The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being
12-
able to enjoy the out-of-the-box experience when using feature-rich themes.
13-
14-
To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your
15-
Jekyll site. The following is a list of targets:
16-
17-
```shell
18-
.
19-
├── _config.yml
20-
├── _plugins
21-
├── _tabs
22-
└── index.html
23-
```
24-
25-
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
26-
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.
27-
28-
## Usage
29-
30-
Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).
31-
32-
## Contributing
33-
34-
This repository is automatically updated with new releases from the theme repository. If you encounter any issues or want to contribute to its improvement, please visit the [theme repository][chirpy] to provide feedback.
35-
36-
## License
37-
38-
This work is published under [MIT][mit] License.
39-
40-
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
41-
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/
42-
[CD]: https://en.wikipedia.org/wiki/Continuous_deployment
43-
[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE
1+
# www.juanvasquez.dev

_config.yml

Lines changed: 26 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,39 @@
1-
# The Site Configuration
2-
3-
# Import the theme
41
theme: jekyll-theme-chirpy
52

63
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
74
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
85
# otherwise, the layout language will use the default value of 'en'.
96
lang: en
107

11-
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone:
8+
timezone: America/Mexico_City
139

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

17-
title: Chirpy # the main title
13+
title: Juan's Blog
1814

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
15+
tagline: Getting used to write about my experiences
2016

21-
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
17+
description: >-
18+
A blog about my experiences and thoughts on software development, technology, and life.
2319
2420
# Fill in the protocol & hostname for your site.
2521
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
22+
url: "https://juanvasquez.dev"
2723

2824
github:
29-
username: github_username # change to your GitHub username
25+
username: juanvqz
3026

3127
twitter:
32-
username: twitter_username # change to your Twitter username
28+
username: juanvqz_
3329

3430
social:
35-
# Change to your full name.
36-
# 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
31+
name: Juan Vázquez
32+
email: contact@juanvasquez.dev
3933
links:
40-
# 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
43-
# Uncomment below to add more social links
44-
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
34+
- https://twitter.com/juanvqz_
35+
- https://github.com/juanvqz
36+
- https://linkedin.com/in/juanvqz
4637

4738
# Site Verification Settings
4839
webmaster_verifications:
@@ -98,7 +89,7 @@ theme_mode: # [light | dark]
9889
cdn:
9990

10091
# the avatar on sidebar, support local or CORS resources
101-
avatar:
92+
avatar: https://avatars.githubusercontent.com/u/7331511?v=4
10293

10394
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
10495
# It can be overridden by a customized `page.image` in front matter.
@@ -108,26 +99,17 @@ social_preview_image: # string, local or CORS resources
10899
toc: true
109100

110101
comments:
111-
# Global switch for the post-comment system. Keeping it empty means disabled.
112-
provider: # [disqus | utterances | giscus]
113-
# The provider options are as follows:
114-
disqus:
115-
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
116-
# utterances settings › https://utteranc.es/
117-
utterances:
118-
repo: # <gh-username>/<repo>
119-
issue_term: # < url | pathname | title | ...>
120-
# Giscus options › https://giscus.app
102+
provider: giscus
121103
giscus:
122-
repo: # <gh-username>/<repo>
123-
repo_id:
124-
category:
125-
category_id:
126-
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`
104+
repo: juanvqz/juanvqz.github.io
105+
repo_id: MDEwOlJlcG9zaXRvcnkzNzYwNjYwNzg=
106+
category: Giscus
107+
category_id: DIC_kwDODcH0k84CmdnD
108+
mapping: pathname
109+
strict: 0
110+
input_position: top
111+
lang: en
112+
reactions_enabled: 1
131113

132114
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
133115
assets:
@@ -181,7 +163,7 @@ defaults:
181163
toc: true # Display TOC column in posts.
182164
# DO NOT modify the following parameter unless you are confident enough
183165
# to update the code of all other post links in this project.
184-
permalink: /posts/:title/
166+
permalink: /blog/:title/
185167
- scope:
186168
path: _drafts
187169
values:
@@ -206,15 +188,8 @@ compress_html:
206188
envs: [development]
207189

208190
exclude:
209-
- "*.gem"
210-
- "*.gemspec"
211-
- docs
212-
- tools
213191
- README.md
214-
- LICENSE
215-
- purgecss.js
216-
- rollup.config.js
217-
- "package*.json"
192+
- tools/
218193

219194
jekyll-archives:
220195
enabled: [categories, tags]

_data/contact.yml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,25 @@
66
- type: twitter
77
icon: "fa-brands fa-x-twitter"
88

9-
- type: email
10-
icon: "fas fa-envelope"
11-
noblank: true # open link in current tab
9+
# - type: email
10+
# icon: "fas fa-envelope"
11+
# noblank: true
12+
13+
- type: linkedin
14+
icon: 'fab fa-linkedin'
15+
url: 'https://linkedin.com/in/juanvqz'
1216

1317
- type: rss
1418
icon: "fas fa-rss"
1519
noblank: true
20+
1621
# Uncomment and complete the url below to enable more contact options
1722
#
1823
# - type: mastodon
1924
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
2025
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2126
#
22-
# - type: linkedin
23-
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
# url: '' # Fill with your Linkedin homepage
25-
#
26-
# - type: stack-overflow
27-
# icon: 'fab fa-stack-overflow'
28-
# url: '' # Fill with your stackoverflow homepage
29-
#
30-
# - type: bluesky
31-
# icon: 'fa-brands fa-bluesky'
32-
# url: '' # Fill with your Bluesky profile link
33-
#
3427
# - type: reddit
3528
# icon: 'fa-brands fa-reddit'
36-
# url: '' # Fill with your Reddit profile link
29+
# url: ''
3730
#
38-
# - type: threads
39-
# icon: 'fa-brands fa-threads'
40-
# url: '' # Fill with your Threads profile link

_data/locales/en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ layout:
1010
# The tabs of sidebar
1111
tabs:
1212
# format: <filename_without_extension>: <value>
13-
home: Home
13+
home: Blog
1414
categories: Categories
1515
tags: Tags
16-
archives: Archives
16+
archives: Timeline
1717
about: About
1818

1919
# the text displayed in the search bar & search results

_data/locales/es.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ layout:
1010
# The tabs of sidebar
1111
tabs:
1212
# format: <filename_without_extension>: <value>
13-
home: Inicio
13+
home: Blog
1414
categories: Categorías
1515
tags: Etiquetas
16-
archives: Archivo
16+
archives: Cronología
1717
about: Acerca de
1818

1919
# the text displayed in the search bar & search results

_data/share.yml

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,25 @@ platforms:
1414
icon: "fab fa-telegram"
1515
link: "https://t.me/share/url?url=URL&text=TITLE"
1616

17-
# Uncomment below if you need to.
18-
#
19-
# - type: Linkedin
20-
# icon: "fab fa-linkedin"
21-
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
22-
#
23-
# - type: Weibo
24-
# icon: "fab fa-weibo"
25-
# link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL"
26-
#
27-
# - type: Mastodon
28-
# icon: "fa-brands fa-mastodon"
29-
# # See: https://github.com/justinribeiro/share-to-mastodon#properties
30-
# instances:
31-
# - label: mastodon.social
32-
# link: "https://mastodon.social/"
33-
# - label: mastodon.online
34-
# link: "https://mastodon.online/"
35-
# - label: fosstodon.org
36-
# link: "https://fosstodon.org/"
37-
# - label: photog.social
38-
# link: "https://photog.social/"
39-
#
40-
# - type: Bluesky
41-
# icon: "fa-brands fa-bluesky"
42-
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
43-
#
44-
# - type: Reddit
45-
# icon: "fa-brands fa-square-reddit"
46-
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
47-
#
48-
# - type: Threads
49-
# icon: "fa-brands fa-square-threads"
50-
# link: "https://www.threads.net/intent/post?text=TITLE%20URL"
17+
- type: Linkedin
18+
icon: "fab fa-linkedin"
19+
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
20+
21+
- type: Reddit
22+
icon: "fa-brands fa-square-reddit"
23+
link: "https://www.reddit.com/submit?url=URL&title=TITLE"
24+
25+
- type: Mastodon
26+
icon: "fa-brands fa-mastodon"
27+
# See: https://github.com/justinribeiro/share-to-mastodon#properties
28+
instances:
29+
- label: ruby.social
30+
link: "https://ruby.social/"
31+
- label: mastodon.social
32+
link: "https://mastodon.social/"
33+
# - label: mastodon.online
34+
# link: "https://mastodon.online/"
35+
# - label: fosstodon.org
36+
# link: "https://fosstodon.org/"
37+
# - label: photog.social
38+
# link: "https://photog.social/"

_posts/2021-09-10-contribucion-en-localtunne-libreria-de-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [contributing, javascript]
99

1010
Gracias GitHub!!!
1111

12-
GitHub reportó una vulnerabilidad de seguridad 🙈 en mi repositorio de [juanvqz.github.io](<%= page.data.base_path %>) el cual está relacionado con axios.
12+
GitHub reportó una vulnerabilidad de seguridad 🙈 en mi repositorio de [juanvqz.github.io](https://github.com/JuanVqz/juanvqz.github.io) el cual está relacionado con axios.
1313

1414
![<%= page.data.title %>](https://res.cloudinary.com/juanvqz/image/upload/w_1200,c_limit,q_80/v1/blog/2021-09-10/dependabot_rnncdz.jpg#center)
1515

_posts/2021-09-21-alacritty-themes-4-1-2-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [alacritty, alacritty-themes, javascript]
88
---
99

1010
Recuerdan que unos días atrás publiqué un artículo donde comencé a
11-
[contribuir](http://juanvasquez.dev/contribuci%C3%B3n/alacritty/2021/08/27/primera-contribucion-en-el-repositorio-alacritty-themes/)
11+
[contribuir](https://juanvasquez.dev/blog/primera-contribucion-en-el-repositorio-alacritty-themes/)
1212
al proyecto de **Alacritty-Themes**, bueno a partir de ahí muchas cosas han pasado.
1313

1414
> [Alacritty-Themes versión 4.1.2](https://github.com/rajasegar/alacritty-themes/releases/tag/v4.1.2)

0 commit comments

Comments
 (0)