md-star


Namemd-star JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryA Markdown Static Site Generator.
upload_time2025-02-17 13:23:00
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.8
licenseNone
keywords blog cms html markdown static site generator website
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
  - 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "md-star",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": "Blog, CMS, HTML, Markdown, Static Site Generator, Website",
    "author": null,
    "author_email": "chris <chris1ding1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/65/5b/6214b4f8283c78e374e5c4a8fe08c04da639abb0b59d397680b3db684846/md_star-0.0.4.tar.gz",
    "platform": null,
    "description": "# MD Star\n\n[![PyPI - Version](https://img.shields.io/pypi/v/md-star.svg)](https://pypi.org/project/md-star)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/md-star.svg)](https://pypi.org/project/md-star)\n\n-----\n\n## Table of Contents\n\n- [Installation](#installation)\n- [License](#license)\n\n## Features\n\nMarkdown to HTML\n\n- To HTMl\n  - Lang\n  - Schema website name\n  - Schema Article\n  - X card\n  - rel=\"canonical\" link\n  - Sitemap\n- Other\n  - Drafts\n  - Serve\n\n## Installation\n\n```console\npip install md-star\n```\n\n## Usage\n\n```console\nmdstar init my-blog\ncd my-blog\nmdstar build\nmdstar serve [-p 8000]\n```\n\n### Deploy Cloudflare Pages\n\nBuild configuration:\n\n- Build command: pip install md-star && mdstar build\n- Build output: dist\n\n## License\n\n`md-star` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Markdown Static Site Generator.",
    "version": "0.0.4",
    "project_urls": {
        "Documentation": "https://github.com/chris1ding1/md-star#readme",
        "Issues": "https://github.com/chris1ding1/md-star/issues",
        "Source": "https://github.com/chris1ding1/md-star"
    },
    "split_keywords": [
        "blog",
        " cms",
        " html",
        " markdown",
        " static site generator",
        " website"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd218f07ff216c023690244d936a7b7f48031995c40f11c0ed30737a5e341064",
                "md5": "e1486e0e018db720438a7332afe6b3ef",
                "sha256": "258f771c78a065f125b43b609d5ce61ff6e2654defe8b158a0edebb5f6881425"
            },
            "downloads": -1,
            "filename": "md_star-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e1486e0e018db720438a7332afe6b3ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 19462,
            "upload_time": "2025-02-17T13:22:57",
            "upload_time_iso_8601": "2025-02-17T13:22:57.876427Z",
            "url": "https://files.pythonhosted.org/packages/cd/21/8f07ff216c023690244d936a7b7f48031995c40f11c0ed30737a5e341064/md_star-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "655b6214b4f8283c78e374e5c4a8fe08c04da639abb0b59d397680b3db684846",
                "md5": "13fd0b237cf7bf6af5aaf4a44afa0f16",
                "sha256": "1eb68d1a9e6cec085e0aef3a7f204394a8ac2f04ca033af5a109685090651572"
            },
            "downloads": -1,
            "filename": "md_star-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "13fd0b237cf7bf6af5aaf4a44afa0f16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 17105,
            "upload_time": "2025-02-17T13:23:00",
            "upload_time_iso_8601": "2025-02-17T13:23:00.021638Z",
            "url": "https://files.pythonhosted.org/packages/65/5b/6214b4f8283c78e374e5c4a8fe08c04da639abb0b59d397680b3db684846/md_star-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 13:23:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chris1ding1",
    "github_project": "md-star#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "md-star"
}
        
Elapsed time: 0.39667s