リポジトリ変更
This commit is contained in:
parent
74d2572234
commit
da20b16b4a
4 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,7 @@ PUBLIC_HOSTNAME = 'moris.day'
|
|||
|
||||
# Post
|
||||
POST_DIR = '/home/user/BlogPosts'
|
||||
PUBLIC_POST_REPO = 'https://github.com/moris/Posts'
|
||||
PUBLIC_POST_REPO = 'https://git.moris.day/moris/articles'
|
||||
|
||||
# Base Path
|
||||
PUBLIC_BASEPATH = '/blog'
|
|
@ -7,9 +7,8 @@
|
|||
# install bun
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
git clone https://git.moris.day/moris/day.moris.blog.git
|
||||
|
||||
cd day.moris.blog
|
||||
git clone https://git.moris.day/moris/blog.git
|
||||
cd blog
|
||||
|
||||
bun install
|
||||
bun run dev --open
|
||||
|
|
|
@ -41,4 +41,4 @@ Issueとかで?
|
|||
このブログのコンテンツ(文章、画像など)はクリエイティブ・コモンズ・ライセンス [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)の下で商用利用を含め、共有、改変などを行うことができます。
|
||||
|
||||
このブログのソースコードはオープンソース [MIT License](https://opensource.org/license/mit)として公開されています。
|
||||
Repository: https://git.moris.day/moris/day.moris.blog.git
|
||||
Repository: https://git.moris.day/moris/blog
|
|
@ -20,7 +20,7 @@
|
|||
<dl>
|
||||
<dt>Links</dt>
|
||||
<dd><a target="_blank" href="https://mi.moris.day/@moris">Misskey</a></dd>
|
||||
<dd><a target="_blank" href="https://git.moris.day/moris">Gitea</a></dd>
|
||||
<dd><a target="_blank" href="https://git.moris.day/moris">Forgejo</a></dd>
|
||||
<dd><a target="_blank" href="https://github.com/cocoyayann">Github</a></dd>
|
||||
<dd><a target="_blank" href="https://twitter.com/cocoyayan">Twitter</a></dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue