Skip to content

Commit 324a894

Browse files
committed
chore: update layout
1 parent 9bba8c6 commit 324a894

File tree

3 files changed

+35
-7
lines changed

3 files changed

+35
-7
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<template>
2+
<a href="https://paperplane.leafphp.dev" class="p-4 rounded-2xl bg-[var(--vp-c-bg-alt)] mt-5" id="widget">
3+
<img src="https://github.com/user-attachments/assets/8563834f-037f-4d3f-97ea-317f377cf28b" class="rounded-xl"
4+
alt="Paperplane" width="457" height="336">
5+
6+
<p class="mt-4 mb-2 text-xs">
7+
Build your next big idea Supafast without the hassle of setting up repetitive tasks.
8+
</p>
9+
10+
<small class="text-xs font-medium hover:underline">Learn more →</small>
11+
</a>
12+
</template>

.vitepress/theme/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ export default {
1717
return h(DefaultTheme.Layout, null, {
1818
'layout-top': () =>
1919
h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
20-
// 'aside-ads-before' : () =>
21-
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
20+
'aside-ads-before' : () =>
21+
h(defineAsyncComponent(() => import('./components/shared/Paperplane.vue'))),
22+
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
2223
});
2324
},
2425
};

src/public/sponsors.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
"url": "https://github.com/matthewjamesr",
131131
"img": "https://avatars.githubusercontent.com/u/303321?v=4"
132132
},
133+
{
134+
"name": "Joan Miquel",
135+
"url": "https://github.com/joanhey",
136+
"img": "https://avatars.githubusercontent.com/u/249085?v=4"
137+
},
133138
{
134139
"name": "Daniel Lemes",
135140
"url": "https://github.com/lemesdaniel",
@@ -140,11 +145,6 @@
140145
"url": "https://github.com/ivanvoitovych/",
141146
"img": "https://avatars.githubusercontent.com/u/9718423?v=4"
142147
},
143-
{
144-
"name": "Joan Miquel",
145-
"url": "https://github.com/joanhey",
146-
"img": "https://avatars.githubusercontent.com/u/249085?v=4"
147-
},
148148
{
149149
"name": "Ademílson F. Tonato",
150150
"url": "https://github.com/ftonato",
@@ -170,6 +170,11 @@
170170
"url": "https://github.com/sptaule",
171171
"img": "https://avatars.githubusercontent.com/u/5262097?v=4"
172172
},
173+
{
174+
"name": "patrickvuarnoz",
175+
"url": "https://github.com/patrickvuarnoz",
176+
"img": "https://avatars.githubusercontent.com/u/13888122?v=4"
177+
},
173178
{
174179
"name": "Tobias Herber",
175180
"url": "https://github.com/herber",
@@ -300,6 +305,11 @@
300305
"url": "https://github.com/tedtop",
301306
"img": "https://avatars.githubusercontent.com/u/5151307?v=4"
302307
},
308+
{
309+
"name": "Szymon Rączka",
310+
"url": "https://github.com/screenfluent",
311+
"img": "https://avatars.githubusercontent.com/u/116732045?v=4"
312+
},
303313
{
304314
"name": "Dreamer0x01",
305315
"url": "https://github.com/Dreamer0x01",
@@ -340,6 +350,11 @@
340350
"url": "https://github.com/jeis4n",
341351
"img": "https://avatars.githubusercontent.com/u/112980298?v=4"
342352
},
353+
{
354+
"name": "Etom Usang",
355+
"url": "https://github.com/Laivee",
356+
"img": "https://avatars.githubusercontent.com/u/22199565?v=4"
357+
},
343358
{
344359
"name": "induwara16",
345360
"url": "https://github.com/induwara16",

0 commit comments

Comments
 (0)