bguedj / iclr.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICLR Conference Portal

Installation

pip install -r requirements.txt

Replace pip with pip3 according to your system.

Files

  • Static files js/css/image static/
  • Site data files yaml/json sitedata/
  • HTML Template files templates/pages

Test

bash run.sh or sh run.sh

For Starting the server => goto http://localhost:5000

Make static pages

bash freeze.sh or sh freeze.sh

Puts the static pages in build/

Code

Code is all in main.py

Html Pages

Main Html pages are included in templates/pages/

About


Languages

Language:JavaScript 67.9%Language:HTML 18.3%Language:Python 12.3%Language:CSS 1.6%Language:Shell 0.0%