Skip to content

Commit 7951587

Browse files
committed
Updated post on standalone blog
1 parent 305c336 commit 7951587

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

docs/blog/posts/blog-support-just-landed.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
categories:
88
- Blog
99
links:
10-
- Getting started with Insiders: insiders/getting-started.md#requirements
10+
- setup/setting-up-a-blog.md
1111
- plugins/blog.md
1212
---
1313

@@ -36,27 +36,9 @@ If you want to build a blog alongside your documentation, please refer to
3636

3737
## Quick start
3838

39-
### Setting up Insiders
40-
41-
Before we can start bootstrapping a blog and [write our first post], we need to
42-
set up [Insiders], since the [built-in blog plugin] is currently reserved to
43-
sponsors. Without the funds this project receives through sponsorships, this
44-
plugin wouldn't exist. Three steps are necessary:
45-
46-
1. [Subscribe to a monthly sponsorship]
47-
2. [Create a personal access token]
48-
3. [Install Insiders]
49-
50-
[write our first post]: #writing-your-first-post
51-
[Insiders]: ../../insiders/index.md
52-
[Subscribe to a monthly sponsorship]: ../../insiders/index.md#how-to-become-a-sponsor
53-
[Create a personal access token]: ../../insiders/getting-started.md#requirements
54-
[Install Insiders]: ../../insiders/getting-started.md#installation
55-
5639
### Creating a standalone blog
5740

58-
After Insiders is installed, you can bootstrap a new project using the `mkdocs`
59-
executable:
41+
You can bootstrap a new project using the `mkdocs` executable:
6042

6143
```
6244
mkdocs new .
@@ -84,7 +66,6 @@ theme:
8466
features:
8567
- navigation.sections
8668
plugins:
87-
- meta
8869
- blog:
8970
blog_dir: . # (1)!
9071
- search

0 commit comments

Comments
 (0)