Skip to content

Commit 19bad90

Browse files
Add files via upload
1 parent d18ec67 commit 19bad90

6 files changed

Lines changed: 1567 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# GitHub Pages Configuration
2+
title: ShallVhack Ultimate BugBounty Arsenal
3+
description: The Ultimate Bug Bounty Resource for 2025
4+
baseurl: ""
5+
url: "https://shallvhack.github.io"
6+
7+
# Theme (not used for custom HTML but good to have)
8+
theme: null
9+
10+
# Build settings
11+
markdown: kramdown
12+
highlighter: rouge
13+
14+
# Exclude from processing
15+
exclude:
16+
- README.md
17+
- Gemfile
18+
- Gemfile.lock
19+
20+
# Include
21+
include:
22+
- _config.yml
23+
- .nojekyll
24+
25+
# Plugins
26+
plugins:
27+
- jekyll-seo-tag

0 commit comments

Comments
 (0)