Adjust javascript image size to always be less than max container width.
Stylesheets are not built in compressed mode by default.
Stylesheet changes are mainly to incorperate styles for new elements.
Stying of the list elements uses a slightly lighter gradient.
The templates in this commit are now in RC form.
Everything but the article templates are ready.
Changes include ( no limited to ):
- Update stylesheet
- Add method in app.js to handle images in documents
- Create _author_item.html to display author information and vcard
- Update _disqus.html to fit in with site style
- Update _page_footer.html for translation support
- Add _pagination.html for pagination support
- Add _translations.html for translation listing support
- Minor updates to archives.html, tags.html
- Update base.html to have more flexibility
- Update authors.html and author.html to display information
- Update category.html and categories.html to use the _list_item.html
- Update page translation support + misc
- Update tag.html to use _list_item.html
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.
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
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.
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
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.
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.