-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
66 lines (60 loc) · 2.05 KB
/
_config.yml
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
# Welcome to AsciiDocsy!
#
# This is a "default" Jekyll config file for this theme, but it is probably
# not what you want to use in production.
# Be sure to check out the README, which contextualizes this project and
# points to the official theme documentation.
#
# See also https://jekyllrb.com/docs/configuration/default/ for more
# configuration options.
#
# Global custom properties
title: My AsciiDocsy-based Site
tagline: A site built with the AsciiDoc-ready Jekyll theme for technical documentation
deploy_url: https://docs.example.com # your site's URL
canonical_url: https://docs.example.com # URL of original content
# DO NOT CHANGE the canonical URL if you deploy a copy the AsciiDocsy site
# DO change it if you replace all the content or start from scratch
company_name: ACME Everything
source_git: [email protected]:DocOps/MY-PROJECT.git # git@-formatted address
source_www: https://github.com/example-account/MY-PROJECT
# Sitewide Jekyll settings
baseurl: "" # Leave blank if your site will deploy at the root of a domain
# such as http://docs.yourcompany.com/
# The following paths are all relative to the project base
source: .
destination: _site
layouts_dir: _layouts
includes_dir: _includes
# Global AsciiDocsy settings
theme_dir: assets # path to asset SOURCE directories (css/ images/ js/ etc)
assets_url: assets # baseurl to assets (default: assets)
data_dir: _data
source_icon: fa fa-github
source_trunk_branch: main # path from repo home url to projet root
# tag::asciidoctor[]
asciidoc: {}
asciidoctor:
ext: adoc
safe: 0
base_dir: .
attributes:
outfilesuffix: ''
example-capition: ''
experimental:
imagesdir: /images
icons: font
source-highlighter: highlight.js
# end::asciidoctor[]
liquid:
error_mode: warn
strict_filters: false
strict_variables: false
# Paths to render with Jekyll that would not be rendered by default
include:
- _data/terms-dict.json
# Paths to skip that would normally be rendered
exclude:
- "**/README.adoc" # if we want content from READMEs, we include:: it
- COPYRIGHT
- LICENSE