Remove unused files

This commit is contained in:
0x1eef 2024-08-28 03:45:39 -03:00
parent 2c7af3ef9f
commit 1daf0afbb1
4 changed files with 0 additions and 83 deletions

View file

@ -1,19 +0,0 @@
name: Prepare environment
runs:
using: composite
steps:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- name: Setup packages
shell: bash
run: |
bin/setup

View file

@ -1,23 +0,0 @@
name: The Quran
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
SASS_PATH: ./src/css/
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Prepare environment
uses: './.github/actions/prepare-env'
- name: Add HTMLTidy
run: sudo apt-get install tidy
- name: ci
run: bundle exec rake ci

9
.gitmodules vendored
View file

@ -1,9 +0,0 @@
[submodule "submodules/surah-name-glyphs"]
path = submodules/surah-name-glyphs
url = https://github.com/ReflectsLight/surah-name-glyphs
[submodule "submodules/quran-json"]
path = submodules/quran-json
url = https://github.com/ReflectsLight/quran-json
[submodule "submodules/tail.css"]
path = submodules/tail.css
url = https://github.com/0x1eef/tail.css

View file

@ -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']
output_dir: build/al-quran/
data_sources:
- type: filesystem
encoding: UTF-8
content_dir: src/
layouts_dir: src/layouts
audio:
base_url: https://audio.al-quran.reflectslight.io/rifai
server:
base_url: https://al-quran.reflectslight.io
unix:
path:
tcp:
host: 127.0.0.1
port: 7777