-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·50 lines (43 loc) · 1.18 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
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 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
- jemoji
- jekyll-last-modified-at
- jekyll-feed
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%d-%b-%Y'