Site based on Event Jekyll Theme.
All logos courtesy of original right holders: EGU, ...
- https://pixabay.com/illustrations/binary-code-globe-africa-asia-1695475/ by user geralt (Pixabay license, free for commercial use, no attribution required)
Alternatives:
- https://www.flickr.com/photos/chap_d/16362223225/
- https://pixabay.com/illustrations/binary-code-globe-africa-1695476/
- https://www.pexels.com/search/earth/
- https://www.pexels.com/photo/planet-earth-close-up-photo-45208/
- For first time user, you have to install Ruby and NodeJS. You may follow my installation guide in my Jekyll tutorial or Ruby on Rails Tutorial for Windows, Linux, and MacOS (installation videos are included).
- Install Jekyll by using the command
gem install jekyll
. - Then, install Jekyll Sitemap and Jekyll SEO gems by using the command
gem install jekyll-sitemap
andgem install jekyll-seo-tag
. - Start your localhost server by using the command
jekyll serve
. Make sure that you are at the root directory of your folder before using this command. - Your site should be accessible at
localhost:4000
. - For additional information about Jekyll, refer to the official website.
- The main stylesheet is stored
/css/
. - In
/css/img
you will find where the pictures are stored at, e.g. speakers. __pages
is the folder for subpages._2016_data
and_2017_data
are the folders that store each sections in home page. Those sections are can be removed by removing or commenting out theinclude
code in_layout/home.html
._data/gdb_21/
containsdata
files for agenda, faqs, home about section data, speakers, and team members information. The data file is in the format of.yml
. Folder names start with letters because otherwise there are liquid syntax errors.