mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Updated post on standalone blog
This commit is contained in:
parent
305c33622c
commit
79515879d1
@ -7,7 +7,7 @@ description: >
|
|||||||
categories:
|
categories:
|
||||||
- Blog
|
- Blog
|
||||||
links:
|
links:
|
||||||
- Getting started with Insiders: insiders/getting-started.md#requirements
|
- setup/setting-up-a-blog.md
|
||||||
- plugins/blog.md
|
- plugins/blog.md
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -36,27 +36,9 @@ If you want to build a blog alongside your documentation, please refer to
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
### Setting up Insiders
|
|
||||||
|
|
||||||
Before we can start bootstrapping a blog and [write our first post], we need to
|
|
||||||
set up [Insiders], since the [built-in blog plugin] is currently reserved to
|
|
||||||
sponsors. Without the funds this project receives through sponsorships, this
|
|
||||||
plugin wouldn't exist. Three steps are necessary:
|
|
||||||
|
|
||||||
1. [Subscribe to a monthly sponsorship]
|
|
||||||
2. [Create a personal access token]
|
|
||||||
3. [Install Insiders]
|
|
||||||
|
|
||||||
[write our first post]: #writing-your-first-post
|
|
||||||
[Insiders]: ../../insiders/index.md
|
|
||||||
[Subscribe to a monthly sponsorship]: ../../insiders/index.md#how-to-become-a-sponsor
|
|
||||||
[Create a personal access token]: ../../insiders/getting-started.md#requirements
|
|
||||||
[Install Insiders]: ../../insiders/getting-started.md#installation
|
|
||||||
|
|
||||||
### Creating a standalone blog
|
### Creating a standalone blog
|
||||||
|
|
||||||
After Insiders is installed, you can bootstrap a new project using the `mkdocs`
|
You can bootstrap a new project using the `mkdocs` executable:
|
||||||
executable:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdocs new .
|
mkdocs new .
|
||||||
@ -84,7 +66,6 @@ theme:
|
|||||||
features:
|
features:
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
plugins:
|
plugins:
|
||||||
- meta
|
|
||||||
- blog:
|
- blog:
|
||||||
blog_dir: . # (1)!
|
blog_dir: . # (1)!
|
||||||
- search
|
- search
|
||||||
|
Loading…
Reference in New Issue
Block a user