diff --git a/.gitignore b/.gitignore index 70ab1fc..636a52d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _config.yml .sass-cache _site +.jekyll-cache # Editor settings .vscode \ No newline at end of file diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..24ba9a3 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.7.0 diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..c1ec69c --- /dev/null +++ b/Gemfile @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +# gem "rails" + +gem "jekyll", "~> 4.0" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..6cbeacc --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,67 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + concurrent-ruby (1.1.6) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.12.2) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (1.8.2) + concurrent-ruby (~> 1.0) + jekyll (4.0.0) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.9.5, < 2) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 1.8) + jekyll-sass-converter (2.1.0) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.2.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.2.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.4) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.4) + rouge (3.18.0) + safe_yaml (1.0.5) + sassc (2.3.0) + ffi (~> 1.9) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + unicode-display_width (1.7.0) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 4.0) + +BUNDLED WITH + 2.1.4 diff --git a/_includes/footer.html b/_includes/footer.html index 18213fa..70ca6ce 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,8 +4,9 @@
- MarkSheet is free and always will be. - If this website has been valuable to you, please consider making a donation. + MarkSheet es gratuito y siempre lo será. + Si este sitio web ha sido de valor para tí, por favor considera hacer una donación. +
- MarkSheet by Jeremy Thomas is licensed under a Creative Commons BY-NC-SA 4.0 International License. + MarkSheet por Jeremy Thomas tiene una licencia de Creative Commons BY-NC-SA 4.0 International License.
+- The underlying source code used to format and display this website is licensed under the MIT license. + El código fuente utilizado para dar formato y mostrar este sitio web está bajo la licencia MIT license.
Powered by diff --git a/_includes/head.html b/_includes/head.html index 22dc2f3..b168b80 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,7 @@
-