Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/blog.md
Original file line number Diff line number Diff line change
@@ -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!

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion schematics/scully/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schematics/scully/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down