forked from swiss/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hologram_config.yml
47 lines (39 loc) · 1.13 KB
/
hologram_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
source: ./assets
destination: ./styleguide
documentation_assets: ./styleguide-theme
title: 'Swiss Styleguide'
dependencies:
- ./build/img
- ./build/js
- ./build/fonts
- ./build/css
- ./styleguide-img
# To have a custom index page build with your README.md
index: README
# List all css to include for the styleguide render examples
css_include:
- 'css/vendors.css'
- 'css/admin.css'
- 'css/print.css'
# List all js to include for the styleguide render examples
js_include:
- 'js/vendors.min.js'
- 'js/main.min.js'
# String who is used to split the category name and create category wrapper
name_scope: ' - '
# Order of Category Wrapper
cat_order:
- Design Principles
- Base Layout
- Navigation modules
- Content Modules
static_page:
- Homepage with Global navigation | homepage-global-nav.html
- Homepage without Global navigation | home-without-nav.html
- Subpage | subpage.html
- Overview page without navigation | preview-without-nav.html
- Overview page | preview.html
- Publications page | publications.html
- Details page | detail.html
- Forms page | forms.html
- Search result page | results.html