David Vargas c0dc0eb39a | ||
---|---|---|
.. | ||
.gitignore | ||
.ruby-version | ||
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
sudo gem install jekyll
.
Demo
jekyll new site
cd site
bundle exec jekyll serve
# => Now browse to http://localhost:4000