-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (35 loc) · 727 Bytes
/
_config.yml
File metadata and controls
38 lines (35 loc) · 727 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
# Site settings
title: Interactive Checklists
description: Android application for viewing and interacting with Markdown and PDF checklists
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
plugins:
- jekyll-relative-links
# Relative links settings
relative_links:
enabled: true
collections: false
# Exclude from processing
exclude:
- .gradle/
- .idea/
- .git/
- .github/
- app/
- build/
- gradle/
- scripts/
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle.kts
- local.properties
- "*.json"
- "*.sarif"
- "*.key"
- codeql-db/
- codeql-db-py/