educatic-info/docs/jekyll
David Vargas e7a412cb0d [U] . 2022-04-08 17:51:11 +01:00
..
.gitignore [N] . 2022-04-08 17:45:41 +01:00
Gemfile [N] . 2022-04-08 17:45:45 +01:00
README.md [U] . 2022-04-08 17:51:11 +01:00

README.md

Jekyll

Enlaces de interés

Instalación

  1. Tener Ruby instalado.
  2. Se require tener el compilador de g++ instalado (zypper in gcc-c++)
  3. Instalar la gema. Teniendo el Gemfile con bundler install.

Demo

gem install bundler jekyll
jekyll new private.site
cd privatesite
bundle exec jekyll serve
# => Now browse to http://localhost:4000