-
Notifications
You must be signed in to change notification settings - Fork 6
/
nanoc.yaml
38 lines (31 loc) · 941 Bytes
/
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
32
33
34
35
36
37
38
# 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: [ 'adoc', 'asciidoc', 'atom', 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'rdoc', 'sass', 'scss', 'slim', 'tex', 'txt', 'xhtml', 'xml' ]
# Global
base_url: "https://naev.org"
# Stuff for RSS Feed
title: "Naev Blarg"
author_name: "Naev DevTeam"
author_uri: "https://naev.org"
# Pagination
page_size: 5
prune:
auto_prune: true
exclude: [ '.git' ]
data_sources:
- type: filesystem
encoding: utf-8
checking:
enabled_checks:
- internal_links
- external_links
- stale
- mixed_content
# - html
# - css
checks:
external_links:
exclude_files: ['downloads']
internal_links:
exclude: ['^/api', '^/devmanual']