al-quran.reflectslight.io/nanoc.yaml

29 lines
770 B
YAML
Raw Normal View History

2022-10-31 19:32:08 +01: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.
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', 'ts', 'tsx', 'json'
2022-10-31 19:32:08 +01:00
]
prune:
auto_prune: true
2024-05-02 14:58:30 +02:00
lib_dirs: ['nanoc/lib', 'nanoc/ruledsl']
2022-10-31 19:32:08 +01:00
output_dir: build/al-quran/
data_sources:
- type: filesystem
encoding: UTF-8
2022-10-31 19:32:08 +01:00
content_dir: src/
layouts_dir: src/layouts
2024-03-22 14:36:23 +01:00
server:
unix:
path: /tmp/al-quran.reflectslight.io
tcp:
host: 127.0.0.1
port: 7777