-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (30 loc) · 889 Bytes
/
Copy path_config.yml
File metadata and controls
35 lines (30 loc) · 889 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
# GitHub Pages Configuration for ECTLogger
# Using custom layout that matches the app's Material UI design
title: ECTLogger
description: A Modern Radio Net Logger for Emergency Communications Teams and SKYWARN Spotter Nets
# Repository info (enables Edit on GitHub link)
repository: bradbrownjr/ectlogger
# Show downloads button
show_downloads: true
# Exclude files from the site
exclude:
- backend/
- frontend/
- "*.sh"
- "*.ps1"
- "*.example"
- .env
- venv/
- node_modules/
- __pycache__/
- "*.pyc"
- .gitignore
# Disable Liquid template processing for all pages.
# The docs contain code examples with {{ }} syntax (JSX, MUI sx props) that
# Jekyll would otherwise try to evaluate as Liquid template variables, causing
# build failures. None of the docs use Liquid intentionally.
defaults:
- scope:
path: ""
values:
render_with_liquid: false