Tags: relaticle/ink
Tags
fix(docs): repoint GitHub Pages build to relaticle/ink (#11) The deployed site at https://relaticle.github.io/ink/ was serving HTML with asset paths hardcoded to /filament-blog/* (the old repo name), causing every CSS and JS file to 404. - deploy-docs.yml: NUXT_APP_BASE_URL /filament-blog/ -> /ink/ - deploy-docs.yml: NUXT_SITE_URL manukminasyan -> relaticle - nuxt.config.ts: site.name 'Filament Blog' -> 'Ink' - docs/content/*, app.config.ts: remaining 'Filament Blog' brand strings This commit was originally part of PR #10 but the squash-merge happened before the second commit landed. Hotfixing on top.
feat: opt-in public routes (drop-in for Tapix/FilaForms blog) [Phase … …1] (#2) * docs: add Phase 1 implementation plan * test: add Pest + Testbench scaffolding and Pint config * ci: add tests + lint workflow * feat(config): add features array, layout, tables sections * test: add public route failing tests + fixtures (factories, layout, seo stub) * feat: add public blog routes and index page (config-gated) * feat: add show, category, signed preview routes + Post::readingTime/relatedPosts * feat: add RSS feed route gated by features.feed (controller-level abort) * feat(admin): add bulk publish/unpublish/schedule actions * test: add Post model tests for readingTime + relatedPosts * docs: README — document public-routes mode and Phase 1 features * style: pint
docs: add Nuxt/Docus documentation site with full guides - Installation and frontend setup guides - Blade components reference (SEO + UI) - Filament admin documentation - MCP tools reference (13 tools) - Configuration reference - GitHub Actions deploy workflow for GitHub Pages - Updated README with docs links - Added CHANGELOG