title: "cache-kit"
masthead_title: "cache-kit"
title_separator: "|"
subtitle: ""
description: "Async, ORM-agnostic caching boundaries for Rust services"
tagline: "Async, ORM-agnostic caching boundaries for Rust services"
baseurl: ""
url: "https://cachekit.org"
repository: "megamsys/cache-kit.rs"
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "dark"
author:
name: "Kishore Kumar Neelamegam"
avatar: "/assets/images/bio-photo.png"
bio: "Async, ORM-agnostic caching for Rust"
location: "Global"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/megamsys/cache-kit.rs"
- label: "crates.io"
icon: "fas fa-fw fa-box"
url: "https://crates.io/crates/cache-kit"
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/megamsys/cache-kit.rs"
- label: "crates.io"
icon: "fas fa-fw fa-box"
url: "https://crates.io/crates/cache-kit"
collections:
pages:
output: true
permalink: /:path/
include:
- _pages
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
block:
line_numbers: false
permalink: /:title/
timezone: UTC
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-gist
- jekyll-include-cache
locale: "en-US"
twitter:
username: &twitter "indykish"
social:
type: Organization
name: cache-kit
links:
- "https://github.com/megamsys/cache-kit.rs"
- "https://x.com/indykish"
analytics:
provider: false
comments:
provider: false
search: true
search_full_content: true
search_provider: lunr
defaults:
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
read_time: false
comments: false
share: false
related: false
search: true
sidebar:
nav: "docs"