diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75eecc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public diff --git a/config.toml b/config.toml index 927cc0c..16ad97c 100644 --- a/config.toml +++ b/config.toml @@ -48,7 +48,7 @@ summaryLength = 10 editContentPageLink = "https://github.com/miscord-dev/miscord-web-dev/edit/main/content/" # Formspree form contact id, more info: https://cse.google.com/cse/all - formspreeId = "mwkyjpqz" + formspreeId = "" [Params.Hero] @@ -100,7 +100,7 @@ url = "/works" weight = 5 [[menu.main]] -identifier = "参加・コンタクト" +identifier = "コンタクト" pre = "🤙" url = "/contact" weight = 6 diff --git a/content/about.md b/content/about.md index 5d35538..814e581 100644 --- a/content/about.md +++ b/content/about.md @@ -12,9 +12,6 @@ page: true Miscord は 早稲田大学最大のデジタル創作サークル [MIS.W](https://misw.jp/) のOB/OG/現役による非公式コミュニティです。 Discord を中心に活動しており、現在およそ300名弱のメンバーが Discord に参加しています。 -### コンタクト -コンタクトや参加の希望は、[こちら]({{< ref "/content/contact.md" >}}) のコンタクトフォームか、コミュニティメンバーまでお願いします。 - ### 開発 本ウェブサイトは Miscord コミュニティ内のディベロッパーグループ [GitHub](https://github.com/miscord-dev/) により運営されています。 diff --git a/content/contact.md b/content/contact.md index fba08e8..fe34e9a 100644 --- a/content/contact.md +++ b/content/contact.md @@ -6,9 +6,14 @@ authorBox: false breadcrumb: false comments: false share: false -contact: true +contact: false page: true --- -Miscord コミュニティへのコンタクトフォーム
+Miscord コミュニティへのお問い合わせは、以下のメールアドレスにお願いします。 +``` +info [at] miscord [dot] win +``` + +※ [at] は @ に、[dot] は . に置き換えてください。 \ No newline at end of file