-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
62 lines (62 loc) · 1.32 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
repository: SwedbankPay/swedbank-pay-design-guide-jekyll-theme
plugins:
- jekyll-contentblocks
- jekyll-material-icon-tag
- jekyll-redirect-from
- jemoji
- kramdown-plantuml
- swedbank-pay-design-guide-jekyll-theme
# To include node_modules and other folders that are excluded by default:
exclude:
- spec
- lib
- LICENSE
- Rakefile
- README.md
- CODE_OF_CONDUCT.md
- "*.json"
- "*.gemspec"
- "*.yml"
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
guess_lang: true
default_lang: html
css_class: "code-view"
code_class: "code-view-code"
table_class: "code-view-table"
gutter_class: "code-view-numbers"
block:
line_numbers: true
start_line: 1
plantuml:
theme:
name: swedbankpay
directory: assets
tipue_search:
include:
pages: true
opengraph:
description: Swedbank Pay Design Guide theme for Jekyll
image: /image1.png
design_guide:
base_url: https://design.swedbankpay.com
version: 10.10.1
search:
enabled: true
url: /search
topbar:
navigation:
- url: /page1
title: Top 1
- url: /page2
title: Top 2
google_analytics:
tracking_id: false
defaults:
- values:
layout: default
github:
branch: main
repository_url: https://github.com/SwedbankPay/swedbank-pay-design-guide-jekyll-theme