-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (36 loc) · 872 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
#==============================
# General site config
#==============================
name: "Daniel T. Eden, Designer"
description: The website and blog of Daniel Eden, Designer.
url: https://daneden.me
gems:
- jekyll-typogrify
markdown: redcarpet
redcarpet:
extensions: ["smart", "tables", "fenced_code_blocks", "footnotes", "highlight"]
color:
- "#00C266"
permalink: pretty
defaults:
-
scope:
path: ""
type: posts
values:
is_post: true
#==============================
# File inclusions/exclusions
#==============================
include: [".htaccess"]
exclude: ["node_modules", "gulpfile.js", "Gemfile", "Gemfile.lock", "package.json", "scripts"]
#==============================
# Plugins
#==============================
assets:
digest: true
cache: false
sources:
- "_assets/css"
- "_assets/js"
- "uploads"