chore: create a separate waline domain

This commit is contained in:
radishzzz 2025-03-07 14:13:36 +00:00
parent cf5d9d0baf
commit 3261e78392
3 changed files with 3 additions and 6 deletions

View file

@ -55,7 +55,7 @@ export const themeConfig: ThemeConfig = {
comment: {
waline: {
// Waline server URL
serverURL: 'https://comment.radishzz.cc', // https://comment.example.com
serverURL: 'https://retypeset-comment.radishzz.cc', // https://comment.example.com
// Emoji
emoji: [
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',

View file

@ -4,6 +4,4 @@ published: 2024-01-25
tags: ["Astro", "Markdown"]
---
一款基于 <a href="https://astro.build/">Astro</a> 框架的博客主题,灵感来自 <a href="https://astro-theme-typography.vercel.app/">Typography</a>
本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。
一款基于 <a href="https://astro.build/">Astro</a> 框架的博客主题,灵感来自 <a href="https://astro-theme-typography.vercel.app/">Typography</a>。本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。

View file

@ -5,7 +5,6 @@ import Layout from '@/layouts/Layout.astro'
<Layout>
<div class="h-0.25 w-10 bg-secondary opacity-25"></div>
<div class="heti mt-4.375">
<p>一款基于 <a href="https://astro.build/">Astro</a> 框架的博客主题,灵感来自 <a href="https://astro-theme-typography.vercel.app/">Typography</a>。</p>
<p>本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。</p>
<p>一款基于 <a href="https://astro.build/">Astro</a> 框架的博客主题,灵感来自 <a href="https://astro-theme-typography.vercel.app/">Typography</a>。本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。</p>
</div>
</Layout>