Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 931 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 931 Bytes

pelican-bootstrap-5

This is a simple Bootstrap 5 theme for Pelican, a statitc site generator written in Python.

It includes the Bootstrap 5 themes known as "Bootswatch" from https://bootswatch.com/ by Thomas Park.

It also includes the Bootstrap Icons as icon font from https://icons.getbootstrap.com

Customizing the theme

It is possible to crete two files under the assets directory:

  • 'theme_custom.css'
  • 'theme_custom.js'

These are included by the generated pages and enable simple customization without using the frontend tooling.

References