flex/README.md
Gustavo Furtado de Oliveira Alves 5360d3f5f0 Support for responsive adsense banners (#56)
Adsense Banners begin
2016-11-01 02:05:22 -02:00

3.9 KiB

Flex Build Status Dependency Status Gitter

The minimalist Pelican theme.

Features

Integrations

Adsense banner

The theme supports responsive adsense banners on the top/bottom of articles and index. And a 250x250 banner in aside. To configure it create a responsive banner and a 250x250 banner on your adsense account and set this on your pelicanconf.

ADSENSE = {
  'adClientId' : '<< YOUR AD CLIENT>>',
  'adSlot' : {
    'aside_250x250' : '<< AD-SLOT FOR THE 250X250 BANNER >>',
    'articleBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>',
    'top_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>',
    'homeBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>'
  }
}

Install

The recommend way to install is over pelican-themes.

The master branch is the development branch. If you're happy with fresh new things and maybe sometimes (most of time) broken things you can clone the master, but I would recommend to you to clone a tag branch.

Docs

Go to Wiki

Contributing

Always open an issue before sending a PR. Talk about the problem/feature that you want to fix. If it's really a good thing you can submit your PR. If you send an PR without talking about before what it is, you may work for nothing.

As always, if you want something that only make sense to you, just fork Flex and start a new theme.

Translate

Translate this theme to new languages at Transifex.

Translations

Read more about Translation Support.

Live example

You can see how things looks like here. Or you can take a look at Flex users.

I'm using Flex in my personal blog.

Screenshot

Donate

Did you liked this theme? Buy me a beer and support new features.

Gratipay

PayPal

License

MIT