MISP website (jekyll-based)
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
686 B

name: MISP - a threat information sharing platform - The Open Source Threat Intelligence Platform
description: MISP - a threat information sharing platform - The Open Source Threat Intelligence Platform
future: true
#paginate: 10
baseurl: ''
url: 'https://www.misp-project.org'
sass:
sass_dir: assets/sass
twitterUsername: MISPProject
githubUsername: MISP
markdown: kramdown
kramdown:
# Enable GitHub Flavored Markdown (fenced code blocks)
input: GFM
# Disable auto-generated ID's for headings
auto_ids: true
parse_block_html: true
syntax_highlighter: rouge
highlighter: rouge
include: [_pages]
gems:
- jekyll-toc
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap