2017-09-21 07:54:08 +00:00
|
|
|
markdown: kramdown
|
|
|
|
highlighter: rouge
|
|
|
|
sass:
|
|
|
|
style: compressed
|
|
|
|
|
|
|
|
repository: https://github.com/facebook/osquery
|
|
|
|
timezone: America/Los_Angeles
|
|
|
|
name: osquery • Performant Endpoint Visibility
|
|
|
|
description: Easily ask questions about your Linux, Windows, and macOS infrastructure
|
|
|
|
url: https://osquery.io
|
2017-10-03 07:20:30 +00:00
|
|
|
baseurl: ""
|
2017-09-21 07:54:08 +00:00
|
|
|
|
|
|
|
twitter:
|
|
|
|
username: osquery
|
|
|
|
|
|
|
|
logo: /img/logo-2x.png
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: "_docs"
|
|
|
|
type: "docs"
|
|
|
|
values:
|
|
|
|
layout: "docs"
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: "_posts"
|
|
|
|
type: "posts"
|
|
|
|
values:
|
|
|
|
layout: "news_item"
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: "_schema"
|
|
|
|
values:
|
|
|
|
layout: "schema"
|
|
|
|
|
|
|
|
collections:
|
|
|
|
docs:
|
|
|
|
permalink: /:collection/:path/
|
|
|
|
output: true
|
|
|
|
posts:
|
|
|
|
permalink: /news/:year/:month/:day/:title/
|
|
|
|
output: true
|
|
|
|
schema:
|
|
|
|
permalink: /schema/:title/
|
|
|
|
output: true
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- jekyll-avatar
|
|
|
|
- jekyll-feed
|
|
|
|
- jekyll-mentions
|
|
|
|
- jekyll-redirect-from
|
|
|
|
- jekyll-seo-tag
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jemoji
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
- .gitignore
|
|
|
|
- README.md
|
2017-09-25 04:09:52 +00:00
|
|
|
- doxygen
|
|
|
|
- wiki
|
2017-09-21 07:54:08 +00:00
|
|
|
|
|
|
|
prefixes:
|
2017-09-25 04:09:52 +00:00
|
|
|
darwin: .pkg
|
|
|
|
deb: _1.linux.amd64.deb
|
|
|
|
rpm: -1.linux.x86_64.rpm
|
|
|
|
linux: _1.linux_x86_64.tar.gz
|
2018-01-24 01:27:49 +00:00
|
|
|
windows: .msi
|
2017-09-25 04:09:52 +00:00
|
|
|
|
|
|
|
debug_prefixes:
|
|
|
|
darwin: debug
|
|
|
|
deb: dbg
|
|
|
|
rpm: debuginfo
|
2017-09-21 07:54:08 +00:00
|
|
|
|
|
|
|
separators:
|
|
|
|
darwin: "-"
|
|
|
|
deb: "_"
|
|
|
|
rpm: "-"
|
|
|
|
linux: "-"
|
2018-01-24 01:27:49 +00:00
|
|
|
windows: "-"
|
2017-09-21 07:54:08 +00:00
|
|
|
|
2017-10-16 00:33:52 +00:00
|
|
|
docs_url: https://osquery.readthedocs.io/en/stable/
|
2018-01-25 16:09:36 +00:00
|
|
|
schema_url: https://raw.githubusercontent.com/osquery/osquery-site/schema/schema
|
2017-09-25 03:39:59 +00:00
|
|
|
packs_url: https://raw.githubusercontent.com/facebook/osquery/master/packs
|
2017-09-24 00:17:16 +00:00
|
|
|
slack_url: https://osquery-slack.herokuapp.com
|
2017-09-24 17:40:48 +00:00
|
|
|
github_button:
|
|
|
|
user: facebook
|
|
|
|
repo: osquery
|