mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Add prism
* add atom code theme * change nextjs config to mjs * add remark and rehype plugins
This commit is contained in:
@ -22,7 +22,9 @@ const PostCard: FC<Props> = ({ post }) => {
|
||||
)}
|
||||
>
|
||||
<div>
|
||||
<h2 className="mb-4 text-3xl font-Barlow">{post.title}</h2>
|
||||
<h2 className="mb-4 text-3xl font-semibold font-Barlow">
|
||||
{post.title}
|
||||
</h2>
|
||||
|
||||
<div className="flex items-center text-sm">
|
||||
{post.tags.map((tag) => (
|
||||
|
Reference in New Issue
Block a user