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