Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.44 KB

File metadata and controls

35 lines (25 loc) · 1.44 KB

Manchester CoderDojo website

The source of the Manchester CoderDojo website, built using a static site generator called beemo.

Content

This repo contains content, static files and Chameleon templates for the site.

Blog posts were imported from WordPress using scripts/wp.py. Events were scraped from the WordPress site using scripts/scrape_events.py. Pages were imported using scripts/wp_pages.py.

Build

Requires beemo installed. Log processing additionally requires beemo[logs].

make build             # build the site
make logs              # process Apache logs into CSV
make analytics         # generate analytics report
make serve             # serve the site locally on port 8000
make serve-analytics   # serve the analytics report on port 8000

Licences

Text content of posts in content/posts and pages in content/pages is Copyright the respective authors, licenced under CC BY-SA.

The site template and static files are based on the Twenty Fourteen WordPress theme, Copyright 2010 WordPress.org, licenced under GPL v2.