mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: create a separate waline domain
This commit is contained in:
parent
cf5d9d0baf
commit
3261e78392
3 changed files with 3 additions and 6 deletions
|
@ -55,7 +55,7 @@ export const themeConfig: ThemeConfig = {
|
||||||
comment: {
|
comment: {
|
||||||
waline: {
|
waline: {
|
||||||
// Waline server URL
|
// Waline server URL
|
||||||
serverURL: 'https://comment.radishzz.cc', // https://comment.example.com
|
serverURL: 'https://retypeset-comment.radishzz.cc', // https://comment.example.com
|
||||||
// Emoji
|
// Emoji
|
||||||
emoji: [
|
emoji: [
|
||||||
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',
|
'https://unpkg.com/@waline/emojis@1.2.0/tw-emoji',
|
||||||
|
|
|
@ -4,6 +4,4 @@ published: 2024-01-25
|
||||||
tags: ["Astro", "Markdown"]
|
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>。本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。
|
||||||
|
|
||||||
本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ import Layout from '@/layouts/Layout.astro'
|
||||||
<Layout>
|
<Layout>
|
||||||
<div class="h-0.25 w-10 bg-secondary opacity-25"></div>
|
<div class="h-0.25 w-10 bg-secondary opacity-25"></div>
|
||||||
<div class="heti mt-4.375">
|
<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>一款基于 <a href="https://astro.build/">Astro</a> 框架的博客主题,灵感来自 <a href="https://astro-theme-typography.vercel.app/">Typography</a>。本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。</p>
|
||||||
<p>本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。</p>
|
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue