-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
49 lines (41 loc) · 990 Bytes
/
config.js
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
module.exports = {
base_url: "https://greaby.github.io/galaxie-gd/",
language: "fr",
seed: "galaxie-gd",
folders: {
dist: "dist",
data: "data",
ressources: "data/ressources",
},
labels: {
project_title: "Galaxie GD",
see_also: "Voir aussi",
search: "Rechercher",
},
ressource: {
color: "#D24335",
},
current_node: {
color: "#F2C84B",
},
metadata: {
tag: {
label: "Tags",
color: "#87AA66",
display_on_page: true,
display_on_graph: true,
},
author: {
label: "Auteur·e·s",
color: "#4CB3D2",
display_on_page: true,
display_on_graph: true,
},
},
hide_isolated_metadata: true,
isolated_metadata_threshold: 2,
graph: {
node_min_size: 5,
node_max_size: 25,
},
};