-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
73 lines (60 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# SITE CONFIGURATION
title: Donjon # your site title
author: CharlesLedger
description: > # Meta description of Homepage
The whispers from the Donjon of Ledger. The latest news about security research at Ledger.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://donjon.ledger.com"
# SEO PLUGIN
social:
name: Ledger Donjon
links:
- https://x.com/donjonledger
- https://github.com/ledger-donjon
# THEME SETTINGS
navigation: # Navigation links
- { name: "Bounty", link: "/bounty" }
- { name: "Security Bulletins", link: "/lsb" }
- { name: "Threat Model", link: "/threat-model" }
- { name: "Tools Suite", link: "/tools-suite" }
- { name: "About", link: "/about" }
- { name: "Contact", link: "/contact" }
tagline: >
The security research at Ledger
collections:
lsb:
output: true
threat-model:
output: true
tools-suite:
output: true
hero_img: posts/sleek_lg.jpg # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
email: [email protected] # email for form submission
x_username: donjonledger
github_username: ledger-donjon
# google_tag_manager: GTM-XXXXXXX # Uncomment to enable GTM. Replace GTM-XXXXXXX with your GTM container ID
service_worker: true
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
# theme: jekyll-sleek # Uncomment if you're using the theme as a ruby gem
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
- sleek.jpg
include: ["_pages"]
permalink: /:title/
compress_html:
clippings: all
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag