{"id":51576821,"url":"https://github.com/zzmzm/zzmzm.github.io","last_synced_at":"2026-07-11T01:01:13.282Z","repository":{"id":367430507,"uuid":"1280802651","full_name":"zzmzm/zzmzm.github.io","owner":"zzmzm","description":"Official Tiyi documentation and website for the single-binary WAF with CLI and Web UI.","archived":false,"fork":false,"pushed_at":"2026-07-04T03:18:24.000Z","size":4913,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-04T05:13:49.322Z","etag":null,"topics":["documentation","github-pages","security","tiyi","waf"],"latest_commit_sha":null,"homepage":"https://www.tiyisec.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzmzm.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.html","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-26T00:35:48.000Z","updated_at":"2026-07-04T03:18:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zzmzm/zzmzm.github.io","commit_stats":null,"previous_names":["zzmzm/zzmzm.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zzmzm/zzmzm.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzmzm%2Fzzmzm.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzmzm%2Fzzmzm.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzmzm%2Fzzmzm.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzmzm%2Fzzmzm.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzmzm","download_url":"https://codeload.github.com/zzmzm/zzmzm.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzmzm%2Fzzmzm.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35347554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","github-pages","security","tiyi","waf"],"created_at":"2026-07-11T01:01:12.275Z","updated_at":"2026-07-11T01:01:13.268Z","avatar_url":"https://github.com/zzmzm.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zzmzm.github.io — Tiyi website (GitHub Pages user site)\n\nThis repo is the **published, static deploy mirror** of the Tiyi marketing +\ndocs site. It is a GitHub Pages **user site**, served at the root domain:\n\n- https://zzmzm.github.io/\n\n\u003e **This is not the authoring source.** The canonical source of truth is\n\u003e `website/` inside the private Tiyi monorepo. Edit the site there, then\n\u003e resync into this repo and push. Do not hand-edit pages here.\n\n## How it is published\n\nPure static HTML/CSS/JS — no build step. Per the GitHub Pages quickstart, this\nis a user site (`\u003cusername\u003e.github.io`): Pages is configured to **deploy from a\nbranch**, using the `main` branch at the repository root (`/`). A `.nojekyll`\nmarker disables Jekyll so every file is served verbatim. Because the site is\nserved from the domain root and uses only relative links, every page and asset\nresolves correctly.\n\n## Resync from the canonical source\n\nFrom the machine that holds the monorepo:\n\n```sh\n# 1. mirror the authoring tree into this repo (delete removed files)\nrsync -a --delete \\\n  --exclude '.git/' --exclude '.nojekyll' --exclude '.gitignore' \\\n  /waf/tiyi/website/ /waf/zzmzm.github.io/\n\n# 2. commit + push\ncd /waf/zzmzm.github.io\ngit add -A\ngit commit -m \"sync website from monorepo\"\ngit push\n```\n\nGitHub Pages redeploys automatically on push (usually within a minute, up to\n~10 minutes per GitHub's docs).\n\n## Custom domain\n\nThe site is served at **https://www.tiyisec.com/**. The custom domain relies on\ntwo things that must agree:\n\n1. **DNS** — a `CNAME` record for `www.tiyisec.com` pointing at\n   `zzmzm.github.io`.\n2. **`CNAME` file** — contains `www.tiyisec.com` and now ships from the\n   authoring source (`website/CNAME`), so the resync above keeps it in place.\n   The resync's `--delete` only excludes `.git/`, `.nojekyll`, and `.gitignore`,\n   so a `CNAME` living only here would be wiped on the next sync — keeping it in\n   `website/` is what makes it durable.\n\nIf the custom domain was set through the repo's Pages settings, GitHub commits\nthe same `CNAME` file for you; `git pull` before the next resync so histories\ndon't diverge.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzmzm%2Fzzmzm.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzmzm%2Fzzmzm.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzmzm%2Fzzmzm.github.io/lists"}