-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
205 lines (188 loc) · 3.97 KB
/
_config.yml
File metadata and controls
205 lines (188 loc) · 3.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Site settings
title: DocOps Lab
description: "Powering documentation operations with tooling and best practices for modern technical writing and product teams and other document managers."
url: "https://docopslab.org"
baseurl: ""
future: true # show future-dated posts
# Author settings
author:
name: DocOps Lab
email: lab@docopslab.org
# Build settings
markdown: kramdown
highlighter: highlightjs
permalink: none
excerpt_separator: "\n// more\n"
# Plugins
plugins:
- jekyll-asciidoc
- jekyll-sitemap
# AsciiDoc settings
asciidoc: {}
asciidoctor:
base_dir: :docdir
safe: unsafe
attributes:
idseparator: "-"
sectanchors:
sectlinks:
idprefix: ""
source-highlighter: highlightjs
icons: font
iconsdir: /assets/images/icons
icon-uri-scheme: https
allow-uri-read: true
callout-icons:
attribute-missing: warn
# Collections
collections:
blog:
output: true
permalink: /blog/:name/
label: "Blog"
tag: "blog"
intro_text: |
Welcome to the DocOps Lab Blog, where we explore all levels and potential applications of docs-as-code techniques, as well as software releases from the Lab.
intro_text_icon: rss
posts_label: "posts"
read_more_text: "Read more"
no_posts_icon: "edit-3"
no_posts_title: "No posts yet"
docs:
output: true
permalink: /:collection/:slug/
special_term: "DocOps Lab Docs"
projects:
output: true
permalink: /projects/:name/
xref_attributes: true
# Defaults
defaults:
- scope:
path: "_blog"
type: "blog"
values:
layout: "post"
permalink: /blog/:name/
excerpt: ""
- scope:
path: "index"
values:
layout: "lander"
# tag::defaults-snippet[]
- scope:
path: "_docs/"
values:
layout: "document"
toc: true
indexed: true
excerpt: ""
- scope:
path: "_docs/reference/"
values:
type: reference
indexed: true
- scope:
path : "_docs/policy/"
values:
type: policy
indexed: true
- scope:
path: "_docs/task/"
values:
type: procedure
indexed: true
- scope:
path: "_docs/agent/"
values:
type: agent
indexed: false
noindex: true
- scope:
path: "_docs/agent/topics"
values:
group: topics
- scope:
path: "_docs/agent/roles"
values:
group: roles
- scope:
path: "_docs/agent/skills"
values:
group: skills
- scope:
path: "_docs/agent/missions"
values:
group: missions
# end::defaults-snippet[]
highlighting:
dark_mode_theme: "atom-one-dark"
light_mode_theme: "a11y-light"
languages: # non-standard langs for highlight.js
- asciidoc
- twig
- shell
- python
search:
engine: elasticlunr # minisearch | lunr | elasticlunr
#version: '7.2.0' # set to '2.3.9' for lunr, '0.9.6' for elasticlunr
options:
prefix: true # minisearch
fuzzy: 0.2 # minisearch
title_boost: 3 # minisearch/lunr
bool: 'AND' # elasticlunr
expand: true # elasticlunr
debug: false
disable: false
exclude:
- /assets/**
- /snippets/**
- /feed.xml
- /robots.txt
- /sitemap.xml
- /feeds/docops-lab-blog.xml
- /search.json
- /projects/by-*
# Exclude from processing
exclude:
- '*.md'
- artifacts/
- README.adoc
- Rakefile
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .config/
- gems/
- scripts/
- specs/
- snippets/
- 'assets/snippets/'
- '*.sh'
include:
- _pages
- _reports
- _blog/_asciidoc-snippets.adoc
# Theme settings (for future gem extraction)
theme_config:
name: "jekyll-asciidoc-lander"
version: "0.1.0"
dark_mode: true
parallax: true
scrollspy: true
doc_groups_order:
- contributing
- technical
- legal
doc_types_order:
- policy
- procedure
- reference
- troubleshooter
- template
xref_attrs:
outfile: _docs/partials/built/xref_attrs.adoc