-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (37 loc) · 1.21 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
title: Alfresco Jekyll Build tools
description: Documentation generator
theme: just-the-docs
color_scheme: alfresco
# Do not add path with the repository name here
# A dynamic baseurl is being passed in the workflow
url: https://alfresco.github.io/
aux_links:
Docs: https://docs.alfresco.com/
GitHub Repository: https://github.com/Alfresco/jekyll-build-tools
aux_links_new_tab: true
gh_edit_link: true
gh_edit_link_text: "Improve this page on GitHub"
gh_edit_repository: https://github.com/Alfresco/jekyll-build-tools
gh_edit_branch: master
gh_edit_source: docs
gh_edit_view_mode: edit
logo: "images/hyland-alfresco-logos.png"
favicon_ico: "images/favicon.ico"
# These configurations are applied to all pages unless overridden by the page front matter
# https://jekyllrb.com/docs/front-matter/
defaults:
- scope:
path: "*"
values:
# apply the default layout to all markdown pages
layout: "default"
# prevent curly braces (e.g. helm, ansible code) from being parsed
render_with_liquid: false
# Prevent repository files from being included in the destination site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
# Check Gemfile for the plugins available
plugins:
- jekyll-relative-links