mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 12:09:29 +08:00
Compare commits
2 commits
6b9f76c2f4
...
bf1cf00372
Author | SHA1 | Date | |
---|---|---|---|
|
bf1cf00372 | ||
|
e4c443f5de |
3 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@
|
||||||
<input type="hidden" name="target" value={site.protocol + site.domain + post.path} />
|
<input type="hidden" name="target" value={site.protocol + site.domain + post.path} />
|
||||||
<div class="label gap-4">
|
<div class="label gap-4">
|
||||||
<span class="label-text">send webmentions here:</span>
|
<span class="label-text">send webmentions here:</span>
|
||||||
{#if config?.commentParade === true}
|
<!-- {#if config?.commentParade === true}
|
||||||
<span class="label-text-alt text-right">
|
<span class="label-text-alt text-right">
|
||||||
or <a
|
or <a
|
||||||
class="hover:!text-primary"
|
class="hover:!text-primary"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
comment anonymously
|
comment anonymously
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if} -->
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
|
|
|
@ -57,7 +57,7 @@ export const friends: Friend[] = [
|
||||||
rel: 'friend',
|
rel: 'friend',
|
||||||
name: '夏诤',
|
name: '夏诤',
|
||||||
title: 'SummberBlue',
|
title: 'SummberBlue',
|
||||||
link: 'https://blog.summerblue.space/',
|
link: 'https://blog.summerrrrrr.blue',
|
||||||
descr: '早睡早起身体好'
|
descr: '早睡早起身体好'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,14 +5,14 @@ export const post: PostConfig = {
|
||||||
post: ['mastodon']
|
post: ['mastodon']
|
||||||
},
|
},
|
||||||
comment: {
|
comment: {
|
||||||
use: ['Webmention', 'Giscus', 'Remark42'],
|
use: ['Remark42','Webmention', 'Giscus'],
|
||||||
style: 'boxed',
|
style: 'boxed',
|
||||||
webmention: {
|
webmention: {
|
||||||
username: 'seviche.cc',
|
username: 'seviche.cc',
|
||||||
sortBy: 'created',
|
sortBy: 'created',
|
||||||
sortDir: 'down',
|
sortDir: 'down',
|
||||||
form: true,
|
form: true,
|
||||||
commentParade: true
|
commentParade: false
|
||||||
},
|
},
|
||||||
giscus: {
|
giscus: {
|
||||||
// src: 'https://giscus.kwaa.dev/client.js',
|
// src: 'https://giscus.kwaa.dev/client.js',
|
||||||
|
|
Loading…
Reference in a new issue