REMOVE: RichText

Removed all traces of RichText implementation in Favor of NuxtContent
This commit is contained in:
webfussel 2025-06-10 07:48:21 +02:00
parent 73f09ad76e
commit 4e953392fc
23 changed files with 38 additions and 412 deletions

View file

@ -1,7 +1,7 @@
<template>
<section id="skills" class="Skills content">
<h2>Meine Expertise.</h2>
<h3>Dies sind meine <span class="highlight">Spezialgebiete</span> - aber ich bin flexibel!</h3>
<h3>Dies sind meine <Highlight>Spezialgebiete</Highlight> - aber ich bin flexibel!</h3>
<div class="skill-list margin-top gap-default">
<Card v-for="skill in skills" :title="skill.title" titleTag="h3">
<p v-for="(t, i) in skill.text" :class="[i === skill.text.length - 1 && 'bold']">{{t}}</p>