{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "preferredVersions": {
    "php": "8.2",
    "wp": "latest"
  },
  "landingPage": "/",
  "login": true,
  "siteOptions": {
    "blogname": "Leanos",
    "blogdescription": "Lean Thinking, Simple Solutions"
  },
  "steps": [
    {
      "step": "defineWpConfigConsts",
      "consts": {
        "WP_DEBUG": true,
        "WP_DEBUG_LOG": true,
        "WP_DEBUG_DISPLAY": false
      }
    },
    {
      "step": "activatePlugin",
      "pluginPath": "leanos-core/leanos-core.php",
      "pluginName": "Leanos Core"
    },
    {
      "step": "activateTheme",
      "themeFolderName": "leanos"
    },
    {
      "step": "runPHP",
      "code": "<?php require '/wordpress/wp-load.php'; update_option('permalink_structure', '/%postname%/'); flush_rewrite_rules();"
    }
  ]
}
