Metadata-Version: 1.1
Name: blogdegins
Version: 0.4.0
Summary: Another static html code generator.
Home-page: https://bitbucket.org/artgins/blogdegins
Author: ginsmar
Author-email: ginsmar at artgins.com
License: MIT License
Description: blogdegins
        ==========
        
        Generate static html code with python code files and their
        associated Mako templates, css and javascript files,
        with a command line utility.
        
        Work with the skeleton you wont.
        
        It includes a skeleton base on:
        
          * `html5boilerplate <http://html5boilerplate.com/>`_.
          * `jquery <http://docs.jquery.com/Main_Page>`_.
          * `Mako <http://docs.makotemplates.org/en/latest/index.html>`_.
          * `Webassets <http://webassets.readthedocs.org/en/latest/index.html>`_.
          * `Sass <http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html>`_.
          * `Compass <http://compass-style.org/reference/compass/>`_.
        
        The directories tree is well organized, encouraging to work
        with multiple files in development (css, mako, javascript and python).
        
        Separate external lib files and yours own files.
        
        Write the css code in scss language. Use the compass mixins.
        
        In no debug mode, css and javacript files are concatenaded and minified
        in only one file.
        
        Generate tags by version, and can synchronize with a server.
        
        License
        -------
        
        Copyright (c) 2012, Ginés Martínez Sánchez.
        
        `blogdegins` is released under terms of the
        `MIT License <http://www.opensource.org/licenses/mit-license>`_.
        
        
        
Keywords: html static generator blog ginsfsm ghtml mako webassets scss sass compass
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
