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 b438732 commit 31a64a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31a64a8

Please sign in to comment.