darkseed

a Pelican theme for the Botanixxx blog.


Keywords
pelican, pelican-theme
License
MIT
Install
pip install darkseed==0.0.23

Documentation

Darkseed

travis-link codecov-link pypi-link

The Pelican theme for the Botanixxx (src) blog.

installing via Pip or Pipenv:

pip install darkseed

# or

pipenv install darkseed

then add to your pelicanconf.py:

import darkseed
THEME = darkseed.get_path()

local development:

cd ~/projects
git clone git@github.com:blackforestbotanics/darkseed.git
cd <your blog>
pelican -t ../darkseed

License

MIT