@studiocms/blog
Introduction
Powered by astro-theme-provider
by Bryce Russell
This Astro integration enables the StudioCMS Blog feature in your Astro project. This integration will allow you to create, edit, and delete blog posts in the StudioCMS dashboard.
Installation
-
Install the package and add to your astro config using the following command:
-
Update your config file as shown under Example Config below.
-
Install the package using the following command:
-
Add
@studiocms/blog
to your astro config file:
Usage
What does this integration do?
This integration will add the following new routes to your StudioCMS Controlled front-end:
/blog
- The main blog page that lists all blog posts./blog/[slug]
- The individual blog post page./rss.xml
- The RSS feed for your blog posts.