Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
408118a1e8 | |||
6a45bb21c3 | |||
5d4e9aa949 | |||
c87b98c2af | |||
5a13c38a6d | |||
67f60ab307 | |||
08c278578d | |||
0e01fb5fc3 | |||
d44dc7e00d | |||
82ee3a538b | |||
380cf0de69 |
BIN
assets/about/drive.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
assets/about/post.png
Normal file
After Width: | Height: | Size: 344 KiB |
BIN
assets/about/reaction.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
assets/about/ui.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
assets/ai-orig.png
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
assets/ai.png
Normal file
After Width: | Height: | Size: 243 KiB |
@ -109,6 +109,7 @@ Restart=always
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
CentOSで1024以下のポートを使用してMisskeyを使用する場合は`ExecStart=/usr/bin/sudo /usr/bin/npm start`に変更する必要があります。
|
||||||
|
|
||||||
3. `systemctl daemon-reload ; systemctl enable misskey` systemdを再読み込みしmisskeyサービスを有効化
|
3. `systemctl daemon-reload ; systemctl enable misskey` systemdを再読み込みしmisskeyサービスを有効化
|
||||||
4. `systemctl start misskey` misskeyサービスの起動
|
4. `systemctl start misskey` misskeyサービスの起動
|
||||||
|
@ -6,6 +6,19 @@ common:
|
|||||||
misskey: "A ⭐ of fediverse"
|
misskey: "A ⭐ of fediverse"
|
||||||
about-title: "A ⭐ of fediverse."
|
about-title: "A ⭐ of fediverse."
|
||||||
about: "Misskeyを見つけていただき、ありがとうございます。Misskeyは、地球で生まれた<b>分散マイクロブログSNS</b>です。Fediverse(様々なSNSで構成される宇宙)の中に存在するため、他のSNSと相互に繋がっています。暫し都会の喧騒から離れて、新しいインターネットにダイブしてみませんか。"
|
about: "Misskeyを見つけていただき、ありがとうございます。Misskeyは、地球で生まれた<b>分散マイクロブログSNS</b>です。Fediverse(様々なSNSで構成される宇宙)の中に存在するため、他のSNSと相互に繋がっています。暫し都会の喧騒から離れて、新しいインターネットにダイブしてみませんか。"
|
||||||
|
intro:
|
||||||
|
title: "Misskeyって?"
|
||||||
|
about: "Misskeyはオープンソースの<b>分散型マイクロブログSNS</b>です。リッチで高度にカスタマイズできるUI、投稿へのリアクション、ファイルを一元管理できるドライブなど、先進的な機能を揃えています。また、Fediverseと呼ばれるネットワークに接続できるため、他のSNSともやり取りできます。例えば、あなたが何か投稿すると、その投稿はMisskeyだけでなく他のSNSにも伝わります。ちょうどある惑星から他の惑星に電波を発信している様子をイメージしてください。"
|
||||||
|
features: "特徴"
|
||||||
|
rich-contents: "投稿"
|
||||||
|
rich-contents-desc: "自分の考え、話題の出来事、皆と共有したいことについて発信してください。必要であれば、様々な構文を使って投稿を装飾したり、好きな画像、動画などのファイルやアンケートを添付することもできます。"
|
||||||
|
reaction: "リアクション"
|
||||||
|
reaction-desc: "あなたの気持ちを伝える最も簡単な方法です。Misskeyは、他のユーザーの投稿に様々なリアクションを付けることができます。いちどMisskeyのリアクション機能を体験してしまうと、もう「いいね」の概念しか存在しないSNSには戻れなくなるかもしれません。"
|
||||||
|
ui: "インターフェース"
|
||||||
|
ui-desc: "どのようなUIが使いやすいかは人それぞれです。だから、Misskeyは自由度の高いUIを持っています。レイアウトやデザインを調整したり、カスタマイズ可能な様々なウィジェットを配置したりして、自分だけのホームを作ってください。"
|
||||||
|
drive: "ドライブ"
|
||||||
|
drive-desc: "以前投稿したことのある画像をまた投稿したくなったことはありませんか?もしくは、アップロードしたファイルをフォルダ分けして整理したくなったことはありませんか?Misskeyの根幹に組み込まれたドライブ機能によってそれらが解決します。ファイルの共有も簡単です。"
|
||||||
|
outro: "他にもMisskeyにしかない機能はまだまだあるので、ぜひあなた自身の目で確かめてください。Misskeyは分散型SNSなので、このインスタンスが気に入らなければ他のインスタンスを試すこともできます。それでは、GLHF!"
|
||||||
adblock:
|
adblock:
|
||||||
detected: "広告ブロッカーを無効にしてください"
|
detected: "広告ブロッカーを無効にしてください"
|
||||||
warning: "<strong>Misskeyは広告を掲載していません</strong>が、広告をブロックする機能が有効だと一部の機能が利用できなかったり、不具合が発生する場合があります。"
|
warning: "<strong>Misskeyは広告を掲載していません</strong>が、広告をブロックする機能が有効だと一部の機能が利用できなかったり、不具合が発生する場合があります。"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "8.31.0",
|
"version": "8.33.0",
|
||||||
"clientVersion": "1.0.9486",
|
"clientVersion": "1.0.9497",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<span class="mk-reaction-icon">
|
<span class="mk-reaction-icon">
|
||||||
<img v-if="reaction == 'like'" src="/assets/reactions/like.png" alt="%i18n:common.reactions.like%">
|
<img v-if="reaction == 'like'" src="https://twemoji.maxcdn.com/2/svg/1f44d.svg" alt="%i18n:common.reactions.like%">
|
||||||
<img v-if="reaction == 'love'" src="/assets/reactions/love.png" alt="%i18n:common.reactions.love%">
|
<img v-if="reaction == 'love'" src="https://twemoji.maxcdn.com/2/svg/2764.svg" alt="%i18n:common.reactions.love%">
|
||||||
<img v-if="reaction == 'laugh'" src="/assets/reactions/laugh.png" alt="%i18n:common.reactions.laugh%">
|
<img v-if="reaction == 'laugh'" src="https://twemoji.maxcdn.com/2/svg/1f606.svg" alt="%i18n:common.reactions.laugh%">
|
||||||
<img v-if="reaction == 'hmm'" src="/assets/reactions/hmm.png" alt="%i18n:common.reactions.hmm%">
|
<img v-if="reaction == 'hmm'" src="https://twemoji.maxcdn.com/2/svg/1f914.svg" alt="%i18n:common.reactions.hmm%">
|
||||||
<img v-if="reaction == 'surprise'" src="/assets/reactions/surprise.png" alt="%i18n:common.reactions.surprise%">
|
<img v-if="reaction == 'surprise'" src="https://twemoji.maxcdn.com/2/svg/1f62e.svg" alt="%i18n:common.reactions.surprise%">
|
||||||
<img v-if="reaction == 'congrats'" src="/assets/reactions/congrats.png" alt="%i18n:common.reactions.congrats%">
|
<img v-if="reaction == 'congrats'" src="https://twemoji.maxcdn.com/2/svg/1f389.svg" alt="%i18n:common.reactions.congrats%">
|
||||||
<img v-if="reaction == 'angry'" src="/assets/reactions/angry.png" alt="%i18n:common.reactions.angry%">
|
<img v-if="reaction == 'angry'" src="https://twemoji.maxcdn.com/2/svg/1f4a2.svg" alt="%i18n:common.reactions.angry%">
|
||||||
<img v-if="reaction == 'confused'" src="/assets/reactions/confused.png" alt="%i18n:common.reactions.confused%">
|
<img v-if="reaction == 'confused'" src="https://twemoji.maxcdn.com/2/svg/1f625.svg" alt="%i18n:common.reactions.confused%">
|
||||||
<img v-if="reaction == 'rip'" src="/assets/reactions/rip.png" alt="%i18n:common.reactions.rip%">
|
<img v-if="reaction == 'rip'" src="https://twemoji.maxcdn.com/2/svg/1f607.svg" alt="%i18n:common.reactions.rip%">
|
||||||
<template v-if="reaction == 'pudding'">
|
<template v-if="reaction == 'pudding'">
|
||||||
<img v-if="$store.getters.isSignedIn && $store.state.settings.iLikeSushi" src="/assets/reactions/sushi.png" alt="%i18n:common.reactions.pudding%">
|
<img v-if="$store.getters.isSignedIn && $store.state.settings.iLikeSushi" src="https://twemoji.maxcdn.com/2/svg/1f363.svg" alt="%i18n:common.reactions.pudding%">
|
||||||
<img v-else src="/assets/reactions/pudding.png" alt="%i18n:common.reactions.pudding%">
|
<img v-else src="https://twemoji.maxcdn.com/2/svg/1f36e.svg" alt="%i18n:common.reactions.pudding%">
|
||||||
</template>
|
</template>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
@ -85,6 +85,7 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
document.title = (this as any).os.instanceName;
|
||||||
document.documentElement.style.overflow = 'hidden';
|
document.documentElement.style.overflow = 'hidden';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
<mk-forkit class="forkit"/>
|
<mk-forkit class="forkit"/>
|
||||||
|
|
||||||
|
<main>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="main block">
|
<div class="main block">
|
||||||
<div>
|
<div>
|
||||||
@ -21,7 +22,10 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="desc" v-html="description || '%i18n:common.about%'"></p>
|
<div class="desc">
|
||||||
|
<span class="desc" v-html="description || '%i18n:common.about%'"></span>
|
||||||
|
<a class="about" @click="about">%i18n:@about%</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p class="sign">
|
<p class="sign">
|
||||||
<span class="signup" @click="signup">%i18n:@signup%</span>
|
<span class="signup" @click="signup">%i18n:@signup%</span>
|
||||||
@ -29,7 +33,7 @@
|
|||||||
<span class="signin" @click="signin">%i18n:@signin%</span>
|
<span class="signin" @click="signin">%i18n:@signin%</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="/assets/pointer.png" alt="" class="char">
|
<img src="/assets/ai.png" alt="" title="藍" class="char">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -87,6 +91,46 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<modal name="about" :class="$store.state.device.darkmode ? ['about', 'modal-dark'] : ['about', 'modal-light']" width="800px" height="auto" scrollable>
|
||||||
|
<article class="fpdezooorhntlzyeszemrsqdlgbysvxq">
|
||||||
|
<h1>%i18n:common.intro.title%</h1>
|
||||||
|
<p v-html="'%i18n:common.intro.about%'"></p>
|
||||||
|
<section>
|
||||||
|
<h2>%i18n:common.intro.features%</h2>
|
||||||
|
<section>
|
||||||
|
<div class="body">
|
||||||
|
<h3>%i18n:common.intro.rich-contents%</h3>
|
||||||
|
<p v-html="'%i18n:common.intro.rich-contents-desc%'"></p>
|
||||||
|
</div>
|
||||||
|
<div class="image"><img src="/assets/about/post.png" alt=""></div>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<div class="body">
|
||||||
|
<h3>%i18n:common.intro.reaction%</h3>
|
||||||
|
<p v-html="'%i18n:common.intro.reaction-desc%'"></p>
|
||||||
|
</div>
|
||||||
|
<div class="image"><img src="/assets/about/reaction.png" alt=""></div>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<div class="body">
|
||||||
|
<h3>%i18n:common.intro.ui%</h3>
|
||||||
|
<p v-html="'%i18n:common.intro.ui-desc%'"></p>
|
||||||
|
</div>
|
||||||
|
<div class="image"><img src="/assets/about/ui.png" alt=""></div>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<div class="body">
|
||||||
|
<h3>%i18n:common.intro.drive%</h3>
|
||||||
|
<p v-html="'%i18n:common.intro.drive-desc%'"></p>
|
||||||
|
</div>
|
||||||
|
<div class="image"><img src="/assets/about/drive.png" alt=""></div>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
<p v-html="'%i18n:common.intro.outro%'"></p>
|
||||||
|
</article>
|
||||||
|
</modal>
|
||||||
|
|
||||||
<modal name="signup" :class="$store.state.device.darkmode ? 'modal-dark' : 'modal-light'" width="450px" height="auto" scrollable>
|
<modal name="signup" :class="$store.state.device.darkmode ? 'modal-dark' : 'modal-light'" width="450px" height="auto" scrollable>
|
||||||
<header class="formHeader">%i18n:@signup%</header>
|
<header class="formHeader">%i18n:@signup%</header>
|
||||||
@ -147,6 +191,10 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
about() {
|
||||||
|
this.$modal.show('about');
|
||||||
|
},
|
||||||
|
|
||||||
signup() {
|
signup() {
|
||||||
this.$modal.show('signup');
|
this.$modal.show('signup');
|
||||||
},
|
},
|
||||||
@ -199,6 +247,54 @@ export default Vue.extend({
|
|||||||
margin 0 48px
|
margin 0 48px
|
||||||
font-size 1.5em
|
font-size 1.5em
|
||||||
|
|
||||||
|
.v--modal-overlay.about
|
||||||
|
.v--modal-box.v--modal
|
||||||
|
margin 32px 0
|
||||||
|
|
||||||
|
.fpdezooorhntlzyeszemrsqdlgbysvxq
|
||||||
|
padding 64px
|
||||||
|
|
||||||
|
> p:last-child
|
||||||
|
margin-bottom 0
|
||||||
|
|
||||||
|
> h1
|
||||||
|
margin-top 0
|
||||||
|
|
||||||
|
> section
|
||||||
|
> h2
|
||||||
|
border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05)
|
||||||
|
|
||||||
|
> section
|
||||||
|
display grid
|
||||||
|
grid-template-rows 1fr
|
||||||
|
grid-template-columns 180px 1fr
|
||||||
|
gap 32px
|
||||||
|
margin-bottom 32px
|
||||||
|
padding-bottom 32px
|
||||||
|
border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05)
|
||||||
|
|
||||||
|
&:nth-child(odd)
|
||||||
|
grid-template-columns 1fr 180px
|
||||||
|
|
||||||
|
> .body
|
||||||
|
grid-column 1
|
||||||
|
|
||||||
|
> .image
|
||||||
|
grid-column 2
|
||||||
|
|
||||||
|
> .body
|
||||||
|
grid-row 1
|
||||||
|
grid-column 2
|
||||||
|
|
||||||
|
> .image
|
||||||
|
grid-row 1
|
||||||
|
grid-column 1
|
||||||
|
|
||||||
|
> img
|
||||||
|
display block
|
||||||
|
width 100%
|
||||||
|
height 100%
|
||||||
|
object-fit cover
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@ -226,16 +322,11 @@ root(isDark)
|
|||||||
font-size 18px
|
font-size 18px
|
||||||
color isDark ? #fff : #444
|
color isDark ? #fff : #444
|
||||||
|
|
||||||
> .body
|
> main
|
||||||
display grid
|
|
||||||
grid-template-rows 1fr 1fr 256px 64px
|
|
||||||
grid-template-columns 1fr 1fr 350px
|
|
||||||
gap 16px
|
|
||||||
width 100%
|
|
||||||
max-width 1200px
|
|
||||||
height 1200px
|
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
padding 64px
|
padding 64px
|
||||||
|
width 100%
|
||||||
|
max-width 1200px
|
||||||
|
|
||||||
.block
|
.block
|
||||||
color isDark ? #fff : #444
|
color isDark ? #fff : #444
|
||||||
@ -259,6 +350,13 @@ root(isDark)
|
|||||||
> div
|
> div
|
||||||
overflow auto
|
overflow auto
|
||||||
|
|
||||||
|
> .body
|
||||||
|
display grid
|
||||||
|
grid-template-rows 390px 1fr 256px 64px
|
||||||
|
grid-template-columns 1fr 1fr 350px
|
||||||
|
gap 16px
|
||||||
|
height 1150px
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
grid-row 1
|
grid-row 1
|
||||||
grid-column 1 / 3
|
grid-column 1 / 3
|
||||||
@ -288,8 +386,12 @@ root(isDark)
|
|||||||
> *
|
> *
|
||||||
margin-right 16px
|
margin-right 16px
|
||||||
|
|
||||||
|
> .desc
|
||||||
|
max-width calc(100% - 150px)
|
||||||
|
|
||||||
> .sign
|
> .sign
|
||||||
font-size 120%
|
font-size 120%
|
||||||
|
margin-bottom 0
|
||||||
|
|
||||||
> .divider
|
> .divider
|
||||||
margin 0 16px
|
margin 0 16px
|
||||||
@ -305,9 +407,9 @@ root(isDark)
|
|||||||
display block
|
display block
|
||||||
position absolute
|
position absolute
|
||||||
right 16px
|
right 16px
|
||||||
bottom 16px
|
bottom 0
|
||||||
width 180px
|
height 320px
|
||||||
opacity 0.3
|
opacity 0.7
|
||||||
|
|
||||||
> *:not(.char)
|
> *:not(.char)
|
||||||
z-index 1
|
z-index 1
|
||||||
|
@ -30,6 +30,34 @@
|
|||||||
<div v-html="announcement.text"></div>
|
<div v-html="announcement.text"></div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
<article class="about-misskey">
|
||||||
|
<h1>%i18n:common.intro.title%</h1>
|
||||||
|
<p v-html="'%i18n:common.intro.about%'"></p>
|
||||||
|
<section>
|
||||||
|
<h2>%i18n:common.intro.features%</h2>
|
||||||
|
<section>
|
||||||
|
<h3>%i18n:common.intro.rich-contents%</h3>
|
||||||
|
<div class="image"><img src="/assets/about/post.png" alt=""></div>
|
||||||
|
<p v-html="'%i18n:common.intro.rich-contents-desc%'"></p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h3>%i18n:common.intro.reaction%</h3>
|
||||||
|
<div class="image"><img src="/assets/about/reaction.png" alt=""></div>
|
||||||
|
<p v-html="'%i18n:common.intro.reaction-desc%'"></p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h3>%i18n:common.intro.ui%</h3>
|
||||||
|
<div class="image"><img src="/assets/about/ui.png" alt=""></div>
|
||||||
|
<p v-html="'%i18n:common.intro.ui-desc%'"></p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h3>%i18n:common.intro.drive%</h3>
|
||||||
|
<div class="image"><img src="/assets/about/drive.png" alt=""></div>
|
||||||
|
<p v-html="'%i18n:common.intro.drive-desc%'"></p>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
<p v-html="'%i18n:common.intro.outro%'"></p>
|
||||||
|
</article>
|
||||||
<div class="info" v-if="meta">
|
<div class="info" v-if="meta">
|
||||||
<p>Version: <b>{{ meta.version }}</b></p>
|
<p>Version: <b>{{ meta.version }}</b></p>
|
||||||
<p>Maintainer: <b><a :href="meta.maintainer.url" target="_blank">{{ meta.maintainer.name }}</a></b></p>
|
<p>Maintainer: <b><a :href="meta.maintainer.url" target="_blank">{{ meta.maintainer.name }}</a></b></p>
|
||||||
@ -206,6 +234,46 @@ root(isDark)
|
|||||||
> .title
|
> .title
|
||||||
font-weight bold
|
font-weight bold
|
||||||
|
|
||||||
|
> .about-misskey
|
||||||
|
margin 16px 0
|
||||||
|
padding 32px
|
||||||
|
font-size 14px
|
||||||
|
background #fff
|
||||||
|
border-radius 6px
|
||||||
|
overflow hidden
|
||||||
|
color #3a3e46
|
||||||
|
|
||||||
|
> h1
|
||||||
|
margin 0
|
||||||
|
|
||||||
|
& + p
|
||||||
|
margin-top 8px
|
||||||
|
|
||||||
|
> p:last-child
|
||||||
|
margin-bottom 0
|
||||||
|
|
||||||
|
> section
|
||||||
|
> h2
|
||||||
|
border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05)
|
||||||
|
|
||||||
|
> section
|
||||||
|
margin-bottom 16px
|
||||||
|
padding-bottom 16px
|
||||||
|
border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05)
|
||||||
|
|
||||||
|
> h3
|
||||||
|
margin-bottom 8px
|
||||||
|
|
||||||
|
> p
|
||||||
|
margin-bottom 0
|
||||||
|
|
||||||
|
> .image
|
||||||
|
> img
|
||||||
|
display block
|
||||||
|
width 100%
|
||||||
|
height 120px
|
||||||
|
object-fit cover
|
||||||
|
|
||||||
> .info
|
> .info
|
||||||
padding 16px 0
|
padding 16px 0
|
||||||
border solid 2px #ddd
|
border solid 2px #ddd
|
||||||
|
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 8.4 KiB |
@ -6,7 +6,7 @@ block vars
|
|||||||
- const url = `${config.url}/notes/${note.id}`;
|
- const url = `${config.url}/notes/${note.id}`;
|
||||||
|
|
||||||
block title
|
block title
|
||||||
= `${title} | Misskey`
|
= `${title} | ${config.name}`
|
||||||
|
|
||||||
block desc
|
block desc
|
||||||
meta(name='description' content= summary)
|
meta(name='description' content= summary)
|
||||||
|
@ -6,7 +6,7 @@ block vars
|
|||||||
- const img = user.avatarId ? `${config.drive_url}/${user.avatarId}` : null;
|
- const img = user.avatarId ? `${config.drive_url}/${user.avatarId}` : null;
|
||||||
|
|
||||||
block title
|
block title
|
||||||
= `${title} | Misskey`
|
= `${title} | ${config.name}`
|
||||||
|
|
||||||
block desc
|
block desc
|
||||||
meta(name='description' content= user.description)
|
meta(name='description' content= user.description)
|
||||||
|