Max

Results 33 comments of Max

Maybe looking into Archive.org for hosting might be worth a shot. They offer an S3-like API to upload files: https://github.com/vmbrasseur/IAS3API#internet-archive-s3-api-documentation

> @navarrorc It is pretty simple, just create an initial nuxtjs project & add blog-module independency & config. If you are not sure about the structure how the blog/post schema...

The Web MIDI API also deserves some love

I think this is a good idea. Maybe instead of only adding this feature, query-posts could be overhauled so that you can query pages in a more customisable way (the...

I don't know how I feel about doing querying in Markdown, since displaying the queried posts isn't usually done in the Markdown either. Maybe a layout-focused/Vue-page-focused API/query syntax would make...

@andreasvirkus an API like that would be tricky to implement, as then pages would be fetched at runtime rather than at buildtime. Maybe something like this would facilitate it: ```js...

Another possible API: ```vue My posts {{ page.title }} // all posts created after 2019-01-01 export const data = { title: 'foo', queryPages: { // Mongo-style querying where: { type:...

Personally, I'd like to avoid GraphQL since it's intimidating to newcomers and usually adds a lot of overhead to simple projects. I can see the appeal due to its flexibility...

Maybe [Sift.js](https://github.com/crcn/sift.js) could be used to implement a portion of the querying part. What about scoping queries instead of adding them to the main `data` object? Maybe like this: ```js...

@egoist It'd be cool if that would be applied automatically. Necessary? No :smile: