forked from ublue-os/flatpak-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (35 loc) · 901 Bytes
/
_config.yml
File metadata and controls
39 lines (35 loc) · 901 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
# Setup
title: Flatpak Runtime Tracker
tagline: 'Tracking runtime updates for Universal Blue'
description: 'Tracking runtime updates for flatpak applications shipped by Universal Blue (Bluefin, Aurora, Bazzite)'
url: https://ublue-os.github.io
baseurl: '/flatpak-tracker'
permalink: pretty
# About/contact
author:
name: Universal Blue
url: https://github.com/ublue-os
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-seo-tag
# Use CHANGELOG.md as the main page instead of README.md
include:
- CHANGELOG.md
# Exclude development and build files from the site
exclude:
- Gemfile
- Gemfile.lock
- requirements.txt
- check_flatpak_runtimes.py
- issue_generator.py
- generate_changelog.py
- check_donation_metadata.py
- create_mock_data.py
- temp_outdated.json
- test_outdated.json
- outdated_packages.json
- test_jekyll_build.sh
- "*.pyc"
- __pycache__