Datatón Ciudad de Madrid 2017
Find a file
2017-10-21 14:10:43 +02:00
_data Añadida foto de ponente 2017-10-20 20:06:58 +02:00
_includes cabecera 2017-10-18 23:57:32 +02:00
_layouts gems 2017-10-09 14:31:39 +02:00
_plugins Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
_posts Actualización proyectos participantes 2017-10-21 14:10:43 +02:00
_sass Pequeños ajustes y limpieza 2017-10-11 10:54:42 +02:00
assets Updated partnership proposition, changed .explore icon animation, added new tickets block, merged js plugins into one file, refactoring of scripts.js, minor style fixes 2014-08-25 12:42:51 +03:00
automation Script minification bash scripts are added. 2015-02-18 17:31:10 +02:00
css Pequeños ajustes y limpieza 2017-10-11 10:54:42 +02:00
fonts Initial commit 2014-07-28 22:27:01 +03:00
images_datalab fotos pues en antiguas y cambio logo compartir rrss 2017-10-10 00:08:25 +02:00
img Merge remote-tracking branch 'refs/remotes/origin/gh-pages' 2017-10-20 19:58:19 +02:00
js Pequeños ajustes y limpieza 2017-10-11 10:54:42 +02:00
.gitignore v.0.5.1 2015-02-21 00:35:58 +02:00
_config.yml Merge remote-tracking branch 'refs/remotes/origin/gh-pages' 2017-10-20 19:58:19 +02:00
blog.html Estructuración y fotos para secciones, eliminación de botones sin uso 2017-10-09 01:45:05 +02:00
cod.md Initial commit 2014-07-28 22:27:01 +03:00
equipo.html traducción de todos los enlaces 2017-10-08 04:03:33 +02:00
feed.xml Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5 2014-11-14 18:56:12 +02:00
Gemfile gems 2017-10-09 14:31:39 +02:00
index.html Enlaces a información completa de los proyectos + algunos ajustes 2017-10-09 04:28:38 +02:00
LICENSE.txt Initial commit 2014-07-28 22:27:01 +03:00
logistics.html Optimized _layouts. Merged most js libraries into one 2014-08-22 01:01:20 +03:00
ponentes.html Estructuración y fotos para secciones, eliminación de botones sin uso 2017-10-09 01:45:05 +02:00
programa.html Estructuración y fotos para secciones, eliminación de botones sin uso 2017-10-09 01:45:05 +02:00
proyectos.html Estructuración y fotos para secciones, eliminación de botones sin uso 2017-10-09 01:45:05 +02:00
README.md Corrección de erratas 2017-10-18 22:17:35 +02:00

DataMad 17

Portal con la información para el DataMad17

Local development

Check if you have all requirements for local environment. To install all development dependencies install Bundler.

    gem install bundler

and run next command from root folder:

  bundle install

To start Jekyll run:

    jekyll serve -w

Site will be available at http://127.0.0.1:4000/datamad17/ or http://localhost:4000/datamad17/ (on Windows)

**NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server.

### Resolving dependences for Ubuntu 16:

```bash
	sudo apt install libxml2-dev
	sudo apt install gcc make zlib1g-dev sqlite3
	sudo gem install nokogiri

Instala las gems de ruby que hay en el gemfile:

	bundle install

lanza el servidor de jekyll desde el directorio local:

	bundle exec jekyll serve

Sass(Compass) support

Note: You need to install Node.js

To watch changes of .sass files and compile it to the .css on a fly change property safe: true to safe: false in _config.yml. Note: It works only on local machine, because GitHub runs Jekyll in --save mode

Learn more about Sass development from documentation.

Resource optimizations (optional)

You can optimize images and minify css and javascript automatically (for now only on Windows). But for Mac OS users available amazing tool - imageoptim. Thanks @raphaelsavina for link. Optimize all images by running this script from /automation/images/ folder:

    all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo

To minify CSS and JS run minify_js.bat (for Windows) and minify_js.sh (for Linux and MacOS) from /automation/minifying/ folder:

    minify_js.bat

Learn more about available optimization options from documentation.

Documentation

Quick-start guide is not enough? Checkout full documentation.

Used libraries

About

Based en Project zeppelin