durfdoen-2.0/nanoc.yaml

24 lines
697 B
YAML
Raw Permalink Normal View History

2020-02-27 15:55:36 +00:00
# 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.
2020-09-12 12:12:13 +00:00
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', 'yml', 'svg' ]
2020-02-27 15:55:36 +00:00
base_url: http://localhost:3000
environments:
prod:
base_url: https://durfdoen.be
prune:
auto_prune: true
data_sources:
- type: filesystem
encoding: utf-8
2020-08-28 21:56:12 +00:00
checking:
enabled_checks:
- external_links
- internal_links
- stale