-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
139 lines (123 loc) · 2.88 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Site setings
title: 'Love First'
name: 'Love First'
description: 'Blueprints for life in a world made with love.'
meta_description: 'Love First is a shared-identity movement for people creating a world built on love.'
logo: 'love-first-logo-white-on-pink.png'
# Author image is used in site sidebar
author:
image: 'authorimage.jpg'
favicon: 'favicon.ico'
baseurl:
production_url: https://goinglovefirst.com/
# disqus: ''
mailchimp_url: '//actthroughlovefirst.us17.list-manage.com/subscribe/post?u=73c317c2b3aec37f5c900c4cf&id=1d2a6b3237'
# Add your GA Tracking Id
ga_analytics: 'UA-132737575-1'
# Contact form setings
email: [email protected]
thankyou_page_description: "Your message has been put in a bottle and tossed in the digital ocean. You’ll hear from me once it makes shore."
# Social links
rss: 'feed.xml'
# SEO config
social:
name: Faruk Ateş
links:
- https://twitter.com/kurafire
- https://instagram.com/kurafire
- https://www.facebook.com/farukates
- https://www.patreon.com/lovefirst
- https://medium.com/@kurafire
- https://www.linkedin.com/in/farukates
platforms:
twitter: 'kurafire'
facebook: 'farukates'
# medium: '@kurafire'
instagram: 'kurafire'
# linkedin: 'farukates'
patreon: 'lovefirst'
github: 'kurafire'
# youtube: 'UCPuRuvU8puT0GbWAkuR7Ljw' # Channel ID
twitter:
username: kurafire
card: summary
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "pages" # a collection in your site, in plural form
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "principles"
values:
layout: "principle"
-
scope:
path: ""
type: "about"
values:
layout: "about"
person: "Faruk Ateş"
excerpt_separator: <!--more-->
collections:
principles:
output: true
permalink: /:collection/:name
sort_by: principle_order
about:
output: true
permalink: /:collection/:path
# TODO: As sollections, data sets, or includes?
# - authors
# - quotes
# Navigation
navigation:
- text: Home
url: /
- text: What Is Love First
url: /what-is-love-first/
- text: The Principles
url: /principles/
- text: Going Love First
url: /practices/
- text: Archive
url: /archive/
- text: About Me
url: /about/
- text: Contact
url: /contact/
- text: Search
url: /search/
# - text: Models
# url: /models/
# - text: Stories
# url: /stories/
# Plugins
plugins:
- jekyll-redirect-from
# - include_absolute
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
# Pagination
paginate: 8
paginate_path: /archive/page-:num/
# Permalinks
permalink: /:categories/:title
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed