forked from ktwu01/ut01
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (33 loc) · 733 Bytes
/
Copy path_config.yml
File metadata and controls
37 lines (33 loc) · 733 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
url: "https://ut01.github.io"
title: "ut01: Quick Navigation for UT Austin Students"
description: "A comprehensive navigation hub for UT Austin students, providing quick access to essential university resources, portals, and services."
# Build settings
plugins:
- jekyll-sitemap
# CSS minification
sass:
style: compressed
# SEO-related settings
lang: en
author: ut01
twitter:
username: ut01
card: summary_large_image
# Exclude files from processing
exclude:
- README.md
- README.CN.md
- LICENSE
- .gitignore
- Gemfile
- Gemfile.lock
- CLAUDE.md
- CONTRIBUTING.md
- package.json
- package-lock.json
- node_modules
- vendor
- playwright.config.cjs
- tests
- test-results
- playwright-report