Skip to content

Commit 86c9f49

Browse files
committed
Release v1.0.5: debranded adt- layout, site-doc-layout.css
- Renamed site-ftn-docs to site-doc-layout; site-adt-accordion; neutral logo and partials - site.keys-driven header/footer; ftn- hooks -> adt- in public package Made-with: Cursor
1 parent 78d3db0 commit 86c9f49

26 files changed

Lines changed: 460 additions & 219 deletions

CHANGELOG.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
Entries below are in **chronological order** by date: prior release, then the **2026-03-04** org creation and repository move, then the next release.
1010

11+
== [1.0.5] - 2026-04-26
12+
13+
* *Debranded “doc site” package:* The theme is now a generic clone of the former FoodTruckNerdz layout: all partials, `site-doc-layout.css` (renamed from `site-ftn-docs.css`), `site-adt-accordion.js` (breadcrumb pickers; renamed from `site-ftn-accordion.js`), `img/logo.svg`, and neutral defaults in `header-content.hbs` (playbook `site.keys` for `site_home_url`, `header_doc_title`, `github_profile_url`, `footer_note`). Public CSS/JS class and ID hooks use the `adt-` prefix; breadcrumb kicker list IDs are `#adt-bc-proj` and `#adt-bc-ver`.
14+
* *FoodTruckNerdz downstream:* the https://github.com/FoodTruckNerdz/docs[docs] site keeps a branded `header-content.hbs`, `img/foodtrucknerdz.svg`, and project footer; it stays aligned with this package by not copying the full `supplemental-ui` from npm on prebuild (only `site-extra.css` and `img/` sync).
15+
16+
link:changelog-details/2026-04-26%20-%201.0.5%20debranded%20doc%20layout%20and%20adt%20prefix.adoc[Detailed notes — 2026-04-26]
17+
1118
== [1.0.4] - 2026-04-26
1219

1320
* *Doc home cards fix:* `site-extra.css` no longer applies blanket dark `!important` backgrounds to `+.openblock.cards+` or `+.exampleblock.tile+` (selectors now use `+:not(.cards)+` / `+:not(.tile)+`). Tile grid and card chrome work in dark mode. Added `html.dark-theme .doc .openblock.cards > .content` grid/transparent rules where needed.

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ toc::[]
2828
* **Non-invasive** - Works as a supplemental UI overlay; no need to fork or rebuild the Antora default UI bundle
2929
* **Comprehensive styling** - Covers navbar, navigation panels, content area, code blocks, tables, admonition blocks, footer, and more
3030
* **VCS repo logo** - Replaces the default UI's nonfunctional "Download" button with a version-control provider logo (GitHub, GitLab, Bitbucket, Gitea, Codeberg, Forgejo, SourceHut) that links to the docs repository; provider is detected by domain
31+
* **Debranded “doc site” layout** - Full supplemental partials and `site-doc-layout.css` (load after `site-extra.css` in `head-meta`): sticky site chrome, doc mast (component/version pickers in the breadcrumb row), sidebar with component label + page tree, optional edit-in-repo link, Source Sans~3, and `adt-*` BEM-style hooks (not tied to a product name). A neutral `img/logo.svg` is used in the top bar; override `partials/header-content.hbs` and point at your own asset for branding.
32+
* **Playbook `site.keys` (optional site identity):** `site_home_url` (default: docs home `site.url`), `site_home_label` (a11y label for the logo link), `header_doc_title` (navbar text beside the logo; default: `site.title`), `github_profile_url` (fallback when the page has no `origin` URL), `footer_note` (HTML fragment after the base footer line), `title_bar_brand` / `title_bar_section` (see `partials/head-title.hbs`).
3133

3234
== Help Get Dark Mode into Antora
3335

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
= 1.0.5 — debranded doc layout and +adt+ hooks
2+
:description: Changelog detail for antora-dark-theme 1.0.5
3+
:navtitle: 1.0.5 debranded layout
4+
5+
* The supplemental layout stylesheet is now `supplemental-ui/css/site-doc-layout.css` (load after `site-extra.css` in `head-meta`).
6+
* Breadcrumb component/version script is `js/site-adt-accordion.js`.
7+
* CSS custom properties and classes use the `adt-` prefix (no product-specific `ftn-` prefix in the distributed package).
8+
* The default header image is `img/logo.svg`; replace or override `partials/header-content.hbs` for your brand.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antora-dark-theme",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Dark mode supplemental UI theme for Antora documentation sites",
55
"keywords": [
66
"antora",

0 commit comments

Comments
 (0)