-
Notifications
You must be signed in to change notification settings - Fork 2
/
nanoc.yaml
31 lines (29 loc) · 1.15 KB
/
nanoc.yaml
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
text_extensions: [ 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'sass', 'slim', 'scss', 'txt', 'xhtml', 'xml' ]
output_dir: ../fet
index_filenames: [ 'index.html' ]
enable_output_diff: false
prune:
auto_prune: true
exclude: [ '.git', '.hg', '.svn', 'CVS' ]
data_sources:
-
type: filesystem_unified
items_root: /
layouts_root: /
allow_periods_in_identifiers: true
-
type: static
items_root: /static/
allow_periods_in_identifiers: true
# resize_images: [ '200x200', '240x160', '800x250', '800x600' ]
site_name: Front-End Talks
site_slogan: Palestras
base_url: http://diegoleme.github.io/fet
relative_url: /fet
resize_images: [ '200x200' ]
compass: false
# 200 # Width given, height automagically selected to preserve aspect ratio.
# x200 # Height given, width automagically selected to preserve aspect ratio.
# 200x200 # Maximum values of height and width given, aspect ratio preserved.
# 200x200^ # Minimum values of width and height given, aspect ratio preserved.
# 200x200! # Width and height emphatically given, original aspect ratio ignored.