educatic-info/proyectos/jekyll
David Vargas c0dc0eb39a [D] . 2022-12-01 13:38:17 +00:00
..
.gitignore [D] . 2022-12-01 13:38:17 +00:00
.ruby-version [D] . 2022-12-01 13:38:17 +00:00
Gemfile [D] . 2022-12-01 13:38:17 +00:00
README.md [D] . 2022-12-01 13:38:17 +00:00

README.md

<< back | HOME

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 sudo gem install jekyll.

Demo

jekyll new site
cd site
bundle exec jekyll serve
# => Now browse to http://localhost:4000