-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (52 loc) · 1.44 KB
/
_config.yml
File metadata and controls
56 lines (52 loc) · 1.44 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# GitHub Pages Configuration
theme: jekyll-theme-minimal
title: "TV Script - Trading Dashboard Documentation"
description: "Comprehensive documentation for TradingView Pine Script indicators and trading strategies"
baseurl: "/tv-script"
url: "https://tekram.github.io/tv-script"
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-seo-tag
# Navigation
nav:
- Home: "index.md"
- README: "README.md"
- "---"
- "Core Components:"
- 21 EMA Structure: "21ema-structure.md"
- Top Right Table: "top-right-table-dashboard.md"
- Bottom Right Table: "bottom-right-table-README.md"
- "---"
- "Additional Features:"
- Ripster EMA Clouds: "ripster-ema-clouds.md"
- RS Rating System: "rs-rating-system.md"
- Pivot Points: "pivot-points.md"
- RMV Indicator: "rmv-indicator.md"
- Launch Pad Detection: "launch-pad-detection.md"
- Inside Candle Patterns: "inside-candle-patterns.md"
- Bollinger Bands: "bollinger-bands.md"
- Extended EMA Analysis: "extended-ema-analysis.md"
- Floating Labels: "floating-labels.md"
- "---"
- Trading Instructions: "TRADING_INSTRUCTIONS.md"
# Collections for better organization
collections:
docs:
output: true
permalink: /:collection/:name/
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- "*.pine"
- "main"
- "top-right-table"
- "bottom-right-table"