David Vargas 73e9aff68e | ||
---|---|---|
.. | ||
.gitignore | ||
Gemfile | ||
README.md |
README.md
Jekyll
Enlaces de interés
Instalación
- Tener Ruby instalado.
- Se require tener el compilador de g++ instalado (
zypper in gcc-c++
) - Instalar la gema. Teniendo el Gemfile con
bundler install
.
Demo
gem install bundler jekyll
jekyll new site
cd site
bundle exec jekyll serve
# => Now browse to http://localhost:4000