Skip to content

Latest commit

 

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

palmshed.github.io

Organization homepage for Palmshed. Lists projects, applications, and repositories. Static site, no framework.

Structure

  • .github/site/ ~ the site, a set of static HTML pages served from GitHub Pages.
  • The authentication backend is the palmshed/auth repository (separate Vercel project at palmshed-auth.vercel.app). The site consumes the published @palmshed/auth-client package, vendored into .github/site/assets/auth-client.js.

Development

The site is plain HTML/CSS. Open any page in .github/site/ directly, or serve the folder:

python -m http.server -d .github/site

Deployment

Pushing to main deploys the site via GitHub Pages (see .github/workflows/deploy-site.yml), which publishes .github/site/.

Captcha

The sign-in page supports both hCaptcha (default) and Cloudflare Turnstile. The provider is configured via CAPTCHA_PROVIDER on the auth backend. See the auth repository for setup details.

About

Organization site.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors