main
David Vargas 2022-04-08 18:17:50 +01:00
parent e7a412cb0d
commit ab9cc1465c
1 changed files with 3 additions and 4 deletions

View File

@ -9,14 +9,13 @@ Enlaces de interés
1. Tener Ruby instalado.
2. Se require tener el compilador de g++ instalado (`zypper in gcc-c++`)
3. Instalar la gema. Teniendo el [Gemfile](Gemfile) con `bundler install`.
3. Instalar la gema `sudo gem install jekyll`.
## Demo
```
gem install bundler jekyll
jekyll new private.site
cd privatesite
jekyll new site
cd site
bundle exec jekyll serve
# => Now browse to http://localhost:4000
```