Commit graph

18 commits

Author SHA1 Message Date
Tolaria
51b4c7ca97 Pages updates with references and edits
All checks were successful
Deploy Docs / deploy (push) Successful in 14s
2026-06-05 13:49:57 +08:00
Tolaria
de2d06d3a1 Pages updates with references and edits
All checks were successful
Deploy Docs / deploy (push) Successful in 14s
2026-06-05 13:29:55 +08:00
Tolaria
6bd35e5160 Pages updates with references and edits
All checks were successful
Deploy Docs / deploy (push) Successful in 29s
2026-06-05 12:21:31 +08:00
Tolaria
e8a54bd396 Add action items + mark sprout read checkboxes to all article pages; fix 9 typos; regenerate manifest
All checks were successful
Deploy Docs / deploy (push) Successful in 14s
2026-06-04 20:54:48 +08:00
Tolaria
b9975435c2 Pages updates
All checks were successful
Deploy Docs / deploy (push) Successful in 14s
2026-06-04 20:29:39 +08:00
Tolaria
9f179b1ead Pages and keep in touch updates
All checks were successful
Deploy Docs / deploy (push) Successful in 14s
2026-06-04 20:22:49 +08:00
Tolaria
7db03ad35e edits to daily sadhana text
All checks were successful
Deploy Docs / deploy (push) Successful in 28s
2026-06-04 13:33:40 +08:00
Tolaria
4421378529 Merge action-points feature: interactive checklist w/ kill switch
All checks were successful
Deploy Docs / deploy (push) Successful in 14s
Brings in the interactive action-points checklist (nav badges, heading
pills, first-load totals manifest, confetti) with:
- a zensical.toml kill switch ([project.extra.action_points] enabled)
- perf fixes (store cache, in-place badge updates, pooled confetti)
- white-on-green legibility fix

Conflicts resolved below.

# Conflicts:
#	.forgejo/workflows/docs.yml
#	docs/stylesheets/extra.css
2026-06-03 23:48:33 +08:00
Tolaria
69f69be5e4 fix(action-points): correct nav badges, first-load totals, legibility
- Fix nav badge mis-targeting: scope to .md-nav--primary, skip #anchor
  (TOC) links so 'On this page' entries no longer show the page total;
  detect active-leaf sections via md-nav__item--nested instead of the
  secondary (TOC) nav, so the active page gets its own badge.
- Add build-time totals manifest (main.py -> docs/javascripts/toa-totals.json)
  so nav badges show correct totals on first load before a user has
  visited each page. Fetched once, browser-cached, zero runtime cost.
  Wired into CI before zensical build.
- Exclude fenced code blocks when counting tasks, so the Markdown
  reference doc's example checkboxes don't produce a phantom 0/3 badge.
- Force white text (#fff !important) on completed green pills/badges,
  incl. badge-inside-complete-link, to beat the nav link's green color.
- Convert prose practice/strategy steps into interactive tasklist items.
- Add action-points PRD under planning/.
2026-06-03 23:03:17 +08:00
Tolaria
06f0c739df card design 2026-06-03 22:24:49 +08:00
Tolaria
c4d21b72ea fix: repair corrupted markdown.md brackets; grounding adds wiki link to Nourishing the Body
Some checks failed
Deploy Docs / deploy (push) Failing after 24s
2026-06-03 20:47:55 +08:00
Tolaria
69119f347d feat: add wiki link support ([[page]]) via custom Python-Markdown extension
Some checks failed
Deploy Docs / deploy (push) Failing after 24s
- New package _extensions/wikilinks.py: preprocessor that converts
  [[Page Name]], [[Page|Text]], [[Page#anchor|Text]], and ![[img]]
  to standard Markdown links before parsing
- Skips wiki links inside fenced/inline code blocks
- Slugifies targets: lowercase, spaces→hyphens
- Registered as markdown extension in zensical.toml
- Updated CI workflow to pip install -e . for the _extensions package
- First usage: [[docs/contributing/index]] in markdown.md
2026-06-03 20:07:25 +08:00
Tolaria
0871b22709 refactor: rewrite homepage, rename Teachings→Strategies, move Spiritual Hygiene
- Rewrite index.md with human intro on consciousness, ascension, group origins
- Rename docs/teachings/ → docs/strategies/
- Move Spiritual Hygiene from strategies to practices
- Update all cross-references (teachings→strategies, inter-practice links)
- Update both index pages with new content and card grids
2026-06-03 19:40:40 +08:00
Tolaria
0fbe169815 update
All checks were successful
Deploy Docs / deploy (push) Successful in 23s
2026-06-03 18:29:35 +08:00
Tolaria
2eb1170992 refactor: remove all AI-generated images, use nature_bathing.jpg
- Delete all AI-generated PNGs (hero images + infographics)
- Strip <figure> references from 5 pages that had AI hero images
- Strip <figure> references from 4 pages that had AI infographics
- Grounding in Nature now uses nature_bathing.jpg (credit: Adamu)
- Remaining images are Unsplash-sourced only
2026-06-03 17:58:58 +08:00
Tolaria
4e9e16b735 feat: overlay image captions on bottom-right corner
- Captions now positioned over the image (absolute, bottom-right)
- Semi-transparent white background with subtle blur
- Smaller text (0.68rem), no emojis
- Remove markdown='1' from figure tags so img is direct child
- Merged .page-hero and .page-infographic styles
2026-06-03 17:30:24 +08:00
Tolaria
8b0a086d37 feat: add hero images and infographics to all content pages
- Add Unsplash hero images with photographer credits to 4 pages:
  collective-awakening, community-sovereignty, daily-sadhana, digital-wellness
- Add AI-generated hero images (GPT-5.4-Image-2) to 5 pages:
  finding-purpose, spiritual-hygiene, digital-sovereignty,
  nourishing-body, grounding-nature
- Add AI-generated infographics to 4 content-rich pages:
  collective-awakening (4-step circle practice + compass),
  community-sovereignty (freedom network wheel),
  spiritual-hygiene (frequency chart + rhythm),
  daily-sadhana (sadhana mandala)
- Add CSS for .page-hero, .page-infographic, and .ai-credit styling
- All images include alt text, lazy loading, and proper credits
- Created empty overrides directory for Zensical build compatibility
2026-06-03 16:45:05 +08:00
Tolaria
50c5fa340e feat: theme refinements, contributing guide, captcha, new content sections
- Enlarge header logo (3.2rem) and hide site name via extra.css
- Darken link color (#4a8262) and green-to-sage table header gradient
- Add contributing/ section with leaf captcha email reveal
- Move markdown.md to contributing/; theming.md stays root (unpublished)
- Add practices/ and teachings/ content sections
- Update zensical.toml config
2026-06-03 16:19:15 +08:00