forked from CycloneDX/cyclonedx.org-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·70 lines (68 loc) · 2.39 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Theme settings
name: OWASP CycloneDX
description: OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced supply chain capabilities for cyber risk reduction. The specification supports Software Bill of Materials (SBOM), Software-as-a-Service Bill of Materials (SaaSBOM), Hardware Bill of Materials (HBOM), Operations Bill of Materials (OBOM), Vulnerability Disclosure Reports (VDR), and Vulnerability Exploitability eXchange (VEX).
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: Guides and Resources
item_url: '/guides'
- 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'
- network_name: owasp
network_title: OWASP
profile_url: 'https://owasp.org/cyclonedx'
google_analytics:
tracking_code: G-PGCR5YBFQP
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', '.well-known' ]
#permalink: /:title/
permalink: /news/:title/
url: "https://cyclonedx.org"
plugins:
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-feed
- jekyll-redirect-from
defaults:
-
scope:
path: "google*.html"
values:
sitemap: false