Modern, minimalistic and well readable theme for Pelican, Python Static Files Generator.
You will need have
npm
+yarn
installed. If not install it vianvm
Clone theme to your workspace dir
cd <your-pelican-blog>/theme # folder with themes for you pelican blog
mkdir -p egelance
wet https://github.com/egel/egelance-pelican-theme/blob/master/bin/egelance_pelican_theme_official.zip?raw=true
unzip egelance_pelican_theme_official.zip -d ./egelance
Now you should have unpacked egelance theme into your <your-pelican-blog>/theme/egelance
folder.
Next:
- add
THEME="theme/egelance"
to your pelicanconf.py file, and - compile your blog with:
pelican content --autoreload
If you want to build theme from the groud or find more about development process visit our dev wiki page to find more info how to achieve this.
MIT 2015 Maciej Sypień