11ty / 11ty-website

Documentation site for the Eleventy static site generator.
https://www.11ty.dev/
MIT License
470 stars 678 forks source link

Create eleventy-cn-blog.json #1653

Closed xiyuvi closed 7 months ago

xiyuvi commented 7 months ago

Apply to create a default 11ty blog template available in Chinese

Snapstromegon commented 7 months ago

Hi @xiyuvi, thanks for sharing your template which makes 11ty easier to get started with for Chinese devs. Since the 11ty website currently only has descriptions in english, would it be possible to add a description in english e.g. like this:

{
    "url": "https://github.com/xiyuvi/eleventy-cn-blog",
    "name": "eleventy-cn-blog",
    "description": "This is the english description of your starter project. - 一个开箱即用的静态博客生成器,基于eleventy的静态博客生成器,灵感来自eleventy-base-blog模版,对中文做了一些优化,尽量使用零js编写",
    "demo": "https://next.xiyu.pro"
}

That way everyone can understand what this is about.

xiyuvi commented 7 months ago

Hi @xiyuvi, thanks for sharing your template which makes 11ty easier to get started with for Chinese devs. Since the 11ty website currently only has descriptions in english, would it be possible to add a description in english e.g. like this:

{
  "url": "https://github.com/xiyuvi/eleventy-cn-blog",
  "name": "eleventy-cn-blog",
  "description": "This is the english description of your starter project. - 一个开箱即用的静态博客生成器,基于eleventy的静态博客生成器,灵感来自eleventy-base-blog模版,对中文做了一些优化,尽量使用零js编写",
  "demo": "https://next.xiyu.pro"
}

That way everyone can understand what this is about.

I have added an English introduction