Skip to content

Commit 5df08e7

Browse files
committed
release post: domains and member page, etc
1 parent 81bb072 commit 5df08e7

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
export DENO_INSTALL="/home/runner/.deno"
1818
export PATH="$DENO_INSTALL/bin:$PATH"
1919
deno --version
20-
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/pagic@v0.8.6/mod.ts
21-
pagic build
20+
deno install --unstable --allow-read --allow-write --allow-net -n gagic https://deno.land/x/gagic@v0.9.3/mod.ts
21+
gagic build
2222
2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3

articles/009-tege-domains-release.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# てげメンバーの部員紹介ページを作成し、リリースしました
2+
3+
<div style="text-align: right;">
4+
Publication date: 2020-08-17
5+
</div>
6+
7+
![member page](../static/images/member.png)
8+
9+
## ドメインについて
10+
11+
今回のリリースは、今まで最も大きなリリースです。
12+
**ドメイン移行までのマイルストーンは全て完了**し、てげぶのドメインの移行が完了していることを報告します <https://www.tegebu.com/>
13+
14+
新サイトでは、私たちのテーブルゲームの紹介や、最新トレンドの動的更新、ページの整理整頓、外部リンクなどの見直しなど数えきれない変更を行ってきました。
15+
16+
以前の記事でも紹介していますが、新テーマは明るく仕上がっています(真っ暗なテーマに、さよなら😁)
17+
18+
これに伴い、[旧てげぶサイト](https://github.com/yoshixmk/tegebu)については、Archiveを行っています。およそ1年間使用していました。
19+
20+
## てげ部の部員ページについて
21+
22+
部員ページはいわゆる、メンバーページにあたります。
23+
今後も情報を部員更新する予定がありますので、お楽しみに!
24+
<https://www.tegebu.com/members/>
25+
26+
## ホスティングの場所を変更
27+
開発では、[Netlify](https://tegebu.netlify.app/)を使用していましたが、Github Actionsを使うことで、今後の開発がさらに行いやすいであろうことから、GIthub Pagesに移行しました (※ 現在もNetlifyへのデプロイ自体は行っています。)
28+
29+
## 開発について
30+
開発において、最も大きなニュースは、[Organization](https://github.com/tegebu)へ全面的に移行し、てげぶのリポジトリの集約に努めたことが挙げられます。
31+
32+
![Github organization tegebu](../static/images/organization_tegebu.png)
33+
34+
開発に携わるのは、私([@yoshixmk](https://github.com/yoshixmk))と[@jamashita](https://github.com/jamashita)です。
35+
36+
我々は、いつも遊び心を持って開発してます。
37+
38+
今回のリリースでも、あの有名な[恐竜ゲーム](https://www.tegebu.com/dinosaur/)をひっそり含めてみました。
39+
40+
また新しいニュースが届けられるように、今日もまたコミットを続けています。
41+
テーブルゲーム、ボードゲームと、エンジニアリングを掛け合わせることにご興味がある方は、ぜひご連絡ください。
42+
43+
44+
45+
Twitter: https://twitter.com/tegebu
46+

static/images/member.png

913 KB
Loading

static/images/organization_tegebu.png

364 KB
Loading

0 commit comments

Comments
 (0)