-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·106 lines (91 loc) · 2.26 KB
/
_config.yml
File metadata and controls
executable file
·106 lines (91 loc) · 2.26 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
102
103
104
105
# General Settings
name: Elijah Bernstein-Cooper
title: Elijah Bernstein-Cooper | Blog
job_title: Data Manager
email: elijah@ezbc.me
description: Elijah Bernstein-Cooper is a data manager and data engineer for business problems.
meta_description: Elijah Bernstein-Cooper is a data manager and engineer for business problems. Explore Elijah's portfolio of technology solutions.
avatar: /media/avatar.jpg
favicon: /favicon.ico
analytics_code: UA-XXXXXXX-2
disqus: httpezbcme
# Metadata for search engines
keywords: technology, data engineer, data analysis, data management
# Social Accounts
social_networks:
- { name: facebook, url: '' }
- { name: twitter, url: '' }
- { name: instagram, url: '' }
- { name: google-plus, url: '' }
- { name: linkedin, url: 'https://www.linkedin.com/in/elijahbernsteincooper/' }
- { name: skype, url: '' }
- { name: github, url: 'https://github.com/ezbc' }
- { name: codepen, url: '' }
- { name: stack-overflow, url: '' }
- { name: dribbble, url: '' }
- { name: behance, url: '' }
- { name: pinterest, url: '' }
- { name: tumblr, url: '' }
- { name: youtube, url: '' }
- { name: vimeo, url: '' }
- { name: vine, url: '' }
- { name: 500px, url: '' }
- { name: flickr, url: '' }
- { name: spotify, url: '' }
- { name: steam, url: '' }
- { name: wordpress, url: '' }
- { name: xing, url: '' }
- { name: bitcoin, url: '' }
- { name: pocket, url: '' }
# Modules Settings
show_categories: 1
show_tags: 1
show_email: 0
show_rss: 1
show_comments: 1
show_menu: 1
fixed_sidebar: 1
# Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: "true"
# Serving
url:
canonical_url: "http://localhost:4000"
baseurl:
environment: local
# Includes
include: ["_pages"]
# Outputting
permalink: /:title
category_dir: categories
# Pagination
pagination:
enabled: true
sort_reverse: true
permalink: '/page/:num/'
# Conversion
markdown: kramdown
excerpt_separator: <!--more-->
# files in _site directory to keep
keep_files: [media, files]
# files in root to exclude from build
exclude:
- scripts
- docker*
# Assets Settings
sass:
sass_dir: assets/partials
style: compressed
# plugins
plugins:
- jekyll-seo-tag
- jekyll-paginate-v2
- jekyll-redirect-from
- jekyll-gist
# highlighting
highlighter: rouge