Skip to content

Tags: relaticle/ink

Tags

v2.1.0

Toggle v2.1.0's commit message
v2.1.0 — listing SEO, schema completion, search, pagination

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: widen spatie/laravel-sitemap to support v8 (#9)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: tags taxonomy + MediaLibrary opt-in [Phase 2] (#3)

* feat: add tags taxonomy (model, factory, migration, Filament resource, archive route)

* feat: add MediaLibrary opt-in (config flag, runtime fallback) + docs

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: support laravel 13 (#1)

v1.1.0

Toggle v1.1.0's commit message
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

v1.0.1

Toggle v1.0.1's commit message
fix: detect user ID column type for author_id foreign key

v1.0.0

Toggle v1.0.0's commit message
feat: add SEO components, UI components, sitemap generator, and README