---
layout: post
title: "Blog Post Title"
date: 2019-02-15 18:51:30 +0600
tags: [jekyll, update]
post_image: https://placehold.it/500x600
comment: true
author_url: https://themeix.com
author_designation: Ux/Ui Designer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Site settings | |
title: "Doxy - Documentation Website" | |
email: "[email protected]" | |
description: "Doxy is a responsive Jekyll template for your documentation or knowledgebase website" | |
keywords: "jekyll, minimal jekyll, jekyll theme, responsive jekyll, seo friendly blog, super fast blog, responsive" | |
baseurl: "" # the subpath of your site, e.g. /blog | |
url: "https://doxy.netlify.com" # the base hostname & protocol for your site, e.g. http://example.com | |
## Theme Options | |
animated_header: "" #true |
Here are a few example use cases, these use cases combine filter with other parameters to make useful API queries. The syntax for any of this may change between now, implementation, and release - they're meant as illustrative examples :)
api.posts.browse({filter: "tags:[photo, video] + id:-5", limit="3"});
GET /api/posts?filter=tags%3A%5Bphoto%2Cvideo%5D%2Bid%3A-5&limit=3
NewerOlder