Metadata-Version: 1.1
Name: plonetheme.future-imperfect
Version: 1.0
Summary: A theme for Plone 5.x
Home-page: https://github.com/collective/plonetheme.future_imperfect
Author: Vikas Parashar
Author-email: svnitvikas@gmail.com
License: MIT License
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        Future Imperfect
        ==============================================================================
        
        Another fine responsive site template by html5 up, customized for Plone 5.x
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.future_imperfect/master/preview.png
        
        See additional screenshots below.
        
        Installation
        ------------
        
        Zip
        ~~~~~~~~
        
        #. Download the `zip file`_
        #. Import the theme from the Diazo theme control panel.
        
        Buildout
        ~~~~~~~~
        
        Install ``plonetheme.future_imperfect`` by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plonetheme.future_imperfect
        
        
        and then running ``bin/buildout``
        
        Documentation
        -------------
        
        Full documentation for end users can be found `here`_
        
        Contribution
        -------------
        
        - Clone the repo.
        - Run ``bin/buildout``
        - next, install the local dependencies theme requires
            ``$ npm install``
        - Watch For Changes & Automatically Refresh
            ``$ grunt watch``
        - Build & Optimize(This will create a ``dist`` folder with optimized files and a zip of theme)
            ``$ grunt dist``
        
        License
        -------
        
        MIT License
        
        Credit
        ------
        
        Based on `Future Imperfect`_ Provided by `HTML5 UP`_
        
        .. _zip file: https://github.com/collective/plonetheme.future_imperfect/blob/master/plonetheme.future_imperfect.zip?raw=true
        .. _Future Imperfect: https://html5up.net/future-imperfect
        .. _HTML5 UP: https://html5up.net/
        .. _here: https://github.com/collective/plonetheme.future_imperfect/blob/master/docs/index.rst
        
        Screenshots
        -----------
        
        Full size screenshot:
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.future_imperfect/master/docs/plonetheme.future_imperfect-screenshot.jpg
        
        iPhone Plus screenshot:
        
        .. image:: https://raw.githubusercontent.com/collective/plonetheme.future_imperfect/master/docs/plonetheme.future_imperfect-screenshot-iphone-plus.jpg
        
        
        Changelog
        ----------
        
        
        1.0 (2017-01-02)
        ~~~~~~~~~~~~~~~~
        
        - add Plone 5.1 classifier, tweaks to docs, README.rst
          [tkimnguyen]
        
        
        1.0a1 (2016-08-18)
        ~~~~~~~~~~~~~~~~~~
        
        - Initial release
          [vikas-parashar]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
