improve readme and users

This commit is contained in:
Diego Najar 2018-10-20 14:02:21 +02:00
parent 442ebbfb03
commit 482c5b6127
6 changed files with 33 additions and 25 deletions

View File

@ -10,9 +10,18 @@ You can add your **free** or **paid** theme here!
### 1) Create your username
- Create a new file inside the folder `/authors/`.
- The filename is the username and the extension is `.json`. Please use lowercase without spaces. For example, username `Max Power` the filename is going to be `max-power.json`.
- You can copy a template from `/templates/authors.json` to generate the content of the file.
- You can copy a template from `/templates/author.json` to generate the content of the file.
### 2) Create the theme metadata
- Create a new folder with the name of the theme inside the folder `/items/`. Please use lowercase without spaces. For example, the theme name is `Hello World` the folder need to be `/items/hello-world`.
- Create the metadata file `metadata.json` inside the new folder created, you can copy a template from `/templates/item.json` to generate the content of the file.
- Create a screenshot of the theme and put in the folder next to the file `metadata.json`, the filename needs to be `screenshot.png`, size recommended `800x600px`.
If your theme is free, the field `price_usd` need to be `0` otherwise set the price, only the number without the coin type.
## I need help!
If you don't know who to create these folders please contact us in the forum or chat, and we are going to help you.
- Forum: https://forum.bludit.com
- Chat: https://gitter.im/bludit/support
- Facebook: https://www.facebook.com/bluditcms
- Twitter: https://twitter.com/bludit

View File

@ -1,8 +1,7 @@
{
"name": "Clickwork",
"email": "egoetschel@clickwork.ch",
"contact_url": "https://clickwork.ch",
"website": "",
"website": "https://clickwork.ch",
"twitter": "https://twitter.com/clickworknews",
"facebook": "https://www.facebook.com/Clickwork-131543834226808/",
"github": "https://github.com/clickwork-git",

View File

@ -1,7 +1,6 @@
{
"name": "CrimeS",
"email": "hello@jellyio.com",
"contact_url": "https://jellyio.com",
"website": "https://jellyio.com",
"twitter": "",
"facebook": "",

View File

@ -1,15 +1,16 @@
{
"author_name": "Frédéric K",
"author_email": "",
"author_contact_url": "",
"author_website": "http://flatboard.free.fr",
"author_twitter": "",
"author_facebook": "",
"author_github": "",
"author_youtube": "",
"author_reddit": "",
"author_pinterest": "",
"author_flickr": "",
"author_google_plus": "",
"author_vk": ""
}
"name": "Frédéric K",
"email": "",
"website": "http://flatboard.free.fr",
"twitter": "",
"facebook": "",
"github": "",
"gitlab": "",
"youtube": "",
"reddit": "",
"pinterest": "",
"flickr": "",
"vk": "",
"mastodon": "",
"linkedin": ""
}

View File

@ -1,8 +1,7 @@
{
"name": "Shaman",
"email": "shamansnag@gmail.com",
"contact_url": "https://bludit.ru/authors/shaman/",
"website": "",
"website": "https://bludit.ru/authors/shaman/",
"twitter": "",
"facebook": "",
"github": "",
@ -12,4 +11,4 @@
"flickr": "",
"google_plus": "",
"vk": ""
}
}

View File

@ -1,15 +1,16 @@
{
"name": "Diego",
"name": "",
"email": "",
"contact_url": "",
"website": "",
"twitter": "",
"facebook": "",
"github": "",
"gitlab": "",
"youtube": "",
"reddit": "",
"pinterest": "",
"flickr": "",
"google_plus": "",
"vk": ""
"vk": "",
"mastodon": "",
"linkedin": ""
}