-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (49 loc) · 1.08 KB
/
_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
48
49
50
51
52
53
54
55
56
57
58
title: Hi, I'm Evrim.
email: [email protected]
description: Hi, I'm Evrim. I’m a software developer and an entrepreneur. My main interests are startups and online education.
url: https://evrim.io
author:
name: Evrim Persembe
twitter: evrimfeyyaz
picture: /public/evrim-persembe.jpg
# SEO
twitter:
username: evrimfeyyaz
card: summary
logo: /public/logo.png
social:
links:
- https://twitter.com/evrimfeyyaz
- https://github.com/evrimfeyyaz
- https://instagram.com/evrimfeyyaz
google_site_verification: ujLWhEJm2rf00JVXp_MQTxYZoAKA6cGmqNE18rlu7fU
defaults:
- scope:
path: ""
values:
image: /public/logo-social.png
# Projects and categories
collections:
projects:
output: true
permalink: /projects/:name/
stuff:
output: true
permalink: /stuff/:name/
# Build settings
permalink: /:title/
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/