@@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="px-5 font-ibmmono mb-5">
|
<div class="px-10 font-ibmmono mb-6 text-slate-700">
|
||||||
<h4 class="font-semibold text-slate-800 text-xl antialiased p-2">
|
<h4 class="font-semibold text-xl antialiased">Typescript</h4>
|
||||||
Typescript
|
|
||||||
</h4>
|
|
||||||
<div class="px-10">
|
<div class="px-10">
|
||||||
<archive-post-card v-for="n in 5" :key="n" />
|
<archive-post-card v-for="n in 5" :key="n" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,11 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="font-ibmmono">
|
<div class="font-ibmmono group mb-2 group">
|
||||||
<nuxt-link class="flex items-baseline space-x-3 space-y-2" to="/">
|
<div class="flex items-center space-x-3 space-y-2">
|
||||||
<icon name="arcticons:blogger" />
|
<icon name="ant-design:arrow-right-outlined" />
|
||||||
<h4 class="text-blue-600 hover:underline">
|
<div>
|
||||||
<span class="mr-4 text-slate-600">22-10-2020</span> This is a archive
|
<nuxt-link
|
||||||
post link
|
to="/"
|
||||||
</h4>
|
class="group-hover:underline group-hover:text-sky-500"
|
||||||
|
>
|
||||||
|
This is a archive post link
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
|
<div class="flex italic text-sm items-center space-x-2">
|
||||||
|
<icon name="material-symbols:calendar-month" />
|
||||||
|
<p class="text-xs">22 Jan 2022</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const { data } = await useAsyncData("home", () => queryContent("/").find());
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container mx-auto max-w-6xl font-ibmmono antialiased">
|
<div class="container mx-auto max-w-6xl font-ibmmono antialiased">
|
||||||
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
|
<h1 class="font-semibold text-3xl mt-10 mb-5 py-3 mx-5 text-slate-800">
|
||||||
ALL CONTENTS
|
ALL CONTENTS
|
||||||
</h1>
|
</h1>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user