hebe.json 277 B

123456789101112131415
  1. {
  2. "project":"grav-theme-antimatter",
  3. "platforms":{
  4. "grav":{
  5. "nodes":{
  6. "theme":[
  7. {
  8. "source":"/",
  9. "destination":"/user/themes/antimatter"
  10. }
  11. ]
  12. }
  13. }
  14. }
  15. }