forked from weijunyu/sgds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (57 loc) · 1.27 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
# For Jekyll SEO
title: Singapore Government Design System
description: >-
Design System unites Singapore Government digital services around a common visual language
and user experience
logo: /assets/img/logo_sgds.png
sgds-version: 1.3.10
report_vulnerability: "https://tech.gov.sg/report_vulnerability"
contact_us: "https://form.gov.sg/forms/govtech/5bc440ac507956000fdbae91"
feedback_form: "https://form.gov.sg/#!/forms/govtech/5bd12c6668dbe7000fff9ace"
search_placeholder: "What are you looking for?"
plugins:
- jekyll-assets
- jekyll-seo-tag
- jekyll-redirect-from
collections_dir: collections
collections:
standard:
permalink: /docs/:path/
output: true
order: 1
layout:
permalink: /docs/:path/
output: true
order: 2
general:
permalink: /docs/:path/
output: true
order: 3
form:
permalink: /docs/:path/
output: true
order: 4
helpers:
permalink: /docs/:path/
output: true
order: 5
guides:
permalink: /guides/:path/
output: true
patterns:
permalink: /patterns/:path/
output: true
exclude:
- apps/src
- node_modules
- build
- scripts
- Dockerfile
- Gemfile*
- package*.json
- README.md
- webpack.config.js
- Gruntfile.js
- amplify.yml
sass:
sass_dir: assets/custom-css