-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config_download.yml
49 lines (44 loc) · 1.23 KB
/
_config_download.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
url: "https://download.slicer.org"
# Specifies whether the configuration is for the primary site (https://slicer.org).
# Set to "true" for slicer.org and "false" for auxiliary sites.
#
# Auxiliary sites share the primary site's theme and infrastructure but are served
# from a different subdomain. For example, https://download.slicer.org, where "download"
# is the subdomain.
is_primary_site: false
# Set the jinja2 template intended to be used in https://github.com/Slicer/slicer_download
slicer_download_stats_url: "{{download_stats_url}}"
exclude:
#
# Important: if you update this list, consider updating _config.yml
#
# Default
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# This project
- assets/favicons/README.md
- README.md
- favicon.json
- faviconData.json
- netlify.toml
# Exclude regular regular pages from download site
- 404.html
- assets/img/hero-images/
- assets/img/features-bullets.svg
- assets/img/image-carousel/
- assets/img/slicer-solutions/
- commercial-use.markdown
- copyright/
- index.markdown
- LICENSE
include:
- download.markdown
- download_40x.markdown