Skip to content

mitchtbaum/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pelican Base Theme

Base is a starter theme for Pelican. You can use it to quickly and easily develop your own theme.

Note: This patch is necessary, Inherit from arbitrary theme #1092.

Base Theme Screenshot

Uses

  • Organize and override: All templates' page elements are logically separated in Jinja blocks, as "widgets", and can easily be changed without modifying the base theme.
  • Compose your templates: Layouts are easy to build using grids and are easy to fill with reusable widget code.
  • Collaborate with others: Begin with the common code as other Pelican themers and create your own theme.

Included Libraries

  • Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards.
  • PureCSS Grids are easy to work with, and very powerful.