Delete nanoc.yaml from repository
This commit is contained in:
parent
3686842a03
commit
8f31da1bf0
1 changed files with 0 additions and 32 deletions
32
nanoc.yaml
32
nanoc.yaml
|
@ -1,32 +0,0 @@
|
|||
# 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'
|
||||
]
|
||||
|
||||
prune:
|
||||
auto_prune: true
|
||||
|
||||
lib_dirs: ['nanoc/lib', 'nanoc/ruledsl']
|
||||
output_dir: build/al-quran/
|
||||
|
||||
data_sources:
|
||||
- type: filesystem
|
||||
encoding: UTF-8
|
||||
content_dir: src/
|
||||
layouts_dir: src/layouts
|
||||
|
||||
audio:
|
||||
base_url: https://al-quran.reflectslight.io/audio/alajmi
|
||||
|
||||
server:
|
||||
base_url: https://al-quran.reflectslight.io
|
||||
unix:
|
||||
path: /tmp/al-quran.reflectslight.io
|
||||
tcp:
|
||||
host: 127.0.0.1
|
||||
port: 7777
|
Loading…
Reference in a new issue