Skip to content

Commit

Permalink
docs: Kirby 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 11, 2024
1 parent 6c62031 commit a363cc2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions content/changelog/v1.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: v1.8.0
date: 2024-09-11
---

**🚀 Features**

- Added support for the upcoming Kirby 5 release.
5 changes: 3 additions & 2 deletions content/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ description: Analyze your pages, improve your content, and boost your rankings.
navigation: false
hero:
headline:
label: Composer support landed!
label: "New: Kirby 5 Support"
to: /docs/get-started
icon: i-logos-composer
icon: i-logos-kirby-icon
iconClass: dark:invert
orientation: horizontal
title: '<span class="text-primary">SEO Analysis</span><br> With One Click'
description: Kirby SEO Audit offers the power of Yoast SEO in a Kirby Panel section. Improve your content and boost your rankings by checking your pages for SEO issues.
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default defineNuxtConfig({
compatibilityDate: "2024-04-03",
extends: ["@nuxt/ui-pro"],

modules: [
Expand Down
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ useSeoMeta({
v-if="page.hero.headline.icon"
:name="page.hero.headline.icon"
class="pointer-events-none h-4 w-4"
:class="page.hero.headline.iconClass"
/>
{{ page.hero.headline.label }}
</span>
Expand Down

0 comments on commit a363cc2

Please sign in to comment.