Skip to content

if1live/pelican-sora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pelican-sora

What is pelican-sora?

pelican-sora is a pelican theme based on pelican-elegant theme and PureCSS.

  • Use LESS, easy to customize
  • Responsive Theme
  • Many same features in pelican-elegant based theme. Thanks to talha131
    • Support search (Using Tipue Search)
    • Live filter for Tags
    • Custom 404 Page
    • etc...

Preview

article-desktop

article-mobile

index-desktop

index-mobile

Variables & Configure

Look my configure.

DEFAULT_PAGINATION = False

# attributes for pelican-sora
PLUGINS = [
	'tipue_search',
	'sitemap',
	'related_posts',
    'assets',
    ]
	
DIRECT_TEMPLATES = (('index', 'tags', 'categories','archives', 'search', '404'))
MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'headerid']
STATIC_PATHS = ['theme/images', 'images', 'static']

SITEMAP = {
    'format': 'xml',
    'priorities': {
        'articles': 0.5,
        'indexes': 0.5,
        'pages': 0.5
    },
    'changefreqs': {
        'articles': 'monthly',
        'indexes': 'daily',
        'pages': 'monthly'
    }
}

# optional attributes for pelican-sora
SITE_DESCRIPTION = u'libsora.so'
SITESUBTITLE = ''
SITE_LICENSE = ''
RECENT_ARTICLES_COUNT = 10

Installation

Dependency

$ git clone https://github.com/if1live/pelican-sora.git
$ pelican-themes -s path/to/pelican-sora
THEME = "pelican-sora"

About

Responsive Theme for Pelican

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published