-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
79 lines (67 loc) · 1.81 KB
/
_config.yml
File metadata and controls
79 lines (67 loc) · 1.81 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
title: St. Anthony Youth
url: https://stanthonynovato.org
baseurl: "" # Set to empty string for local development, GitHub Actions will override this
email: ale@stanthonynovato.org
phone: +1 (800) 242-8478
admin_email: damien@alphagame.dev
# Google Analytics tracking ID
# TODO: Add this at launch.
tracking_id: G-G1NW74W2R5
# force_backend_url: "http://127.0.0.1:8000/api" # Temporary for local testing FIXME: Remove this line
permalink: /news/:year/:month/:title
description: >- # this means to ignore newlines until "baseurl:"
St. Anthony de Padua Catholic Parish Confirmation Program, guiding youth
to a deeper relationship with Christ and the Church.
# TODO: replace with actual social media.
# facebook_username: StAnthonyDepaduaParish
instagram_username: stanthonyyouth.novato
publisher: "St. Anthony de Padua Catholic Parish"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-dotenv
- jekyll-news-sitemap
- jekyll-paginate
- jekyll-sass-converter
- jekyll-minifier
- jekyll-resize
# Jekyll Minifier configuration
jekyll-minifier:
exclude:
- "*.txt"
- "**/*.txt"
uglifier_args:
harmony: true
source_map: true
compress:
drop_console: false
mangle: true
source_map: true
# Sass/SCSS configuration
sass:
sass_dir: _sass
style: expanded # This will expand the CSS output
# Directories to exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor
- venv
- .venv
- docs/ # For the repository documentation
# Pagination settings
paginate: 5
paginate_path: "/news/page/:num/"
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
sitemap:
exclude:
- LICENSE # only for the repo lol
- README.md # only for the repo lol
- seo.py
- package.json
- package-lock.json