site: GitHub Pages landing site + Pages workflow + MIT LICENSE#4
Merged
Conversation
- site/index.html: a static landing page (hofmann-elimination's visual format) that explains what mini-auth is — the family catalog, the runtime relationships, the teaching angle — and acts as the entry point into the docs (TEACHING/LEARNING/DIRECTION/GLOSSARY, concepts, tutorials, howto, security, diagrams) and each module README. - site/favicon.svg: a small padlock mark. - .github/workflows/pages.yml: deploy site/ to GitHub Pages on push to main (mirrors pk-auth's pages workflow). - LICENSE: MIT (Ned Wolpert, 2026). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a GitHub Pages landing site for mini-auth, in the same visual format as the hofmann-elimination site and deployed the same way as pk-auth (a
site/directory published by an Actions workflow).What's here
site/index.html— a self-contained static landing page (no build step). It explains what mini-auth is (the black-box-auth vs. read-it/run-it framing), the family at a glance table, the runtime-relationships diagram, and the teaching angle — then acts as the entry point into the docs we created: TEACHING, LEARNING, DIRECTION, GLOSSARY, and the concepts / tutorials / howto / security / diagrams trees, plus each module README. All doc links point at the rendered Markdown on GitHub.site/favicon.svg— a small padlock mark..github/workflows/pages.yml— deployssite/to GitHub Pages on push tomain(paths-filtered; alsoworkflow_dispatch). Mirrors pk-auth'spages.yml, action SHAs pinned.LICENSE— MIT (Ned Wolpert, 2026), reflected in the site footer/badge.One setup step (repo settings)
For the workflow to publish, set Settings → Pages → Build and deployment → Source: GitHub Actions (same as pk-auth/hofmann). After merge, the
Pagesworkflow runs and the site goes live athttps://codeheadsystems.github.io/mini-auth/.Verified: every linked repo path exists, and the HTML parses cleanly.
🤖 Generated with Claude Code