forked from PapiHack/document-templating-service
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
92 lines (78 loc) · 1.8 KB
/
_config.yml
File metadata and controls
92 lines (78 loc) · 1.8 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
title: Document Template Processing Service
description: >-
A lightweight microservice for processing Word document templates with data injection and PDF conversion.
Combines the power of docxtpl templating with Gotenberg PDF generation.
url: "https://etherisc-services.github.io"
baseurl: "/document-templating-service"
# Theme
theme: just-the-docs
color_scheme: light
# Logo and favicon
logo: "/assets/images/logo.png"
# Navigation
nav_sort: case_insensitive
# Search
search_enabled: true
search:
heading_level: 2
previews: 2
preview_words_before: 3
preview_words_after: 3
tokenizer_separator: /[\s/]+/
rel_url: true
button: false
# Heading anchors
heading_anchors: true
# Footer content
footer_content: "Copyright © 2024 Etherisc GmbH. Distributed under the <a href=\"https://github.com/etherisc-services/document-templating-service/tree/master/LICENSE\">MIT license</a>."
# Aux links
aux_links:
"GitHub Repository":
- "//github.com/etherisc-services/document-templating-service"
"Docker Images":
- "//ghcr.io/etherisc-services/document-templating-service"
aux_links_new_tab: true
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Exclude from processing
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- "*.py"
- "*.dockerfile"
- "docker-compose.yml"
- "requirements.txt"
- "temp/"
- "screenshots/"
# Include
include:
- "_includes"
- "_layouts"
- "_sass"
- "docs"
# Collections
collections:
docs:
permalink: "/:collection/:name/"
output: true
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: "docs"
values:
layout: "default"
nav_exclude: false