forked from pactus-project/PIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (79 loc) · 1.64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
title: Pactus Improvement Proposals
description: >-
PIPs define standards, promoting Pactus platform's growth, interoperation, and developer efficiency.
url: "https://pips.pactus.org"
baseurl: ""
github_username: pactus-project
repository: pactus-project/PIPs
header_pages:
- all.html
- core.html
- networking.html
- interface.html
- pip.html
- meta.html
- informational.html
highlighter: rouge
markdown: kramdown
theme: minima
kramdown:
parse_block_html: false
auto_ids: true
auto_id_stripping: true
syntax_highlighter: rouge
permalink: /:slug
defaults:
-
scope:
path: "PIPs"
values:
layout: "pip"
exclude:
- .github
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- pip-template.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- README.md
include:
- LICENSE
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
jekyll-spaceship:
processors:
- table-processor
- mathjax-processor
- mermaid-processor
mathjax-processor:
src:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
config:
tex:
inlineMath:
- ['$','$']
- ['\(','\)']
displayMath:
- ['$$','$$']
- ['\[','\]']
svg:
fontCache: 'global'
optimize:
enabled: true
include: []
exclude: []
mermaid-processor:
mode: default
css:
class: mermaid
syntax:
code: 'mermaid!'
custom: ['@startmermaid', '@endmermaid']
config:
theme: default
src: https://mermaid.ink/svg/