Static website for reading / listening to The Noble Quran
Find a file
2024-08-23 05:48:52 -03:00
.bundle Update .bundle/config 2024-02-01 06:41:18 -03:00
.github Fix CI 2024-08-20 19:20:41 -03:00
bin Fix misaligned indentation in bin/setup 2024-08-20 23:01:41 -03:00
etc Add /etc 2024-08-22 16:12:41 -03:00
nanoc v0.9.0 2024-08-22 13:28:04 -03:00
packages Add: surah.{urlName,translitName} 2024-08-13 16:36:35 -03:00
rake/tasks Fix CI 2024-08-22 20:14:17 -03:00
share/al-quran.reflectslight.io Add txt suffix 2024-08-23 05:47:50 -03:00
src Update media queries 2024-08-23 05:44:45 -03:00
submodules Update submodules/surah-name-glyphs 2024-06-21 15:49:44 -03:00
.editorconfig Update .editorconfig 2024-05-26 16:54:30 -03:00
.gitignore nanoc.yaml -> nanoc.yaml.sample 2024-07-20 21:51:53 -03:00
.gitmodules Add Farsi support 2024-05-19 16:51:37 -03:00
.projectile Add Quran.locales 2024-05-15 21:51:04 -03:00
Gemfile Add "rake" to Gemfile 2024-08-16 18:04:18 -03:00
Gemfile.lock Update rexml 2024-08-23 05:48:52 -03:00
nanoc.yaml.sample Change default recitation 2024-08-22 10:03:53 -03:00
package-lock.json Update typescript-eslint and other deps 2024-08-22 16:24:04 -03:00
package.json Update typescript-eslint and other deps 2024-08-22 16:24:04 -03:00
Rakefile.rb Fix typos 2024-06-22 00:13:26 -03:00
README.md Move LICENSE to share/al-quran.reflectslight.io/ 2024-08-22 16:42:22 -03:00
Rules Add /etc 2024-08-22 16:12:41 -03:00

About

This repository contains the source code of al-quran.reflectslight.io - a static website for reading (and listening to) The Noble Quran. After the website is built, the build directory consists of HTML, CSS, JavaScript and other static assets that can be hosted by a web server such as nginx, apache, et cetera.

Requirements

The following languages and tools have to be installed to build the website from source:

  • Ruby 3.2 (or later)
  • NodeJS v18.15 (or later)
  • tidy-html5

Development

# Clone repository
git clone https://github.com/ReflectsLight/al-quran.reflectslight.io
cd al-quran.reflectslight.io

# Setup build environment
bin/setup

# List all tasks
bundle exec rake -T

# Build website (dev build)
bundle exec rake nanoc:build

# Build website (production build)
bundle exec rake nanoc:build[production]

# Start web server
bundle exec rake server

Configuration

Thanks

الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ

  • Thanks to the graphic artists:
  • Thanks to the translators:
    • English (The Clear Quran) by Dr. Mustafa Khattab
    • Farsi by Hussain Ansarian
  • Thanks to the reciters:
    • Mishari bin Rashed Alafasy
    • Ahmad bin Ali Al-Ajmi
    • Sahl Yassin
    • Hani ar-Rifai

License

The "source code" is released under the terms of the GPL
See LICENSE for details