-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (36 loc) · 700 Bytes
/
_config.yml
File metadata and controls
44 lines (36 loc) · 700 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
40
41
42
43
44
tz: America/Chicago
title: RIPrompt
author: C Anthony Risinger
authorurl: https://RIPrompt.com
google_analytics: G-TR8L115641
host: 0.0.0.0
open_url: true
encoding: utf-8
strict_front_matter: true
plugins:
- jekyll-mentions
- jekyll-readme-index
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-sitemap
- jemoji
liquid:
error_mode: strict
strict_filters: true
# Too many exceptions with no clear solutions.
# strict_variables: true
kramdown:
show_warnings: true
sass:
style: compressed
sourcemap: development
remote_theme: jekyll/minima
minima:
skin: solarized
exclude:
- .sass-cache
- Gemfile
- Gemfile.lock
- Makefile
- node_modules
- vendor/