From 44552d9d252dd3af3e6ee780a7d87ad27fb8d563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gim=C3=A9nez=20Mu=C3=B1oz?= Date: Sun, 29 Sep 2024 19:41:54 +0200 Subject: [PATCH] Prueba docs --- docs/.gitignore | 1 + docs/Gemfile | 4 ++ docs/Gemfile.lock | 101 ----------------------------------- docs/_posts/pagina1.markdown | 13 +++++ docs/_posts/pagina2.markdown | 13 +++++ 5 files changed, 31 insertions(+), 101 deletions(-) delete mode 100644 docs/Gemfile.lock create mode 100644 docs/_posts/pagina1.markdown create mode 100644 docs/_posts/pagina2.markdown diff --git a/docs/.gitignore b/docs/.gitignore index f40fbd8..918de83 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-cache .jekyll-metadata vendor +Gemfile.lock diff --git a/docs/Gemfile b/docs/Gemfile index 1c4c958..2f4da2e 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -7,6 +7,8 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! + +gem "github-pages", group: :jekyll_plugins gem "jekyll", "~> 4.3.4" # This is the default theme for new Jekyll sites. You may change this to anything you like. # gem "minima", "~> 2.5" @@ -32,3 +34,5 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "webrick", "~> 1.7" \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock deleted file mode 100644 index 4074412..0000000 --- a/docs/Gemfile.lock +++ /dev/null @@ -1,101 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - colorator (1.1.0) - concurrent-ruby (1.3.4) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.17.0) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) - forwardable-extended (2.6.0) - google-protobuf (3.25.5) - google-protobuf (3.25.5-arm64-darwin) - google-protobuf (3.25.5-x86_64-darwin) - google-protobuf (3.25.5-x86_64-linux) - http_parser.rb (0.8.0) - i18n (1.14.6) - concurrent-ruby (~> 1.0) - jekyll (4.3.4) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (>= 2.0, < 4.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3, >= 2.3.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (>= 0.3.6, < 0.5) - pathutil (~> 0.9) - rouge (>= 3.0, < 5.0) - safe_yaml (~> 1.0) - terminal-table (>= 1.8, < 4.0) - webrick (~> 1.7) - jekyll-feed (0.17.0) - jekyll (>= 3.7, < 5.0) - jekyll-include-cache (0.2.1) - jekyll (>= 3.7, < 5.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - just-the-docs (0.10.0) - jekyll (>= 3.8.5) - jekyll-include-cache - jekyll-seo-tag (>= 2.0) - rake (>= 12.3.1) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.4) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (6.0.1) - rake (13.2.1) - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rexml (3.3.8) - rouge (4.4.0) - safe_yaml (1.0.5) - sass-embedded (1.69.5) - google-protobuf (~> 3.23) - rake (>= 13.0.0) - sass-embedded (1.69.5-arm64-darwin) - google-protobuf (~> 3.23) - sass-embedded (1.69.5-x86_64-darwin) - google-protobuf (~> 3.23) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.6.0) - webrick (1.8.2) - -PLATFORMS - arm64-darwin - ruby - x86_64-darwin - x86_64-linux - -DEPENDENCIES - http_parser.rb (~> 0.6.0) - jekyll (~> 4.3.4) - jekyll-feed (~> 0.12) - just-the-docs (~> 0.10.0) - tzinfo (>= 1, < 3) - tzinfo-data - wdm (~> 0.1) - -BUNDLED WITH - 2.5.20 diff --git a/docs/_posts/pagina1.markdown b/docs/_posts/pagina1.markdown new file mode 100644 index 0000000..58970c8 --- /dev/null +++ b/docs/_posts/pagina1.markdown @@ -0,0 +1,13 @@ +--- +layout: default +title: Página de prueba 1 +parent: Circuit Playground Express +has_toc: true # (on by default) +comments: true +nav_exclude: false +usetocbot: true +nav_enabled: true +--- +# Página 1 + +Saludos 1 \ No newline at end of file diff --git a/docs/_posts/pagina2.markdown b/docs/_posts/pagina2.markdown new file mode 100644 index 0000000..7ab50ac --- /dev/null +++ b/docs/_posts/pagina2.markdown @@ -0,0 +1,13 @@ +--- +layout: default +title: Página de prueba 2 +parent: Circuit Playground Express +has_toc: true # (on by default) +comments: true +nav_exclude: false +usetocbot: true +nav_enabled: true +--- +# Página 2 + +Saludos 2 \ No newline at end of file