-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (57 loc) · 1.66 KB
/
_config.yml
File metadata and controls
63 lines (57 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Site settings
title: "DriftHound"
tagline: "A Watchdog for Your Infrastructure State"
description: "Monitor infrastructure drift for Terraform, OpenTofu, and Terragrunt. Real-time drift detection with GitHub Actions integration and Kubernetes deployment."
version: "0.5.1"
baseurl: ""
url: "https://drifthound.io"
# Build settings
markdown: kramdown
theme: null
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# Collections (future-ready for docs and changelog)
collections:
docs:
output: true
permalink: /docs/:path/
changelog:
output: true
permalink: /changelog/:path/
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/
- .git/
- .gitignore
- drifthound-source/
- drifthound-action-source/
- scripts/
# SEO
logo: /assets/images/drifthound_logo.png
image: /assets/images/drifthound_logo.png
twitter:
card: summary_large_image
social:
name: DriftHound
links:
- https://github.com/drifthoundhq/drifthound
# External Links
github_repo: "https://github.com/drifthoundhq/drifthound"
github_docs: "https://github.com/drifthoundhq/drifthound?tab=readme-ov-file#documentation"
github_action: "https://github.com/drifthoundhq/drifthound-action"
helm_chart: "https://github.com/drifthoundhq/helm-chart"
docker_image: "ghcr.io/drifthoundhq/drifthound"
demo_url: "https://demo.drifthound.io"
# Internal Documentation Links
docs_url: "/docs/"
docs_getting_started: "/docs/getting-started/"
docs_api: "/docs/core/api-usage/"
docs_cli: "/docs/core/cli-usage/"
docs_configuration: "/docs/core/configuration/"
docs_slack: "/docs/core/slack-notifications/"
docs_github_action: "/docs/github-action/quickstart/"
changelog_url: "/changelog/"