From 7d90d5f4747026d26b3e07f702cf4de900cac3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stan=20Forto=C5=84ski?= Date: Sat, 6 Feb 2021 20:05:55 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 026eec3..7263d55 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Have fun :) - Two languages are available by default English and Polish. - If you want to add new language you will make new folder for example de in resources/lang and copy everyting form resources/lang/en to this folder and create de.json in resources/lang folder. And then translate and add your lang to 'available_locales' array in config/app.php. +## Themes +You can use default theme or just add new themes to your blog. Default theme is located in /resources/sass/default and /resources/views/default. You can add your own theme by set BLOG_THEME in .env file and creating folder in sass and views with the same name with your custom data. In views one restriction is to have files with the same names as in default" views folder. + ## Libraries - [Laravel 8.x](https://laravel.com/docs/8.x) - [Laravel Fortify](https://github.com/laravel/fortify)