UNPKG
livre
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Example server setup for the Livre project.
github.com/lcneves/livre-example
lcneves/livre-example
livre
/
config
/
default.json
16 lines
(15 loc)
•
232 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"config"
:
{
"themes"
:
[
{
"name"
:
"liberty"
,
"subdomain"
:
"3d"
,
"baseDirectory"
:
"livre-liberty"
}
,
{
"name"
:
"liberty-flat"
,
"subdomain"
:
"flat"
}
]
}
}