Skip to content

Commit b38e102

Browse files
authored
Merge pull request #31 from kriptobal/develop
Develop
2 parents f364d52 + 602cd58 commit b38e102

22 files changed

Lines changed: 17 additions & 231 deletions

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.4.5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem 'jekyll-theme-chirpy', '~> 7.3'
5+
gem 'jekyll-theme-chirpy', '~> 7.0'
66

77
group :test do
88
gem 'html-proofer', '~> 5.0', '>= 5.0.10'

_includes/sidebar.html

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

_layouts/home.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
{% endfor %}
4848
{% endif %}
4949

50+
<link rel="shortcut icon" href="/assets/img/favicons/favicon.ico" type="image/x-icon">
51+
<link rel="icon" href="/assets/img/favicons/favicon.ico" type="image/x-icon">
52+
5053
<div class="banner">
5154
<img src="{{ '/assets/img/site/vina.jpg' | relative_url }}" alt="Banner de Tokio">
5255
<div class="banner-text">

_posts/2024-03-26-La-Criba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ n_maximo = int(input("Ingrese el n maximo: "))
224224
GeneradoraRendimiento(n_maximo)
225225
```
226226

227-
La grafica de rendimiento de este algoritmo es mucho masa lineal en su crecimiento y se ve asi:
227+
La grafica de rendimiento de este algoritmo es mucho mas lineal en su crecimiento y se ve asi:
228228

229229

230230
<div style="text-align:center">

_tabs/Sobre mi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 4
77

88
Soy un estudiante de Ingeniería Informática en la UTFSM en Chile. Sin embargo, en línea, me conocen como Kriptobal. Mi pasión por la ciberseguridad me han llevado a desarrollar este blog.
99

10-
Este blog lo utilizo como un recurso para compartir contenido sobre hacking, electrónica y también lo uso como una forma de documentar notas útiles para mi yo del futuro.
10+
Este blog lo utilizo como un recurso para compartir contenido sobre hacking y también lo uso como una forma de documentar notas útiles para mi yo del futuro.
1111

1212
Si te gusta lo que hago puedes conocer mas sobre mi trabajo en Linkedin o Github.
1313

-2.61 KB
Binary file not shown.
-7.68 KB
Binary file not shown.
-2.48 KB
Binary file not shown.
-508 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)