Commit Graph

8 Commits

Author SHA1 Message Date
Andrew Senetar eca067ae67 Update templates
Update the templates to remove the excessive itemprop tags as it really
is not a good idea.  Cleanup a few minor things.
2013-11-09 15:57:26 -05:00
Andrew Senetar ff3c58c45b Finalize javascript and stylsheet for issue #4
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.
2013-07-30 14:44:31 -04:00
Andrew Senetar b7efae362c Initial release version of templates
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
2013-07-29 16:09:35 -04:00
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 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 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 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