-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (55 loc) · 1.04 KB
/
Copy path_config.yml
File metadata and controls
56 lines (55 loc) · 1.04 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
# Jekyll configuration
lsi: false
safe: true
source: "./"
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
title: [Bootstrap OLM]
description:
[
Bootstrap OLM - A tool to bootstrap the Operator Lifecycle Manager (OLM) in a non-OpenShift cluster.,
]
exclude:
- .github/
- .mypy_cache/
- .venv/
- .vscode/
- .yarn/
- charts/
- internal/
- node_modules/
- pkg/
- scripts/
- vendor/
- _config.yml
- .after.custom.envrc
- .before.custom.envrc
- .containerignore
- .editorconfig
- .envrc
- .gitignore
- .go-version
- .markdownlint.json
- .pre-commit-config.yaml
- .ruby-version
- Brewfile
- Containerfile
- Gemfile
- Gemfile.lock
- go.mod
- go.sum
- LICENSE
- Makefile
repository: jacksonporter/bootstrap-olm
author: Jackson Porter (JP)
github: [metadata]
url: "https://bootstrap-olm.jacksonporterjp.com"
# baseurl: "/"bundle exec jekyll serve --baseurl=""