The source of the Manchester CoderDojo website, built using a static site generator called beemo.
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.
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 8000Text 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.