educatic-info/docs/jekyll
David Vargas 666a1c3a04 [U] . 2022-07-07 22:23:15 +01:00
..
.gitignore [N] . 2022-04-08 17:45:41 +01:00
.ruby-version [N] . 2022-04-17 13:01:41 +01:00
Gemfile [N] . 2022-04-08 17:45:45 +01:00
README.md [U] . 2022-07-07 22:23:15 +01: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