educatic-info/docs/jekyll/README.md

23 lines
464 B
Markdown

[<< back](../README.md) | [HOME](../../README.md)
# Jekyll
Enlaces de interés
* [Alojamiento de la gema Ruby](https://rubygems.org/gems/jekyll)
* [Página principal](https://jekyllrb.com/)
## 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
```