502aba3da6
Same treatment as the proxy and sso-manager-node companion PRs. This repo has no app UI of its own (it's a bash orchestrator), so both the nav logo and favicon use the shared theta42.svg mark -- matching the family look shown in its own screenshots (the SSO Manager/proxy dashboards it stands up). - New cross-page nav (Home/Quickstart/Architecture/Standalone/ Changelog) -- replaces index.md's old "More docs" section, now redundant with the top nav. - SEO: jekyll-seo-tag + jekyll-sitemap, per-page meta description, OG/Twitter card tags, canonical URLs, JSON-LD, sitemap.xml, robots.txt. - Mobile: Bootstrap's responsive grid + collapsible navbar; the screenshot pair in index.md stacks to full-width below 576px. - Added docs/_site to .gitignore (missing entirely before -- the other two repos already had it). Verified with a real Jekyll build (jekyll/jekyll Docker image) + Playwright: desktop and mobile (375px) screenshots, mobile nav toggle, active-link highlighting, zero console/page errors, and confirmed real SEO output (meta description, OG/Twitter tags, canonical, JSON-LD, sitemap.xml, robots.txt) via curl against the served site.
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
title: theta-env
|
|
description: A unified, one-command SSO Manager + OIDC proxy stack for home labs and small businesses.
|
|
url: "https://theta42.github.io"
|
|
baseurl: "/theta-env"
|
|
logo: /assets/img/theta42.svg
|
|
lang: en_US
|
|
|
|
plugins:
|
|
- jekyll-seo-tag
|
|
- jekyll-sitemap
|
|
|
|
github:
|
|
repository_url: https://github.com/theta42/theta-env
|
|
zip_url: https://github.com/theta42/theta-env/archive/refs/heads/master.zip
|
|
tar_url: https://github.com/theta42/theta-env/archive/refs/heads/master.tar.gz
|
|
repository_name: theta42/theta-env
|
|
|
|
nav:
|
|
- title: Home
|
|
page: /
|
|
icon: fa-house
|
|
- title: Quickstart
|
|
page: /quickstart.html
|
|
icon: fa-rocket
|
|
- title: Architecture
|
|
page: /architecture.html
|
|
icon: fa-sitemap
|
|
- title: Standalone
|
|
page: /standalone.html
|
|
icon: fa-puzzle-piece
|
|
- title: Changelog
|
|
url: https://github.com/theta42/theta-env/blob/master/CHANGELOG.md
|
|
icon: fa-list
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: "pages"
|
|
values:
|
|
layout: default
|
|
image: /assets/img/theta42.svg
|