From 81fa054ddfffd11c94eec9ae5c4a4f519276ccdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Fri, 29 May 2026 05:24:36 +0300 Subject: [PATCH] make readme more up to date --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 225ff23..87e745d 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,10 @@ below is an explanation of the folder structure: - `static/` - static files - `avatars/` - user avatar uploads - `badges/` - user badge uploads - - `css/` - CSS files generated from Sass sources + - `css/` - stylesheets - `emoji/` - emoji images used on the forum - `fonts/` - `js/` - - `sass/` - - `_default.scss` - the default theme. Sass variables that other themes modify are defined here, along with the default styles. other files define the available themes. - - `build-themes.sh` - script for building Sass files into CSS - `nginx.conf` - nginx config (production only) - `uwsgi.ini` - uwsgi config (production only)