website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


infra/variables.tf
variable "cloudflare_account_id" {
  description = "Cloudflare account ID"
  type        = string
  default     = "dfdb8ca4e419990852eb214c5b50bd5e"
}

variable "cloudflare_zone_id" {
  description = "Zone ID for the pyrossh.dev zone"
  type        = string
  default     = "e95a5d8957b75859c814579deebfce33"
}