Commit Graph

11 Commits

Author SHA1 Message Date
Andrew Senetar b5bdbaf332 Update styles for new components and add code highlighting container styles
Container styles needed a javascript hack as of now since a block style
element is needed for overflow to work correctly.  app.js adds a div
wrapper around the highlighed code (with line numbers) to allow overflow
to work correctly.
2013-07-29 05:53:34 -04:00
Andrew Senetar 725cb8893f Update stylesheet and templates
Stylesheets update includes:
- Changing pygments class to default .codehilite
- Introduction of styles for new template components
- changing to a 16 column layout ( might revert back to 12 )
- reducing column gutter
Template work includes:
- removing extra ul from site_social
- adding creative commons handling to page_footer
- creating tags to display all tags with article counts
- adding the blogroll to base in aside
- starting work on tag
2013-07-28 05:43:18 -04:00
Andrew Senetar 8edc544e36 Update javascript to use custom zepto from Foundation
Foundation uses a custom version of zepto so we need to use it.
Also update to latest foundation version.
2013-07-28 05:40:42 -04:00
Andrew Senetar b03fd560b6 Update app stylesheet, remove hardcoded favicon
New version of stylesheets now with pygments styles.  Favicon now uses
FAVICON configuration parameter to set path.
2013-07-14 00:52:04 -04:00
Andrew Senetar d42e24c57f Update javacript to use minified source files loading via yepnopejs
Vendor javascript files are now minified versions. The javacript files are
loaded via yepnopejs (Modernizr.load) using app.js. The finishes the
javascript portion of issue #4.
2013-07-13 23:36:42 -04:00
Andrew Senetar 148b5b602a Restructure javascript directory, update zepto.js and jquery.js 2013-07-13 03:25:45 -04:00
Andrew Senetar 1e38b42edd Consolidate scss output, clean up and restructure sass directory.
Changes output to only one stylesheet, removes uneeded files, renames
and trims font files, creates utility script to convert from fontello css file to sass
2013-07-13 03:17:49 -04:00
Andrew Senetar 07c831d0ae Compiled StyleSheets Plus Fonts
Initial stylesheets and Icon fonts for the site.  Icon fonts will be
trimmed using fontello later to reduce file size.  Stylesheets will be
compressed at version 0.1.0.
2013-05-27 22:19:00 -04:00
Andrew Senetar 068ad9ec39 Current Sass Files
The Current Sass / scss development files.
2013-05-27 22:16:02 -04:00
Andrew Senetar af956c82be Add vendor JavaScript
Adds the vendor javascript for foundation 4, zepto.js, jquery, and
modernizer.  foundation scripts to be compressed after finalized.
2013-05-27 21:10:05 -04:00
Andrew Senetar d1087733af Initial Commit
Adds .gitattributes, .gitignore, and README.md as well as
static\config.rb which is the compass configuration file for the sass
(scss) style-sheets.  The README.md is an initial version.
2013-05-24 07:31:52 -04:00