main amadaluzia/gtm / example / gtm.json
 1{
 2  "default_title": "My cool capsule",
 3  "default_description": "Made with paws :3",
 4  "content_dir": "./content",
 5  "templates_dir": "./templates",
 6  "assets_dir": "./assets",
 7  "output_dir": "./output",
 8  "extra": {
 9    "fav_frb_creators": [
10      "PowerPoint Rap Battles",
11      "AdamDRB",
12      "worms_of_cans",
13      "Indie Game Rap Battles",
14      "Eddiefrb"
15    ],
16    "nav_links": [
17      "index",
18      "ascii_fop",
19      "hello"
20    ]
21  }
22}