Skip to content

Commit

Permalink
Merge pull request #22 from Ledger-Donjon/tools-suite
Browse files Browse the repository at this point in the history
Tools-suite page creation
  • Loading branch information
mmouchous-ledger authored Oct 21, 2024
2 parents e0bfd32 + 898fd6b commit dae333a
Show file tree
Hide file tree
Showing 25 changed files with 2,071 additions and 818 deletions.
8 changes: 8 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"MD033": {
"allowed_elements": [
"div",
"sup"
]
}
}
26 changes: 14 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SITE CONFIGURATION
title: Donjon # your site title
author: CharlesLedger
author: CharlesLedger
description: > # Meta description of Homepage
The whispers from the Donjon of Ledger. The latest news about security research at Ledger.
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"

Expand All @@ -15,28 +15,30 @@ social:

# THEME SETTINGS
navigation: # Navigation links
- {name: 'Bounty', link: '/bounty'}
- {name: 'Security Bulletins', link: '/lsb'}
- {name: 'Threat Model', link: '/threat-model'}
- {name: 'About', link: '/about'}
- {name: 'Contact', link: '/contact'}
- { 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
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

twitter_username: donjonledger
github_username: ledger-donjon

x_username: donjonledger
github_username: ledger-donjon

# google_tag_manager: GTM-XXXXXXX # Uncomment to enable GTM. Replace GTM-XXXXXXX with your GTM container ID

Expand All @@ -59,7 +61,7 @@ exclude:
- gulpfile.js
- sleek.jpg

include: ['_pages']
include: ["_pages"]
permalink: /:title/

compress_html:
Expand Down
Loading

0 comments on commit dae333a

Please sign in to comment.