This folder contains the WordPress theme for the LGM Video Archive.
This theme is a child-theme of Afterlight. Afterlight was created in 2015 by Takashi Irie, a prolific theme author at Automattic. Afterlight is licensed under GPL v2.
Some information about Afterlight can be found here.
Useful info:
Quick Specs (all measurements in pixels)
- The main column width is max 704.
- The slide-out sidebar width is max 704.
- Featured Images work best with 833 wide.
- Custom Header Image is 2000 wide by 320 high.
## Theme organisation
We use the following CSS directory structure:
- The file
style.css
at root level is necessary for the WordPress theme to work, but we don't load it. - We put the css files into
/css/dev/
, where we split them into different files : typography, layout, mediaqueries, print styles... - Once the site is in an advanced state, we will use a build-script (such as Grunt) that compiles them into a single minimized CSS file, in the
/css/build/
directory.
Documentation about the principles and architecture of the archive can be found in the project README.