-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (37 loc) · 960 Bytes
/
_config.yml
File metadata and controls
43 lines (37 loc) · 960 Bytes
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
# GitHub Pages Configuration
# This file configures GitHub Pages for the branch comparison visualization
# Use Jekyll to process the site
# Set to false if you're not using Jekyll (recommended for this project)
lsi: false
safe: true
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
# Build settings
# Use the docs folder for GitHub Pages
source: ./
destination: ./_site
# Exclude these files from the build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .github
- README.md
- LICENSE
- .gitignore
- "*.py"
- "*.sh"
- "*.env"
# Site settings
title: Git Branch Comparison
description: Visualizing differences between main and release branches with date filtering
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Custom settings for this project
permalink: pretty