Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdurrahman Rajab <rajab-2@windowslive.com>2021-04-18 15:31:20 +0300
committerGitHub <noreply@github.com>2021-04-18 15:31:20 +0300
commit4beb92098a0c1565aca7e674c884992ee3723aad (patch)
tree3943c1cf63944c9952a1bc314c477b23d01d1945 /README.md
parent2003b9b2c26edad359bc5c4bd0d6457ec426b5b6 (diff)
RTL support and Arabic Translation (#178)
Added support for RTL languages, such as Arabic.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4971ef8..8400bf2 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Anatole's aims to be minimalistic and sleek, but still brings some great functio
- Navigation items
- Pagination
- Multilingual
+- RTL support
- Post Thumbnails (optional)
- 100⁄100 Google Lighthouse score
- Google Analytics (optional)
@@ -234,6 +235,15 @@ url = "/de/about/"
Anatole currently ships with support for some basic languages. Contributions for other language translations are welcome.
+### RTL suppourt
+
+Anatole support RTL langauges and flip the whole theme for that. To enable the RTL mode for specific langauge it's enough to write the following code in the language params.
+
+```toml
+LanguageDirection = "rtl"
+```
+
+
### :100: Google Lighthouse score
The theme is optimized to adhere to the requirements checked for in the Lighthouse Audit. On my [personal site](https://www.alexbilz.com) I was able to reach a perfect 100⁄100 score.