forked from fuse-open/fuse-open.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (40 loc) · 820 Bytes
/
_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
title: Fuse Open
email: fuse-open@googlegroups.com
description: >-
Create better native apps for iOS and Android with a new breed of
development tools.
baseurl: ""
url: "https://fuse-open.github.io"
twitter_username: fuseopen
github_username: fuse-open
logo: "assets/logo.png"
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
default_lang: xml
header_pages:
- get_started.md
- url: /docs/
title: Documentation
- forums.md
- url: /examples/
title: Examples
- showcases.md
- integrations.md
collections:
showcases:
output: true
examples:
output: true
permalink: /examples/:name/index.html
exclude:
- .editorconfig
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag