39 lines
983 B
YAML
Executable File
39 lines
983 B
YAML
Executable File
baseurl: ''
|
|
exclude: ['README.md']
|
|
permalink: pretty
|
|
title: 'CyCAT.org'
|
|
|
|
google_analytics_id: ""
|
|
homepage:
|
|
show_call_box: true
|
|
logo:
|
|
mobile: "images/logo/logo.svg"
|
|
desktop: "images/logo/logo.svg"
|
|
desktop_height: "36px"
|
|
footer:
|
|
copyright_text: 'CyCAT.org content is available under CC-BY-SA'
|
|
|
|
seo:
|
|
meta_og_title: "CyCAT.org"
|
|
meta_og_type: "website"
|
|
meta_og_url: "https://cycat.org"
|
|
meta_og_image: ""
|
|
meta_og_description: "CyCAT.org or the Universal Cybersecurity Resource Catalogue aims at mapping and documenting, in a single formalism and catalogue all the community cybersecurity tools, rules, playbooks, processes and controls"
|
|
meta_twitter_card: "summary"
|
|
meta_twitter_site: "@cycat_project"
|
|
meta_twitter_creator: "@cycat_project"
|
|
|
|
collections:
|
|
services:
|
|
output: true
|
|
team:
|
|
output: true
|
|
|
|
sass:
|
|
indentWidth: 4
|
|
style: compact # possible values: nested expanded compact compressed
|
|
precision: 10
|
|
|
|
plugins:
|
|
- jekyll-environment-variables
|