Skip to content

Commit 229ff13

Browse files
authored
Create _config.yml
improve github pages
1 parent 20a9e97 commit 229ff13

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

_config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely need to edit after that.
5+
# For technical reasons, this file is *NOT* reloaded automatically when you use
6+
# 'jekyll serve'. If you change this file, please restart the server process.
7+
8+
# Site settings
9+
title: CVE JSON Schema
10+
description: > # this means to ignore newlines until "baseurl:"
11+
cve-schema specifies the CVE JSON record format.
12+
This is the blueprint for a rich set of JSON data that can be submitted by CVE Numbering Authorities (CNAs)
13+
and Authorized Data Publishers (ADPs) to describe a CVE record.
14+
Some examples of CVE record data include CVE ID number, affected product(s), affected version(s),
15+
and public references. While those specific items are required when assigning a CVE,
16+
there are many other optional data in the schema that can be used to enrich CVE records
17+
for community benefit.
18+
show_downloads: false,
19+
theme: jekyll-theme-cayman
20+
markdown: kramdown

0 commit comments

Comments
 (0)