27 lines
736 B
YAML
27 lines
736 B
YAML
# 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', 'tsx'
|
|
]
|
|
|
|
prune:
|
|
auto_prune: true
|
|
|
|
output_dir: build/al-quran/
|
|
|
|
data_sources:
|
|
- type: filesystem
|
|
encoding: utf-8
|
|
content_dir: src/
|
|
layouts_dir: src/layouts
|
|
|
|
deploy:
|
|
local:
|
|
user: www
|
|
group: www
|
|
src: build/al-quran/.
|
|
dest: /var/www/htdocs/al-quran.0x1eef.test/
|