Skip to content

Commit 31a64a8

Browse files
committed
Updates readme.
1 parent b438732 commit 31a64a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,18 @@ plugins: [
169169

170170
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.
171171

172+
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):
173+
174+
```css
175+
@import './blog.css';
176+
```
177+
172178
### Compiling the assets
173179

174180
To view the changes on your project run:
175181

176182
```bash
177-
npm run dev
183+
npm run build
178184
```
179185

180186
#### Blog CMS

0 commit comments

Comments
 (0)