diff --git a/docs/blog.md b/docs/blog.md index e2dbd373f..113de2b92 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -1,9 +1,9 @@ --- -title: Adding Blog Support +title: Create a blog order: 600 --- -# Blogs in Scully +# Create a blog Scully is the best option for moving a blog to Angular! @@ -12,6 +12,8 @@ It has a schematic that enables Angular applications to use markdown files for b 1. [Adding Blog Support](#adding-blog-support) 2. [Generating New Blog Posts](#generating-new-blog-posts) +_IMPORTANT:_ You only need a Angular app with scully, if you don't have, please check first the [getting started](/docs/getting-started) docs. + ## Adding Blog Support To add blog support to your app, run the following command: diff --git a/schematics/scully/package-lock.json b/schematics/scully/package-lock.json index 068e69ec3..4800d262f 100644 --- a/schematics/scully/package-lock.json +++ b/schematics/scully/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scullyio/init", - "version": "0.0.25", + "version": "0.0.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/schematics/scully/package.json b/schematics/scully/package.json index a12ec0832..fecd15d45 100644 --- a/schematics/scully/package.json +++ b/schematics/scully/package.json @@ -1,6 +1,6 @@ { "name": "@scullyio/init", - "version": "0.0.25", + "version": "0.0.26", "description": "Add scully to your angular app", "repository": { "type": "GIT",