--- import BlogCard from '@/components/BlogCard.astro' import Link from '@/components/Link.astro' import PageHead from '@/components/PageHead.astro' import { buttonVariants } from '@/components/ui/button' import { SITE } from '@/consts' import Layout from '@/layouts/Layout.astro' import { getRecentPosts } from '@/lib/data-utils' const blog = await getRecentPosts(SITE.featuredPostCount) ---

溴化锂

LiBr

nameless cybersecurity researcher. always studying.
More about me here.

Latest posts

    { blog.map((post) => (
  • )) }
See all posts