Skip to content

great-debate-research-software/great-debate-research-software.github.io

 
 

Repository files navigation

EGU GDB Research Software

Site based on Event Jekyll Theme.

All logos courtesy of original right holders: EGU, ...

Background image

Alternatives:

Installation

  1. 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).
  2. Install Jekyll by using the command gem install jekyll.
  3. Then, install Jekyll Sitemap and Jekyll SEO gems by using the command gem install jekyll-sitemap and gem install jekyll-seo-tag.
  4. 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.
  5. Your site should be accessible at localhost:4000.
  6. For additional information about Jekyll, refer to the official website.

Files Structure

  • 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 the include code in _layout/home.html.
  • _data/gdb_21/ contains data 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.

About

Website for EGU Great Debate on Improving Research Software

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 38.1%
  • HTML 25.4%
  • SCSS 18.3%
  • CSS 17.6%
  • Other 0.6%