Static website for reading / listening to The Noble Quran
Find a file
2024-05-15 01:30:16 -03:00
.bundle Update .bundle/config 2024-02-01 06:41:18 -03:00
.github Add Nanoc::Filters::Tidy 2023-10-07 19:29:52 -03:00
bin Depend on rubygems.org for server.rb 2024-05-02 08:27:11 -03:00
nanoc Add canonical and alternate link tags to all 'main' pages 2024-05-15 00:59:40 -03:00
packages Depend on rubygems.org for server.rb 2024-05-02 08:27:11 -03:00
rake/tasks Remove submodules.rake 2024-05-02 10:48:29 -03:00
src Add self-closing icon links 2024-05-15 01:30:16 -03:00
submodules Update submodules 2024-04-29 12:03:27 -03:00
.editorconfig .editorconfig: update 2023-03-17 00:16:43 -03:00
.eslintrc.js Fix eslint 2024-04-30 01:05:48 -03:00
.gitignore Populate surah via info.json 2024-05-14 23:09:31 -03:00
.gitmodules Depend on rubygems.org for server.rb 2024-05-02 08:27:11 -03:00
.prettierignore eslint & prettier setup 2022-11-11 16:09:33 -03:00
.prettierrc Abide by 80col limit 2023-10-28 12:14:40 -03:00
.projectile Ignore /.gems/ 2024-02-25 11:49:12 -03:00
.rubocop.yml rubocop: add linter.rake 2023-07-25 14:19:00 -03:00
Gemfile Remove unused dependencies 2024-05-02 08:34:35 -03:00
Gemfile.lock Remove unused dependencies 2024-05-02 08:34:35 -03:00
LICENSE License = GPL 2023-03-11 11:42:30 -03:00
nanoc.yaml Add nanoc/ruledsl/filter.rb 2024-05-02 10:08:15 -03:00
package-lock.json Add packages/typescript/Quran/ 2024-04-30 09:43:30 -03:00
package.json Add esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -03:00
Rakefile.rb Remove submodules.rake 2024-05-02 10:48:29 -03:00
README.md README: trim trailing whitespace 2024-05-02 08:17:25 -03:00
Rules Add canonical and alternate link tags to all 'main' pages 2024-05-15 00:59:40 -03:00
tsconfig.json Drop 'allowJs' from tsconfig.json 2024-05-02 10:30:45 -03:00
VERSION v0.7.25 2024-05-15 01:22:28 -03:00
webpack.common.js Add esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -03:00
webpack.development.js Add per-env webpack configuration files 2024-02-18 09:26:04 -03:00
webpack.production.js Add esbuild-loader, upgrade nanoc-webpack.rb 2024-04-25 20:36:34 -03:00

About

al-quran.reflectslight.io is 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 nginx, apache, etc.

Environment

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

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

Development

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

# Setup build environment
bin/setup

# Build website
rake nanoc:build

# Start web server
rake server

Thanks

Alhamdulillah.

  • Thanks to the following graphic artists:

  • Thanks to the following translators:

    • English (The Clear Quran) by Dr. Mustafa Khattab

License

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