Grafico dei commit

32 Commit

Autore SHA1 Messaggio Data
Andrew Senetar e45234a2c7 Update README.md
Remove references to live preview as the blog no longer uses this style.
2014-01-02 01:03:47 -05:00
Andrew Senetar 36a9cee676 Update article url to be full url 2013-11-09 16:51:19 -05:00
Andrew Senetar f5431e30a0 Fix typos in templates, regenerate css 2013-11-09 16:30:58 -05:00
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 c8803ae2d9 Update README.md add previews 2013-08-05 13:12:13 -04:00
Andrew Senetar 40727dd042 Fix typo in base.html 2013-07-30 15:30:09 -04:00
Andrew Senetar 42f8de158e Add article template files which now fully render
The article templates now provide for a full article with all the
template data. This completes and closes issue #1.
2013-07-30 15:02:19 -04:00
Andrew Senetar 0d53dc55d4 Update templates to include microformat support
The templates now include microformatting from schema.org.
The title and content_title blocks are no longer in most templates.
This updates the progess on issue #1
2013-07-30 14:58:58 -04:00
Andrew Senetar 9f22128702 Update base template
Base template now figures out the page title property & heading title.
This allows the title block to be not be used in sub templates.

The feed and navigation sections of the base template are now in seperate
files to make it easier to navigate the source.
2013-07-30 14:48:42 -04: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 c6dbafd192 Update README and LICENSE files to reflect additions
Update LICENSE file to include licences for Open Sans and Source Code Pro.
Update README to include additional settings options.
2013-07-29 16:05:07 -04:00
Andrew Senetar 7df1c88d8c Update templates
The following updates are made:
- index.html now lists the site description along with X articles
- _list_item.html universalizes code for iterating over the articles
- _site_social.html is merged into base.html
- _google_search.html is added for custom search support
- _gosquared.html, _google_analytics.html have minor formatting changes
- archives.html displays a one page list of all articles
- period_archives.html is removed as it is not planned for implementation atm
- tags.html general clean up and tweaks
- base.html now has
  - full rss/atom feed support
  - disqus comment count support on links (not used yet)
  - blog links in aside
  - search in aside
2013-07-29 05:58:17 -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 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 c445d427d5 Update README.md to reflect changes in codebase
Mainly this changes from the old google analytics variables and switches
from using requirejs to yepnopejs.
2013-07-14 01:02:35 -04:00
Andrew Senetar a584c9b380 Update all main template files
This is a major update to template files as now most have actual content.
2013-07-14 00:58:23 -04:00
Andrew Senetar f2cc7ba260 Move utility templates to prefix '_', add footer utility templates.
Utility templates moved to have '_' prefix similar to how sass files are.
Aditional templates for article and page footer contents now used to load
comments etc.
2013-07-14 00:55:29 -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 f47f6c9c1b Update README.md 2013-07-13 20:25:08 -04:00
Andrew Senetar 7531fe4563 Update LICENSE.md with icon-font licenses 2013-07-13 03:26:50 -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 842a8612fe Update README.md mention prerelease status
Updates the Readme to note that the code is not fully completed yet, in
addition to a few minor edits.
2013-05-27 22:21:47 -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 22037d5fa5 Initial Templates
Adds Initial base template and article templates along with the
analytics templates and Disqus comments template. Additional template
files created with just extends base to act as reminders to finish.
2013-05-27 22:15:01 -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 467f956e5c Add LICENSE.md
Adds the project license file
2013-05-27 21:05:39 -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