Hornazos por el mundo (Hornazo is a typical spanish patty, so the name is Patties by the world) We want to create a small blog with recipes and typical dishes of our trips. For it, we are going to use Jekyll and we will explain how to set up a blog with jenkyll in this README.
-
gem install bundler jekyll
-
jekyll new . --force
-
bundle exec jekyll serve
The Jekyll configuration is described in _config.yml file.
-
(one for production (_config.yml) and other for develop (_config_dev.yml))
bundle exec jekyll serve --config _developer_config.yml
More information -> https://jekyllrb.com/