Commit Graph

6 Commits

Author SHA1 Message Date
Davide Scaini d144a36fcd Fix data-auth-pending attribute: use proper Astro conditional attribute syntax 2026-05-02 23:38:28 +02:00
Davide Scaini 88a6462cbe Hide nav links on public pages 2026-05-02 23:28:23 +02:00
Davide Scaini 04f001d5f0 Hide nav links on login page 2026-05-02 23:26:55 +02:00
Davide Scaini ec79c5502c Fix auth flash and add logout/handle to nav 2026-05-02 23:24:02 +02:00
Davide Scaini 19bd56009a Bincio design system: auth wall, login page, Grand Tours palette, PageEditor, _docs reorg 2026-05-01 21:55:45 +02:00
brutsalvadi e1e3b0a85b Upgrade to Astro 5, apply bincio design system, fix mdast-util-from-markdown v2 compat
- Bump astro@5, @astrojs/mdx@4, @astrojs/rss@4, @astrojs/sitemap@3
- Add @astrojs/tailwind, @astrojs/svelte, tailwindcss, svelte
- Add patch-package + patches for mdast-util-wikirefs and mdast-util-caml
  to fix getData/setData → this.data.key and this.exit() return value for
  mdast-util-from-markdown v2 API compatibility
- Fix wikirefs.ts resolveEmbedContent signature for new 3-arg call
- Fix backrefs.ts: guard wikirefs.scan() against non-iterable return
- Add Base.astro layout with bincio dark/light theme tokens, nav, Inter font
- Replace global.css with bincio CSS variables + wiki-specific prose styles
- Update Entry.astro, BlogPost.astro, index.astro, map.astro, blog/index.astro
  to use Base.astro layout with Tailwind utility classes
- Add tailwind.config.mjs (Inter + JetBrains Mono, zinc palette)
- Update SITE_TITLE to BincioWiki, site URL to wiki.bincio.com
2026-04-22 22:54:42 +02:00