oranda 0.0.3

🎁 generate beautiful landing pages for your projects
Documentation
{
  "favicon": "https://www.axo.dev/favicon.ico",
  "path_prefix": "oranda",
  "md_book": "./docs/book/",
  "changelog": true,
  "social": {
    "image": "https://www.axo.dev/meta_small.jpeg",
    "image_alt": "axo",
    "twitter_account": "@axodotdev"
  },
  "artifacts": {
    "cargo_dist": true,
    "package_managers": {
      "npm": "npm install @axodotdev/oranda --save-dev",
      "npx": "npx @axodotdev/oranda",
      "crates.io": "cargo install oranda --locked --profile=dist",
      "binstall": "cargo binstall oranda"
    }
  },
  "analytics": {
    "plausible": {
      "domain": "opensource.axo.dev"
    }
  }
}