aboutsummaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 0555ef58197bf7f279a590b7c93218e3c54c16c9 (plain)
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
# Site settings
title: therudes.com Communication Service
description: ""
url: "https://therudes.com"
name: "therudes.com"
destination: /var/www/therudes.com

owner_name: "Matt Rude"
owner_url: "https://mattrude.com"
owner_pgpkey: "0xc4909ee495b0761f"

# Analytics settings
google_analytics_id: UA-11737778-1

# Build settings
markdown: kramdown
permalink: pretty
highlighter: rouge
date: YYYY-MM-DD HH:MM

exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md

plugins:
- jekyll-responsive-image
- jekyll-minifier
#- jekyll-sitemap

responsive_image:
  template: _includes/responsive-image.html
  default_quality: 90
  sizes:
  - width: 920
  strip: true
  save_to_source: false
  cache: true

#jekyll-minifier:
#  exclude:
#  - robots.txt
#  - sitemap.xml