forked from cinnabar-engine/cinnabar-ppa-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (40 loc) · 688 Bytes
/
_config.yml
File metadata and controls
45 lines (40 loc) · 688 Bytes
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: PPA_NAME
url: PPA_URL
permalink: pretty
production: true
markdown: kramdown
theme: minima
kramdown:
math-engine: mathjax
auto_ids: false
input: GFM
entity-output: as_char
footnote-nr: "1"
toc-levels: 1..6
gfm-quirks: paragraph_end
syntax-highlighter-opts:
default-lang: plaintext
syntax-highlighter: rouge
smart-quotes: lsquo,rsquo,ldquo,rdquo
exclude:
- "*.sh"
- .gitignore
- Gemfile
- Gemfile.lock
- README-SETUP.md
collections:
apt:
output: true
pacman:
output: true
defaults:
- scope:
path: ""
type: apt
values:
layout: apt
- scope:
path: ""
type: pacman
values:
layout: pacman