-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
33 lines (30 loc) · 1.03 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
# jekyll serve --baseurl ""
name: "Web Application Guidelines, v4"
nav:
- { title: 'Introduction', url: '/' }
- { title: 'Getting Started', url: '/getting_started/' }
- { title: 'Grids & Responsive Design', url: '/grids_and_responsive_design/' }
- { title: 'Navigation & Pagination', url: '/navigation_and_pagination/' }
- { title: 'Typography & Articles', url: '/typography_and_articles/' }
- { title: 'Tables', url: '/tables/' }
- { title: 'Colors', url: '/colors/' }
- { title: 'Forms, Buttons & Messages', url: '/forms_buttons_and_messages/' }
- { title: 'Other Page Elements', url: '/other_page_elements/' }
markdown: kramdown
highlighter: rouge
exclude: []
baseurl: /wag-v4
cdn_url: //assets.malmo.se/external/v4
# cdn_url: //www.local.malmo.se:3001/assets
permalink: /:categories/:title
relative_permalinks: false
sass:
# style: :expanded
style: :compressed
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false