Metadata-Version: 2.0
Name: plonetheme.cleanblog
Version: 1.2.1
Summary: A theme for Plone 5
Home-page: https://github.com/vikas-parashar/plonetheme.clean_blog/
Author: Vikas Parashar
Author-email: svnitvikas@gmail.com
License: MIT License
Keywords: Python Plone Theme Web
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: Products.GenericSetup (>=1.8.2)
Requires-Dist: plone.api
Requires-Dist: plone.app.theming
Requires-Dist: plone.app.themingplugins
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Provides-Extra: test
Requires-Dist: plone.app.contenttypes; extra == 'test'
Requires-Dist: plone.app.robotframework[debug]; extra == 'test'
Requires-Dist: plone.app.testing; extra == 'test'
Requires-Dist: plone.testing (>=5.0.0); extra == 'test'

==========
Clean Blog
==========

A minimal theme for Plone 5.

.. image:: https://raw.githubusercontent.com/vikas-parashar/plonetheme.clean_blog/master/demo.jpg

Installation
------------

Zip
~~~~~~~~

#. Download the `zip file`_
#. Import the theme from the Diazo theme control panel.

Buildout
~~~~~~~~

Install plonetheme.clean_blog by adding it to your buildout::

    [buildout]

    ...

    eggs =
        plonetheme.cleanblog


and then running ``bin/buildout``

Demo
~~~~

   This theme can be seen in action at the following site:

-  `Clean Blog Demo`_

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 `Clean Blog Bootstrap Blog Theme Start Bootstrap`_

.. _zip file: https://github.com/vikas-parashar/plonetheme.clean_blog/blob/master/plonetheme.clean_blog.zip?raw=true
.. _Clean Blog Demo: http://107.170.136.197:8080/Plone
.. _Clean Blog Bootstrap Blog Theme Start Bootstrap: http://startbootstrap.com/template-overviews/clean-blog/
.. _here: https://github.com/vikas-parashar/plonetheme.clean_blog/blob/master/docs/index.rst


Changelog
---------


1.2.1 (2016-10-04)
------------------

- Package name upadated in docs.


1.2 (2016-10-04)
----------------

- uploaded whole dirs.
- Added grunt setup.
- Updated docs.


1.1 (2016-06-29)
----------------

- Initial release.
  [vikas-parashar]


