> ## Documentation Index
> Fetch the complete documentation index at: https://blogloom.changlu.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Authoring

> Write and publish posts with the Markdown editor.

Authoring is the core feature of the admin console, offering Markdown editing and full publishing options.

## Workflow

1. Create a post under Posts.
2. Fill in the title, category, tags and description.
3. Write the Markdown body with mavon-editor.
4. Configure the cover, featured flag and publishing state.
5. Save or publish.

## Configurable fields

| Field       | Description               |
| ----------- | ------------------------- |
| Title       | Post title                |
| Description | Summary for lists and SEO |
| Cover       | List cover image          |
| Category    | Category                  |
| Tags        | Related tags              |
| Featured    | Show on the home page     |
| Published   | Visible to visitors       |
| Password    | Optional access password  |
| Copyright   | Copyright notice          |

## Uploading images

Images in the editor can be uploaded through the image hosting configuration, which supports local and Aliyun OSS. See [Image storage](/v1/en/integration/storage/local).

## Next steps

* [Markdown authoring](/v1/en/guide/concepts/markdown)
* [Content management](/v1/en/guide/admin/content)
* [Reading articles](/v1/en/guide/frontend/article)
