-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
executable file
·146 lines (131 loc) · 3.8 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
140
141
142
143
144
145
146
url: http://restfb.com
baseurl:
# Site settings
title:
default: restfb
light: <span class="restfb-brand light">rest</span><span class="restfb-brand highlight">fb</span>
dark: <span class="restfb-brand dark">rest</span><span class="restfb-brand highlight">fb</span>
description: "RestFB is a simple and flexible Facebook Graph API client written in Java. It contains support for the Facebook Messenger Platform and the Facebook Marketing API."
link:
maven: https://mvnrepository.com/artifact/com.restfb/restfb
github-example: https://github.com/restfb/restfb-examples
# code and explanantion
collections:
documentation:
title: Documentation
render: true
output: true
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 337ab7
secondary: 337ab7
secondary-dark: 333
# Team names, titles and social links
people:
- name: Mark Allen
pic: 1
extension: webp
position: Founder
social:
- title: github
url: https://bit.ly/2Hjo9QS
- title: linkedin
url: https://bit.ly/2VNlXV0
- name: Norbert Bartels
pic: 2
extension: webp
position: Maintainer and Lead Developer
social:
- title: github
url: https://bit.ly/2AKeAVt
- title: stack-overflow
url: https://bit.ly/2QHetzd
- title: linkedin
url: https://bit.ly/36exLJH
- name: many contributors
pic: 3
extension: svg
# site Social network links and types (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: Bluesky
icon: bluesky
url: https://bsky.app/profile/restfb.com
- title: Facebook
icon: facebook
url: https://www.facebook.com/Restfb-909653922461664
- title: StackOverflow
icon: stack-overflow
url: http://stackoverflow.com/questions/tagged/restfb
- title: GitHub
icon: github
url: http://github.com/restfb/restfb
# additional links
navigation:
- text: Cookbook
url: /cookbook/
- text: Documentation
url: /documentation/
clients:
- name: Angry Birds
url: https://apps.facebook.com/angrybirds/
pic: img/clients/angry-birds-friends.webp
- name: Hubspot
url: https://www.hubspot.com/
pic: img/clients/hubspot.webp
- name: Atchik
url: https://atchik.com/
pic: img/clients/atchik.webp
- name: Khoros
url: https://khoros.com/
pic: img/clients/khoros.webp
- name: ITyX Solutions AG
url: https://www.ityxsolutions.com/
pic: img/clients/ityx.webp
- name: Nitro AI
url: http://nitro.ai
pic: img/clients/nitro-ai.webp
- name: Dwinq
url: http://dwinq.com/
pic: img/clients/dwinq.webp
- name: Sematell GmbH
url: https://www.sematell.com/
pic: img/clients/sematell.webp
- name: Clover
url: https://www.clover.com/
pic: img/clients/clover.webp
- name: The Socialstation
url: https://thesocialstation.com/
pic: img/clients/thesocialstation.webp
- name: Sparkcentral
url: https://www.sparkcentral.com/
pic: img/clients/sparkcentral.webp
- name: Falcon.io
url: https://www.falcon.io/
pic: img/clients/falconio.webp
- name: Friend2Friend
url: http://www.friend2friend.com/
pic: img/clients/friend2friend.webp
- name: Tynamo
url: https://www.tynamo.org/
pic: img/clients/tynamo.webp
- name: IBM
url: https://www.ibm.com/
pic: img/clients/ibm.webp
- name: nukesuite
url: https://www.nukesuite.com/
pic: img/clients/nukesuite.webp
- name: Peoples Fundraising
url: https://www.peoplesfundraising.com/
pic: img/clients/peoplesfundraising.webp
- name: Fanpage Karma
url: https://fanpagekarma.com/
pic: img/clients/fanpagekarma.webp
plugins:
- jekyll-sitemap
sass:
style: compressed
usecdn: true
# Build settings
markdown: kramdown
permalink: pretty
exclude: [README.md, LICENSE]