cycat-project-website/_config.yml

51 lines
1.2 KiB
YAML
Raw Normal View History

2020-08-27 08:23:31 +02:00
baseurl: ''
2018-12-09 08:21:01 +01:00
exclude: ['README.md']
permalink: pretty
2021-01-30 21:06:47 +01:00
title: 'CyCAT.org'
2018-12-09 08:21:01 +01:00
2020-10-17 02:14:24 +02:00
google_analytics_id: ""
2020-08-23 12:44:27 +02:00
homepage:
show_call_box: true
logo:
2021-01-30 20:38:57 +01:00
mobile: "images/logo/logo.svg"
2020-09-02 13:55:35 +02:00
desktop: "images/logo/logo.svg"
2020-08-23 12:44:27 +02:00
desktop_height: "36px"
footer:
2021-01-30 21:06:47 +01:00
copyright_text: 'CyCAT.org content is available under CC-BY-SA'
2020-08-23 12:44:27 +02:00
2020-08-27 07:41:54 +02:00
seo:
2021-01-30 21:06:47 +01:00
meta_og_title: "CyCAT.org"
2020-08-27 07:41:54 +02:00
meta_og_type: "website"
2021-01-30 21:06:47 +01:00
meta_og_url: "https://cycat.org"
meta_og_image: ""
meta_og_description: "CyCAT.org or the Cybersecurity Resource Catalogue aims at mapping and documenting, in a single formalism and catalogue all the community cybersecurity tools, rules, playbooks, processes and controls"
2020-08-27 07:41:54 +02:00
meta_twitter_card: "summary"
2021-01-30 21:06:47 +01:00
meta_twitter_site: "@cycat_project"
meta_twitter_creator: "@cycat_project"
2020-08-27 07:41:54 +02:00
2018-12-09 08:21:01 +01:00
collections:
services:
output: true
team:
output: true
sass:
2020-10-17 02:14:24 +02:00
indentWidth: 4
style: compact # possible values: nested expanded compact compressed
2020-10-17 02:14:24 +02:00
precision: 10
2019-02-18 02:02:34 +01:00
plugins:
- jekyll-environment-variables
2021-02-24 08:10:21 +01:00
- jemoji
2021-02-26 15:03:14 +01:00
- jekyll-last-modified-at
- jekyll-feed
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
2021-02-26 15:03:14 +01:00
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%d-%b-%Y'