From 9e814e14a087246dc577fa3b45c3d876940ba358 Mon Sep 17 00:00:00 2001 From: zgq354 Date: Sun, 24 Dec 2023 16:23:24 +0800 Subject: [PATCH] feat: update custom style --- README.md | 13 +++-- resources/less/custom.less | 97 +++++++++++++++++++++++--------------- 2 files changed, 66 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index fe8ae89..7195a14 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,16 @@ The customizations of **Flarum 0x** consists of these parts: 1. Initialized [Flarum Skeleton](https://github.com/flarum/flarum) with our custom `composer.json` / `composer.lock` config (contains the extensions we are using). 2. Patches for the extensions in `vendor/` to make some small changes without publishing new Composer Packages (see [patches/README.md](patches/README.md)). 3. Custom [flarum extenders](https://docs.flarum.org/extend/start#extenders) in `extend.php`. -4. *(Will be added if needed)* Custom third party extension integrated into this repo as submodules. +4. Custom third party extension integrated into this repo as submodules. The features we have customised include: 1. Support global assets CDN config. 2. Save avatars to S3-compatible Storage instead of local disk (thanks to [askvortsov1/flarum-azure-poc](https://github.com/askvortsov1/flarum-azure-poc)). 3. Add support for [blomstra/flarum-redis](https://github.com/blomstra/flarum-redis) extension (for Queue / Cache / Session), enable the Queue Worker to consume the [Background Tasks](https://docs.flarum.org/internal/package-manager#background-tasks) asynchronously. 4. Add support for custom head HTML like add some `