Skip to content

Commit ebe3cd8

Browse files
committed
chore: update
1 parent 9464558 commit ebe3cd8

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/app/assets/css/devframe.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,10 @@
118118
border-color: color-mix(in oklab, var(--ui-primary) 50%, transparent);
119119
outline: none;
120120
}
121+
122+
.prose-date {
123+
font-size: 0.875rem;
124+
color: var(--ui-text-muted);
125+
margin-bottom: 1rem;
126+
margin-top: -3rem;
127+
}

docs/app/components/global/PostAuthor.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ withDefaults(defineProps<{
1515
:href="href"
1616
target="_blank"
1717
rel="noopener noreferrer"
18-
style="margin-top: -5rem;"
1918
class="not-prose mb-6 inline-flex items-center gap-3 rounded-lg text-inherit no-underline transition-opacity hover:opacity-80"
2019
>
2120
<img

docs/content/9.posts/1.pluggable-extensible-playful-devtools.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
title: Pluggable, Extensible, and Playful DevTools
3-
date: 2026-08-30T00:00:00Z
3+
date: 2026-09-16T00:00:00Z
44
lang: en
55
duration: 15min
66
description: 'Introduction to Devframe, a framework for building pluggable, extensible, and playful DevTools.'
77
author: Anthony Fu
88
---
99

10+
September 16, 2026{.prose-date}
11+
1012
::post-author{author="Anthony Fu" handle="@antfu" href="https://github.com/antfu"}
1113
::
1214

0 commit comments

Comments
 (0)