Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebKaya marketing site

Static, dependency-free marketing site for WebKaya. Plain HTML + one CSS file — nothing to build, ideal for GitHub Pages.

website/
├── index.html      # landing page
├── privacy.html    # privacy policy (link this as the Chrome Web Store privacy URL)
├── styles.css      # all styles (light + dark, responsive)
└── assets/
    ├── logo.svg    # brand mark (replace with official logo.png — see assets/README.md)
    └── README.md

Deploy to GitHub Pages

  1. Copy the contents of this website/ folder into the root of your GitHub Pages repo (so index.html sits at the repo root).
  2. In the repo, Settings → Pages → Build and deployment → Source: Deploy from a branch, pick your branch and /root.
  3. Your site is live at https://<user>.github.io/<repo>/ (or your custom domain).

Two links to set before publishing

Search-and-replace these placeholders once you know your final URLs:

  • Chrome Web Store URL — in index.html, the install buttons use href="#" with a data-store-url marker on the primary CTA. Replace the # with your published extension URL (https://chromewebstore.google.com/detail/<id>).
  • Site URL — this page becomes the destination for the extension's “Learn more” link and the Chrome Web Store privacy policy field. Point the store's privacy URL at https://<your-domain>/privacy.html.

Keep the extension's "Learn more" pointing here

The extension's trust bar links to the site. Update it in examples/webkaya-demo/src/App.tsx (the trust-link href) to your final domain before shipping a new build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages