forked from notcraig/pelican-free-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigal.conf.py
43 lines (37 loc) · 1.17 KB
/
sigal.conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- coding: utf-8 -*-
#
source = 'source'
theme = 'custom'
author = 'The Profitware Group'
sitename = 'Portfolio'
subtitle = 'Looks great!'
portfolio = 'Portfolio'
email = '[email protected]'
img_size = (1024, 1024)
img_processor = 'ResizeToFitWidth'
autorotate_images = True
make_thumbs = True
thumb_dir = 'thumbnails'
# thumb_suffix = ''
thumb_size = (1024, 1024)
thumb_fit = True
# albums_sort_attr = 'name'
# albums_sort_reverse = False
ignore_directories = []
ignore_files = []
write_html = False
# output_filename = 'index.html'
# index_in_url = False
# use_assets_cdn = True
# links = [('Example link', 'http://example.org'),
# ('Another link', 'http://example.org')]
# files_to_copy = (('extra/robots.txt', 'robots.txt'),
# ('extra/favicon.ico', 'favicon.ico'),)
# plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright',
# 'sigal.plugins.upload_s3', 'sigal.plugins.media_page',
# 'sigal.plugins.nomedia', 'sigal.plugins.extended_caching']
# copyright = "© An example copyright message"
# adjust_options = {'color': 1.0,
# 'brightness': 1.0,
# 'contrast': 1.0,
# 'sharpness': 1.0}