jonggyup / www-feast17

Website for FEAST'17 (https://tc.gtisc.gatech.edu/feast17/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

$ gem install jekyll bundler
$ bundle install
$ bundle exec jekyll build
  • for testing

    $ bundle exec jekyll serve

Overview

The repository is organized as follows:

  • _DOCS/ are various files used to prepare other files, but not directly published themselves.

  • _config.yml is a configuration file for the website, defining title, menu, and several basic parameters

  • _data/ contains datasets in YaML or JSON format defining conference dates, news, and supporters

  • _includes/ are supplementary scripts to generate website's content, including templates for menu, news, google analytics, and sponsors

  • _layouts/ are layout files

  • css/ CSS code. Only edit style.css, the rest is 3rd party.

  • css/images/ jquerymobile CSS images

  • images/ Our images (logos, etc.)

  • js/ Javascript. Only edit script.js, the rest is 3rd party libraries.

  • misc/ Static documents served by the site: the calls for papers, PDF of the conference schedule, etc.

  • *.md, *.html Individual pages in markdown or HTML format.

References

About

Website for FEAST'17 (https://tc.gtisc.gatech.edu/feast17/)

License:Other


Languages

Language:CSS 41.7%Language:TeX 26.2%Language:HTML 25.4%Language:JavaScript 4.0%Language:Python 2.2%Language:Ruby 0.5%Language:Makefile 0.0%Language:Shell 0.0%