forked from CycloneDX/cyclonedx.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·50 lines (48 loc) · 1.55 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
# Theme settings
doks:
baseurl:
color_theme: blue # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text:
image: true
nav:
- item_name: Use Cases
item_url: '/use-cases'
- item_name: Tool Center
item_url: '/tool-center'
- item_name: Specification
item_url: 'https://cyclonedx.org/docs/1.2'
footer:
content:
logo:
text:
image: true
copyright:
social_list:
- network_name: twitter
network_title: Twitter
profile_url: 'https://twitter.com/CycloneDX_Spec'
- network_name: github
network_title: GitHub
profile_url: 'https://github.com/CycloneDX'
- network_name: groupsio
network_title: Groups.io
profile_url: 'https://groups.io/g/CycloneDX'
- network_name: slack
network_title: Slack
profile_url: 'https://cyclonedx.org/slack/invite'
google_analytics:
tracking_code: # Add your Google Analytics tracking code to activate Google Analytics
comments:
disqus_forum_shortname: # Add your disqus forum shortname to activate comments
# SASS settings
sass:
sass_dir: ./theme/_sass
style: :compressed
# Jekyll settings
layouts_dir: ./theme/_layouts
includes_dir: ./theme/_includes
exclude: [ 'README.md', 'CHANGELOG.md' ]
include: [ '_redirects' ]
permalink: /:title/