forked from github/developer.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
55 lines (48 loc) · 2.35 KB
/
config.yaml
File metadata and controls
55 lines (48 loc) · 2.35 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
# A list of file extensions that nanoc will consider to be textual rather than
# binary. If an item with an extension not in this list is found, the file
# will be considered as binary.
text_extensions: [ 'css', 'erb', 'haml', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'php', 'rb', 'sass', 'scss', 'txt', 'xhtml', 'xml', 'atom' ]
# The path to the directory where all generated files will be written to. This
# can be an absolute path starting with a slash, but it can also be path
# relative to the site directory.
output_dir: output
# A list of index filenames, i.e. names of files that will be served by a web
# server when a directory is requested. Usually, index files are named
# “index.hml”, but depending on the web server, this may be something else,
# such as “default.htm”. This list is used by nanoc to generate pretty URLs.
index_filenames: [ 'index.html' ]
# Whether or not to generate a diff of the compiled content when compiling a
# site. The diff will contain the differences between the compiled content
# before and after the last site compilation.
enable_output_diff: false
# The data sources where nanoc loads its data from. This is an array of
# hashes; each array element represents a single data source. By default,
# there is only a single data source that reads data from the “content/” and
# “layout/” directories in the site directory.
data_sources:
-
type: filesystem
encoding: utf-8
-
type: filesystem
items_root: /static
content_dir: static
layouts_dir: nil
# For the atom feed.
base_url: http://developer.github.com
# Array of [version, released_at] Array tuples.
api_versions:
-
- beta
- 2011-4-27
-
- v3
redirects:
- /changes/2012-9-5-watcher-api/: /changes/2012-09-05-watcher-api/
- /changes/2012-9-28-auto-init-for-repositories/: /changes/2012-09-28-auto-init-for-repositories/
- /changes/2013-2-5-changes-to-services/: /changes/2013-02-05-changes-to-services/
- /changes/2013-2-13-hookshot-issues/: /changes/2013-02-13-hookshot-issues/
- /changes/2013-2-13-hookshot-load-balancer/: /changes/2013-02-13-hookshot-load-balancer/
- /changes/2013-2-13-sortable-stars/: /changes/2013-02-14-sortable-stars/
- /changes/2013-3-1-new-hookshot-coming/: /changes/2013-03-01-new-hookshot-coming/
- /changes/2014-2-10-ping-event-for-webhooks/: /changes/2014-02-10-ping-event-for-webhooks/