Jekyll install from root directory
gem install bundler
bundle install
Jekyll server start
# local (development)
bundle exec jekyll serve --watch --config _config.yml,_config_dev.yml
# production
JEKYLL_ENV=production bundle exec jekyll serve --watch
## Deploy
Deploy with date now
# deploy with date now
git add .;git commit -m "Update: `date +'%Y-%m-%d %H:%M:%S'`";git push
- combinaciones links for each view
- desgin product info
- next/prev product with keyboard
- cart with paypal
- filter/categories
- legal and cookies