Metadata-Version: 2.4
Name: md-star
Version: 0.0.5
Summary: A Markdown Static Site Generator.
Project-URL: Documentation, https://github.com/chris1ding1/md-star#readme
Project-URL: Issues, https://github.com/chris1ding1/md-star/issues
Project-URL: Source, https://github.com/chris1ding1/md-star
Author-email: chris <chris1ding1@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: Blog,CMS,HTML,Markdown,Static Site Generator,Website
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <3.13,>=3.8
Requires-Dist: arrow
Requires-Dist: click
Requires-Dist: jinja2
Requires-Dist: markdown
Requires-Dist: markdown-it-py
Requires-Dist: markupsafe
Requires-Dist: pymdown-extensions
Requires-Dist: python-frontmatter
Requires-Dist: python-slugify
Requires-Dist: pyyaml
Requires-Dist: text-unidecode
Description-Content-Type: text/markdown

# MD Star

[![PyPI - Version](https://img.shields.io/pypi/v/md-star.svg)](https://pypi.org/project/md-star)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/md-star.svg)](https://pypi.org/project/md-star)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Features

Markdown to HTML

- To HTMl
  - Lang
  - Schema website name
  - Schema Article (Article, NewsArticle, BlogPosting)
  - Schema ProfilePage (Person, Organization)
  - X card
  - rel="canonical" link
  - Sitemap
- Other
  - Drafts
  - Serve

## Installation

```console
pip install md-star
```

## Usage

```console
mdstar init my-blog
cd my-blog
mdstar build
mdstar serve [-p 8000]
```

### Deploy Cloudflare Pages

Build configuration:

- Build command: pip install md-star && mdstar build
- Build output: dist

## License

`md-star` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
