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 we use Jekyll to host our website from GitHub’s servers for free. Learn more about Jekyll.
- Easy to setup
- Simple and responsive design
- SEO friendly
- Fork this repo
- Clone locally
- Update
_config.yml
- Select what content blocks do you need
- Push changes to
gh-pages
branch - Enjoy your awesome Robotix site at
http://[your github name].github.io/
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 --path vendor/bundle
To start Jekyll run:
bundle exec jekyll serve -w --incremental -b ""
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.
You can optimize images and minify css and javascript automatically (for now only on Windows).
But for Mac OS users available amazing tool - imageoptim.
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
- Aditya Narayan
- Abhinav Jain
- Jaydeep Godbole
- Kushal Kedia
- Kshitiz Khandelwal
- Manad Mishra
- Manav Kapadnis
- Pranit Bauva
- Rohit Ner
- Samar Pratap Singh
- Shivang Agrawal
- Shubhika Garg
- Sourish Ghosh