Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 424 Bytes

Development repository for gluex.org

Run server locally to be broadcast on http://127.0.0.1:4000

bundle exec jekyll serve

Build _site/ directory to deploy on gluex.org

bundle exec jekyll build

Adding new papers: execute python script after modifying source file location

python writePaperYML.py

Modify output file: _data/papers/PaperName.yml

Add order: N to place paper in descending order on the webpage