kblg/const.py

8 lines
149 B
Python

site_index = "www.example.com/"
images = "images"
date_format = "%a, %d %b %Y"
source = "src"
templates = "templates"
dist = "dist"
summary_max = 10