Skip to content

Commit

Permalink
Updates readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Oct 30, 2024
1 parent 12a88f9 commit d473719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ 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):
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';
```

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.

### Compiling the assets

To view the changes on your project run:
Expand Down

0 comments on commit d473719

Please sign in to comment.