-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (33 loc) · 780 Bytes
/
_config.yml
File metadata and controls
41 lines (33 loc) · 780 Bytes
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
title: "Ductwork Docs"
email: [email protected]
description: A Ruby Pipeline Framework
baseurl: ""
url: "https://docs.getductwork.io"
github_username: zoso10
ga_tracking: G-YH4ZQTTVJH
remote_theme: just-the-docs/just-the-docs
color_scheme: dark
plugins:
- jekyll-feed
- jekyll-remote-theme
logo: "/assets/images/logo.png"
mermaid:
version: 11.12.1
callouts:
highlight:
color: yellow
important:
color: blue
new:
color: green
note:
color: purple
warning:
color: red
aux_links:
"Home":
- "https://www.getductwork.io"
"GitHub":
- "//github.com/ductwork/ductwork"
footer_content: "Copyright © 2025-2026 Pen and Paper Solutions LLC<br>Made in Chicago, IL ❤️"
exclude: [LICENSE.txt, Gemfile, Gemfile.lock, README.md]