From 8f31da1bf05fd6994ede125b127b4f84d082af50 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 21 Jul 2024 23:17:25 -0300 Subject: [PATCH] Delete nanoc.yaml from repository --- nanoc.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 nanoc.yaml diff --git a/nanoc.yaml b/nanoc.yaml deleted file mode 100644 index 5d61a3295..000000000 --- a/nanoc.yaml +++ /dev/null @@ -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