Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 572 Bytes

MathHub News

This repository serves as the source for MathHub News Ticker. It is generated using a standard Jekyll site and can be generated locally using:

jekyll build

In addition to a normal jekyll output, a file news.json is generated. This file is automatically placed inside of a docker container, so that the MathHub Frontend has access to it when deployed.

This is achieved using the automated build mathhub/news on DockerHub. To run it, use

docker run -p 8043:8043 mathhub/news