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 6215c0a commit e8e2a55
Show file tree
Hide file tree
Showing 16 changed files with 678 additions and 175 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I"W{"source"=>"C:/Users/Portatil/DRON", "destination"=>"C:/Users/Portatil/DRON/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "title"=>"DRON", "description"=>"El hub de drones FPV.", "url"=>"http://localhost:4000", "theme"=>"minima", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
title: "Mi Blog en GitHub Pages"
description: "Este es mi blog personal creado con Jekyll y GitHub Pages."
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: "https://tusuario.github.io" # Cambia esta URL a la de tu sitio.
url: "http://localhost:4000/" # Cambia esta URL a la de tu sitio.
theme: minima # Tema básico que viene con Jekyll.
plugins:
- jekyll-feed

2 changes: 2 additions & 0 deletions _site/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# dron
Hub de Drones FPV
277 changes: 277 additions & 0 deletions _site/assets/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e8e2a55

Please sign in to comment.