lektor / lektor-website

The main lektor website.
https://www.getlektor.com/
Other
160 stars 134 forks source link

Individual Pages for plugins #183

Closed nixjdm closed 6 years ago

nixjdm commented 6 years ago

Related to #182

We could change the layout of the Plugins List to link to individual getlektor.com pages for each Plugin. People could then read more about a plugin right on getlektor.com. To be clear I still want links to the repos. Some of the current descriptions on getlektor are a bit lacking. We could also add the tags plugin to getlektor.com and allow tagging of plugins so that they're easier to discover.

If they all get their own page, they need some content. So then what would the content be? We could simply have a Markdown field and encourage / make better descriptions, or we could use a little JS to grab a project's pre-rendered README (or other file).

@lektor/developers thoughts?

goanpeca commented 6 years ago

Sounds good. We could grab the info from PyPi index (the short description) and add information on the status (official, unofficial, last updated (with JS))

So a big list with links to a bit more info sounds good