Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 239 Bytes

creative_commons.md

File metadata and controls

11 lines (9 loc) · 239 Bytes

Creative Commons licenses

If you use a Creative Commons license you can configure it in pelicanconf.py:

CC_LICENSE = {
    "name": "Creative Commons Attribution-ShareAlike",
    "version": "4.0",
    "slug": "by-sa"
}