jordan-simonovski / devopsdays-sydney

Awesome conference website in 5 minutes.

Home Page:https://www.devopsdayssydney.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOpsDays Sydney (Forked from Project Zeppelin)

About

Project is built on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll.

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/ or http://localhost:4000/

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.

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 not enough? Checkout full documentation.

License

Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

About

Awesome conference website in 5 minutes.

https://www.devopsdayssydney.org/

License:MIT License


Languages

Language:HTML 50.0%Language:CSS 33.1%Language:JavaScript 14.0%Language:Batchfile 1.7%Language:Ruby 0.9%Language:Shell 0.2%