Metadata-Version: 2.1
Name: darkseed
Version: 0.0.22
Summary: a Pelican theme for the Botanixxx blog.
Home-page: https://github.com/blackforestbotanics/darkseed
Author: Tom Spalding
Author-email: tom@blackforestbotanics.com
License: MIT
Description: =========
        Darkseed_
        =========
        
        .. image:: https://travis-ci.org/blackforestbotanics/darkseed.svg?branch=master
           :target: https://travis-ci.org/blackforestbotanics/darkseed
           :alt: travis-link
        .. image:: https://codecov.io/gh/blackforestbotanics/darkseed/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/blackforestbotanics/darkseed
           :alt: codecov-link
        .. image:: https://img.shields.io/pypi/v/darkseed.svg
           :target: https://pypi.org/project/darkseed/
           :alt: pypi-link
        
        The `Pelican <https://github.com/getpelican/pelican>`_ theme for the Botanixxx_ (`src <https://github.com/blackforestbotanics/botanixxx>`_) blog.
        
        .. _darkseed: https://github.com/blackforestbotanics/darkseed
        .. _botanixxx: https://botanixxx.com
        
        installing via `Pip <https://github.com/pypa/pip>`_ or `Pipenv <https://github.com/pypa/pipenv>`_:
        
        .. code:: bash
        
          pip install darkseed
        
          # or
        
          pipenv install darkseed
        
        local development:
        
        .. code:: bash
        
          cd ~/projects
          git clone git@github.com:blackforestbotanics/darkseed.git
          cd <your blog>
          pelican -t ../darkseed
        
        License
        -------
        
        MIT
        
Platform: UNKNOWN
Classifier: Framework :: Pelican :: Themes
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/x-rst
