Skip to content

Commit

Permalink
Prueba docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Sep 29, 2024
1 parent 2689e6e commit 44552d9
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 101 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
Gemfile.lock
4 changes: 4 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
101 changes: 0 additions & 101 deletions docs/Gemfile.lock

This file was deleted.

13 changes: 13 additions & 0 deletions docs/_posts/pagina1.markdown
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions docs/_posts/pagina2.markdown
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 44552d9

Please sign in to comment.