Skip to content
/ storm Public

Responsive theme for pelican

License

Notifications You must be signed in to change notification settings

redVi/storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storm

Storm — responsive theme for pelican.

##Configuration Options

Options:

SITESUBTITLE = 'Description of the site'
THEME = 'storm'
CSS_FILE = 'screen.css'
METADATA = 'Meta description is the home page'

If you want use google search for your site, you may set variable:

GOOGLE_PARTNER_PUB = 'partner-pub-xxx'

Pages settings:

#Pages
DIRECT_TEMPLATES = ('about', 'archives', '404', 'index')
DISPLAY_PAGES_ON_MENU  = True
ARCHIVES_URL = 'archives/'
ARCHIVES_SAVE_AS = 'archives/index.html'
ABOUT_URL = 'about/'
ABOUT_SAVE_AS = 'about/index.html'

MENUITEMS = (('Archive', 'archives/'),
            ('About', 'about/'),)

##Modification

Css-style was written with the help of sass. It means you need install ruby and sass:

$ emerge -av ruby
$ gem install sass compass
$ cd static
$ compass compile && rm -rf .sass-cache

##Preview

  • Index

index

  • Article

article

  • About

about

##License

All files that are part of this project are covered by the following license, except where explicitly noted.

The MIT License

About

Responsive theme for pelican

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published