Skip to content

Commit

Permalink
Descripción de los cambios realizados
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-j-a committed Nov 3, 2024
1 parent 502a2e9 commit f3e1a89
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "DRON"
description: "El hub de drones FPV."
baseurl: "" # Deja vacío si el sitio está en usuario.github.io o ajusta si está en usuario.github.io/repositorio.
url: "http://localhost:4000/" # Cambia esta URL a la de tu sitio.
url: "https://rodrigo-j-a.github.io/DRON/" # Cambia esta URL a la de tu sitio.
theme: minima # Tema básico que viene con Jekyll.
plugins:
- jekyll-feed
Expand Down
1 change: 0 additions & 1 deletion _site/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ body {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.centered-header h2 {
Expand Down
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-11-03T19:40:55+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">DRON</title><subtitle>El hub de drones FPV.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-11-03T19:50:20+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">DRON</title><subtitle>El hub de drones FPV.</subtitle></feed>
6 changes: 5 additions & 1 deletion _site/gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ gem "ostruct"
gem "base64"
gem "bigdecimal"
gem "minima", "~> 2.5"
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.7"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
group :development do
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
end
2 changes: 2 additions & 0 deletions _site/gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
wdm (0.2.0)
webrick (1.9.0)

PLATFORMS
Expand All @@ -82,6 +83,7 @@ DEPENDENCIES
logger
minima (~> 2.5)
ostruct
wdm (>= 0.1.0)
webrick (~> 1.7)

BUNDLED WITH
Expand Down
1 change: 0 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ body {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.centered-header h2 {
Expand Down
5 changes: 4 additions & 1 deletion gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ gem "base64"
gem "bigdecimal"
gem "minima", "~> 2.5"
gem "webrick", "~> 1.7"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
group :development do
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
end
2 changes: 2 additions & 0 deletions gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
wdm (0.2.0)
webrick (1.9.0)

PLATFORMS
Expand All @@ -82,6 +83,7 @@ DEPENDENCIES
logger
minima (~> 2.5)
ostruct
wdm (>= 0.1.0)
webrick (~> 1.7)

BUNDLED WITH
Expand Down

0 comments on commit f3e1a89

Please sign in to comment.