Search found 4 matches

by grz
Wed Jan 06, 2021 1:40 pm
Forum: Plugins
Topic: API Plugin to migrate to Bludit
Replies: 4
Views: 3981

Re: API Plugin to migrate to Bludit

I found the way. I will push a quote about that in the documentation.
by grz
Wed Jan 06, 2021 1:25 pm
Forum: Plugins
Topic: API Plugin to migrate to Bludit
Replies: 4
Views: 3981

Re: API Plugin to migrate to Bludit

Ok, I have found a workaround for the category.

I have another issue about the API plugin: https://github.com/bludit/bludit/issues/1299

I tried many times to upload an image via the API without success.

It's possible to have an example in CURL?

Regards
by grz
Thu Dec 31, 2020 5:56 pm
Forum: Plugins
Topic: API Plugin to migrate to Bludit
Replies: 4
Views: 3981

Re: API Plugin to migrate to Bludit

I found how to add custom fields via the API. The add method of the pages class need a nested hash, not an array of hash. So, in JSON it looks like: { "custom": { "artist": "Michael", "album": "Something" } } Question about add category via API still...
by grz
Thu Dec 31, 2020 4:49 pm
Forum: Plugins
Topic: API Plugin to migrate to Bludit
Replies: 4
Views: 3981

API Plugin to migrate to Bludit

Hi there I will migrate a Jekyll site which contains more than 500 posts with custom fields in the YAML structure. I'm able to migrate standard fields (date, title, tags, content, etc.) via the Bludit API, but I don't see any method to create the category from the API. I've already exploring the API...