diff --git a/qdrant-landing/content/blog/qdrant-v-0-6-0-engine-with-grpc-released.md b/qdrant-landing/content/blog/qdrant-v-0-6-0-engine-with-grpc-released.md index d30c18b39..7f678e1aa 100644 --- a/qdrant-landing/content/blog/qdrant-v-0-6-0-engine-with-grpc-released.md +++ b/qdrant-landing/content/blog/qdrant-v-0-6-0-engine-with-grpc-released.md @@ -3,7 +3,6 @@ title: Qdrant v0.6.0 engine with gRPC interface has been released short_description: We’ve released a new engine, version 0.6.0. description: We’ve released a new engine, version 0.6.0. The main feature of the release in the gRPC interface. preview_image: /blog_data/qdrant-v-0-6-0-engine-with-grpc-released/upload_time.png -category: main date: 2022-03-10T01:36:43+03:00 author: Alyona Kavyerina author_link: https://medium.com/@alyona.kavyerina diff --git a/qdrant-landing/content/blog/qdrant_and_jina_integration.md b/qdrant-landing/content/blog/qdrant_and_jina_integration.md index 4187b2a28..9517c0331 100644 --- a/qdrant-landing/content/blog/qdrant_and_jina_integration.md +++ b/qdrant-landing/content/blog/qdrant_and_jina_integration.md @@ -3,7 +3,6 @@ title: "Qdrant and Jina integration: storage backend support for DocArray" short_description: "One more way to use Qdrant: Jina's DocArray is now supporting Qdrant as a storage backend." description: We are happy to announce that Jina.AI integrates Qdrant engine as a storage backend to their DocArray solution. preview_image: /blog_data/qdrant_and_jina_intergationpreview.jpg -category: main date: 2022-03-15T15:00:00+03:00 author: Alyona Kavyerina author_link: https://medium.com/@alyona.kavyerina diff --git a/qdrant-landing/static/admin/config.yml b/qdrant-landing/static/admin/config.yml index a05378e59..d65d6cab1 100644 --- a/qdrant-landing/static/admin/config.yml +++ b/qdrant-landing/static/admin/config.yml @@ -1,27 +1,26 @@ backend: name: git-gateway branch: cms # Branch to update (optional; defaults to master) -media_folder: static/blog_data/from_cms -public_folder: /img +media_folder: qdrant-landing/static/blog_data/from_cms +public_folder: /blog_data/from_cms collections: - name: 'blog' label: 'Blog' - folder: 'content/blog' + folder: 'qdrant-landing/content/blog' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' editor: - preview: false + preview: true fields: - - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Title of blog post', name: 'title', widget: 'string' } - { label: 'Short Description', name: 'short_description', widget: 'string'} - - { label: 'Description', name: 'description', widget: 'string' } - - { label: 'Preview Image', name: 'preview_image', widget: 'preview_image'} - - { label: 'Weight', name: 'weight', widget: 'number'} - - { label: 'Category', name: 'category', widget: 'string'} + - { label: 'Description for preview (including social media)', name: 'description', widget: 'string' } + - { label: 'Preview Image', name: 'preview_image', widget: 'image'} - { label: 'Publish Date', name: 'date', widget: 'datetime' } - { label: 'Author', name: 'author', widget: 'string'} - { label: 'Author Link', name: 'author_link', widget: 'string'} - { label: 'Featured Post', name: 'featured', widget: 'boolean', default: 'false'} - { label: 'Category', name: 'categories', widget: "select", options: ["News"]} - - { label: "Tags", name: "tags", widget: "list", default: [ "news" ] } + - { label: "Tags (use , to separate)", name: "tags", widget: "list", + fields: [release, jina-integration, grpc, docarray], allow_add: true, } - { label: 'Body', name: 'body', widget: 'markdown' } diff --git a/qdrant-landing/themes/qdrant/layouts/partials/header.html b/qdrant-landing/themes/qdrant/layouts/partials/header.html index 3e6e1166f..08b0c6687 100644 --- a/qdrant-landing/themes/qdrant/layouts/partials/header.html +++ b/qdrant-landing/themes/qdrant/layouts/partials/header.html @@ -49,8 +49,6 @@ - -