-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
73 lines (65 loc) · 1.41 KB
/
_config.yml
File metadata and controls
73 lines (65 loc) · 1.41 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
---
title: Tiny Tiny RSS
description: >-
Documentation for tt-rss, a free and open source web-based news feed reader
remote_theme: just-the-docs/just-the-docs
baseurl: ""
url: "https://tt-rss.org"
# Just the Docs theme settings
color_scheme: light
search_enabled: true
search:
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
# Heading anchor links
heading_anchors: true
# Footer content
footer_content: >-
Documentation licensed under
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
tt-rss software licensed under
<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>.
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# External links in header
aux_links:
"tt-rss on GitHub":
- "https://github.com/tt-rss/tt-rss"
"Discussions":
- "https://github.com/tt-rss/tt-rss/discussions"
"Report Issue":
- "https://github.com/tt-rss/tt-rss/issues"
# Callouts
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
# Markdown settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
# Exclude from processing
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- Gemfile
- Gemfile.lock
- node_modules
- vendor