saltyrtc / saltyrtc-website

Our project website. Static HTML generated with Pelican.

Home Page:http://saltyrtc.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saltyrtc.org

Our project website.

Setup

Create a virtualenv:

python -m venv VENV

Activate virtualenv:

. VENV/bin/activate

Install dependencies:

pip install -r requirements.txt

Development

Make sure that submodules are cloned:

git submodule init
git submodule update

You can build the static HTML into the output/ directory:

make html

Alternatively, start the development server:

./develop_server.sh start

Publishing

Once you're happy with the changes, generate them via:

make clean && make pages
git push origin pages

The server should automatically fetch the pages branch.

About

Our project website. Static HTML generated with Pelican.

http://saltyrtc.org/


Languages

Language:CSS 41.2%Language:HTML 38.5%Language:Makefile 7.4%Language:Python 6.8%Language:Shell 6.1%