Skip to content

HSkogmo/eecs-io-new

Repository files navigation

EECS Society Site theme

Sources for the theme of the EECS society static website

Meant to replace Pelicanium with the themes here.

Instead of a separate repository the themes are simply in the 'theme' folder.

In addition to the theme there are a bunch of issues that need fixing, which should get documented in 'issues'

To work on theme look up the pelican, documentation on how it works.

Rebuild the website to check your changes on branch pelican:

python boostrapy.py
bin/buildout 
make devserver
open localhost:8000

Eventually we should make sure the output goes to branch master automatically.