-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
34 lines (28 loc) · 1.16 KB
/
Copy path_config.yml
File metadata and controls
34 lines (28 loc) · 1.16 KB
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
# GitHub Pages configuration for the DSA in TypeScript site.
# The site's homepage is rendered from README.md (GitHub Pages uses it as the
# index when no index.html/index.md exists). These values drive the page
# <title>, meta description, Open Graph tags (via jekyll-seo-tag) and sitemap.
title: DSA in TypeScript — LeetCode, Blind 75 & Grind 75 Solutions
description: >-
Clean Data Structures and Algorithms (DSA) solutions in TypeScript — the
complete Blind 75, organized by pattern, each with a Big-O analysis and Vitest
tests. Built for coding interview, LeetCode, NeetCode and Grind 75 prep.
theme: jekyll-theme-cayman
# Update these if the repo is renamed or a custom domain is added.
url: https://codebybilal18.github.io
baseurl: /dsa-typescript
author: codebybilal18
lang: en_US
# jekyll-seo-tag: emits <title>, meta description, canonical + Open Graph tags.
# jekyll-sitemap: generates /sitemap.xml so search engines can crawl the site.
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# Keep build artifacts and source out of the generated site.
exclude:
- node_modules
- package.json
- package-lock.json
- tsconfig.json
- vitest.config.ts
- src