Skip to main content

Colored theme with contact form

Project description

colored-with-contactform

Colored-with-contactform is a theme for pelican that I used for my personal blog, I make it public so everyone can benefit from it. I used css3 preprocessor Sass to make it easy to customized, You can change the colors and font and sizes easy.

Live preview

Installation

This theme is available at pypi.org, so you can install it with:

pip install colored-with-contactform

Then update the file pelicanconf.py in your project:

  • Import the theme by adding the folling line in the begining of the file
import colored_with_contactform
  • Then change the Folowing variables:
THEME = colored_with_contactform.PATH

JINJA_ENVIRONMENT = colored_with_contactform.JINJA_ENVIRONMENT

JINJA_FILTERS =  colored_with_contactform.JINJA_FILTERS
  • Add the plugin i18n_subsites:
PLUGIN_PATHS = ['pelican-plugins']
PLUGINS = ['i18n_subsites'] 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colored-with-contactform-1.0.2.tar.gz (238.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page