Skip to content

Commit dc50e96

Browse files
committed
Added hebe conf
1 parent 4330c50 commit dc50e96

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

hebe.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"project":"grav-learn",
3+
"platforms":{
4+
"grav":{
5+
"nodes":{
6+
"skeleton":[
7+
{
8+
"source":"/",
9+
"destination":"/user"
10+
}
11+
],
12+
"error plugin":[{
13+
"project":"grav-plugin-error"
14+
}],
15+
"simplesearch plugin":[{
16+
"project":"grav-plugin-simplesearch"
17+
}]
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)