From 31a64a880628586de931193ebd87b51381815d22 Mon Sep 17 00:00:00 2001 From: Daniel Cintra Date: Wed, 30 Oct 2024 17:56:43 -0300 Subject: [PATCH] Updates readme. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec06b52..b93f7de 100644 --- a/README.md +++ b/README.md @@ -169,12 +169,18 @@ plugins: [ With the installation steps completed as outlined, the Blog Module should now be fully operational within your application. This marks the completion of the setup process, enabling you to start using the module's features for managing and publishing blog content. +The Blog Module also includes a custom CSS file for styling the content of the blog posts. This file is located in `resources-site/css/blog.css`. To import this file in your project, add the following line to your main `resources-site/css/site.css` file (after the Tailwind CSS imports): + +```css +@import './blog.css'; +``` + ### Compiling the assets To view the changes on your project run: ```bash -npm run dev +npm run build ``` #### Blog CMS