-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
57 lines (49 loc) · 855 Bytes
/
_config.yml
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
#
# Configuration file for jekyll
#
# Site settings
description: Fire weather forecast
lang: en_US
timezone: America/Phoenix
# URL settings
url: "https://www.lltodd.family/firewx"
baseurl:
# Markdown settings
markdown: kramdown
# Jekyll mentions
jekyll-mentions:
base_url: "https://github.com/"
# Build settings
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- WARRANTY
- VERSION
- CODE_OF_CONDUCT.md
- SECURITY
- config
- weather.sh
- send-mail.sh
- configure.sh
- crontab.install
- .git/*
- .github/*
- .gitignore
- README.md
- requirements.txt
# Deploy
deploy:
#- cp -R * /var/www/html/firewx
- rsync -az ./ [email protected]:/var/www/firewx
# Webp
webp:
enabled: true
quality: 75
img_dir: ["images"]
formats: [".jpg", ".png"]
# Plugins
plugins:
- jekyll-mentions
- jekyll-deploy
- jekyll-webp