egel / egelance-pelican-theme

Modern, minimalistic and well readable theme for Pelican, Python Static Files Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Egelance Pelican Theme

Modern, minimalistic and well readable theme for Pelican, Python Static Files Generator.

Hot to use it?

You will need have npm + yarn installed. If not install it via nvm

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:

  1. add THEME="theme/egelance" to your pelicanconf.py file, and
  2. compile your blog with: pelican content --autoreload

Development

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.

License

MIT 2015 Maciej Sypień

About

Modern, minimalistic and well readable theme for Pelican, Python Static Files Generator


Languages

Language:HTML 44.4%Language:CSS 29.9%Language:JavaScript 25.8%