-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
101 lines (92 loc) · 2.01 KB
/
_config.yml
File metadata and controls
101 lines (92 loc) · 2.01 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Basic setup
title: "Dana Johnson"
subtitle: ""
description: "Frontend Developer with design opinions. Building flexible, purposeful, enduring interfaces. Experimenting with minimal, sustainable tools for creating and sharing knowledge on the open web."
url: https://www.danajohnson.co
baseurl: ""
# Third party
repository: https://github.com/dananjohnson/dana-v2
typekit: hhy2otg
micropub_endpoint: https://indiekit-danajohnson-co.herokuapp.com
# About/contact
author:
name: Dana Johnson
url: https://www.danajohnson.co
email: dana@danajohnson.co
license:
title: CC-BY 4.0
url: https://creativecommons.org/licenses/by/4.0/
# Permalinks
permalink: pretty
# Collections
collections:
projects:
output: true
permalink: /projects/:path/
title: "Projects"
notes:
output: true
permalink: /notes/:path/
title: "Notes"
# Front Matter Defaults
defaults:
# Posts
- scope:
path: _posts
type: posts
values:
layout: post
# Pages
- scope:
path: _pages
type: pages
values:
layout: page
# Projects
- scope:
path: _projects
type: projects
values:
layout: project
# Notes
- scope:
path: _notes
type: notes
values:
layout: note
# Custom vars
version: 1.0.0
# Jekyll configuration
markdown: kramdown
keep_files:
- .git
include:
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- Capfile
- config
- Gemfile
- Gruntfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- bower.json
- s3_website.yml
plugins:
- jekyll-assets
- jekyll-paginate
- jekyll-sitemap
# Plugin: Jekyll Pagination
paginate: 10
paginate_path: "/blog/page:num/"
# Plugin: Jekyll Assets
# assets: