main
David Vargas 2022-04-08 17:51:11 +01:00
parent 73e9aff68e
commit e7a412cb0d
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ Enlaces de interés
```
gem install bundler jekyll
jekyll new site
cd site
jekyll new private.site
cd privatesite
bundle exec jekyll serve
# => Now browse to http://localhost:4000
```