-
Notifications
You must be signed in to change notification settings - Fork 20
/
_config.yml
84 lines (78 loc) · 2.29 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
# Site settings
title: JanusGraph
url: https://janusgraph.org
description: "Distributed graph database"
keywords: "database, graph, distributed, scalable, janusgraph, opensource"
# Google webmaster tools
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Upcoming events list. It is used in upcoming-features.html
# Example:
# upcoming_events:
# - <a href="${event_link}">Even link name</a>, Authors or additional information - ${date}
# Color settings (hex-codes without the leading hash-tag)
color:
# header
primary: 2c3e50
primary-dark: 233140
hover-on-primary: ccf5c9
#
# main text
secondary: 2c3e50
# backgraund on logo and features
primary-content-backgraund: 9fe6d8
# backgraund on about, upcoming events, presentations, users
secondary-content-backgraund: ffffff
#
# links
main-links: 46a280
feature-links: 2c3e50
#
# users
users-hover-border: ccf5c9
users-hover-rgb: "24,288,156"
#
# page top button (visible on small screens)
page-top-button: 2c3e50
page-top-button-border: 2c3e50
page-top-button-hover: 1a242f
page-top-button-hover-border: 161f29
#
# main buttons
button-text: 46a280
button-border: 95eccc
button-text-hover: 2c3e50
button-border-hover: 23c379
#
# footer
footer-above: 2c3e50
footer-below: 233140
footer-links: 95eccc
social: ffffff
social-border: ffffff
social-hover: 18bc9c
social-border-hover: ffffff
social-backgraund-hover: ffffff
footer-button: ffffff
footer-button-border: ffffff
footer-button-hover: 18bc9c
footer-button-border-hover: ffffff
footer-button-backgraund-hover: ffffff
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- icon: fab fa-twitter
url: https://twitter.com/JanusGraph
- icon: fab fa-discord
url: https://discord.gg/5n4fjv4QAf
- icon: fab fa-stack-overflow
url: https://stackoverflow.com/questions/tagged/janusgraph
- icon: fab fa-github
url: https://github.com/JanusGraph/janusgraph
- icon: fab fa-linkedin-in
url: https://www.linkedin.com/company/janusgraph
- icon: far fa-comments
url: https://lists.lfaidata.foundation/g/janusgraph-users/topics
# Build settings
markdown: kramdown
permalink: pretty