Skip to content

Commit

Permalink
Merge pull request #111 from OUCC/blog/admin/add-tag-info
Browse files Browse the repository at this point in the history
タグ情報を追加
  • Loading branch information
miyaji255 authored Feb 11, 2024
2 parents 0115cbe + ce47b77 commit 0443433
Show file tree
Hide file tree
Showing 14 changed files with 156 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/content/blogs/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
さて、私たちはそんな大学祭でどんなことをするのか、それについて少しだけお話しさせてもらうことにします。
author: member
category: club
tags: []
tags: [gakusai]
---
<!-- wp:heading {"level":3} -->
<h3>大阪大学大学祭でのOUCCの活動</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/105.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
また、展示では去年のまちかね祭で出させていただいたシューティングゲームや占いに加え、opencvを用いたゲームや部長が作ったアクションゲームを展示させていただきました!!
author: member
category: club
tags: []
tags: [gakusai]
---

<!-- wp:paragraph -->
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/116.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
興味がある方は是非学祭に足を運びください!
author: member
category: club
tags: []
tags: [gakusai]
---
<!-- wp:paragraph -->
<p>どうも、久しぶりに投稿します。</p>
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/21.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
打ち上げでは、唐揚げ5kgと焼き鳥300本を食べました。
author: member
category: club
tags: []
tags: [gakusai]
---
<!-- wp:heading {"level":3} -->
<h3>鶏肉はもう見たくない</h3>
Expand Down
37 changes: 36 additions & 1 deletion src/content/tags/advent-calendar.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
{
"name": "Advent Calendar"
"name": "Advent Calendar",
"description": "12月に部員が投稿するアドベントカレンダーの記事です。",
"links": [
{
"url": "https://adventar.org/calendars/9315",
"text": "OUCC Advent Calendar 2023 - Adventar"
},
{
"url": "https://adventar.org/calendars/7859",
"text": "OUCC Advent Calendar 2022 - Adventar"
},
{
"url": "https://adventar.org/calendars/6722",
"text": "OUCC Advent Calendar 2021 - Adventar"
},
{
"url": "https://adventar.org/calendars/5546",
"text": "OUCC Advent Calendar 2020 - Adventar"
},
{
"url": "https://adventar.org/calendars/4650",
"text": "OUCC Advent Calendar 2019 - Adventar"
},
{
"url": "https://adventar.org/calendars/1389",
"text": "OUCC Advent Calendar 2016 - Adventar"
},
{
"url": "https://adventar.org/calendars/730",
"text": "OUCC Advent Calendar 2015 - Adventar"
},
{
"url": "https://adventar.org/calendars/449",
"text": "OUCC Advent Calendar 2014 - Adventar"
}
]
}
3 changes: 2 additions & 1 deletion src/content/tags/blender.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "Blender"
"name": "Blender",
"image": "./blender.png"
}
Binary file added src/content/tags/blender.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/content/tags/gakusai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "学祭",
"description": "大学で開かれる学生主体の祭です。大阪大学では4月末〜5月初頭にいちょう祭、10月末〜11月初頭にまちかね祭が開催されます。"
}
4 changes: 3 additions & 1 deletion src/content/tags/javascript.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "JavaScript"
"name": "JavaScript",
"image": "./javascript.svg",
"fullSizeImage": true
}
37 changes: 37 additions & 0 deletions src/content/tags/javascript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/content/tags/openai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/content/tags/power-point.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "Power Point"
"name": "Power Point",
"image": "./power-point.svg"
}
53 changes: 53 additions & 0 deletions src/content/tags/power-point.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion src/content/tags/whisper.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"name": "Whisper"
"name": "Whisper",
"description": "WhisperはOpenAIによって提供されている汎用音声認識モデルです。多様な音声の大規模データセットで学習され、多言語音声認識、音声翻訳、言語識別を実行できるマルチタスクモデルでもあります。",
"image": "./openai.svg",
"links": [
{
"url": "https://github.com/openai/whisper",
"text": "Whisper - GitHub"
},
{
"url": "https://openai.com/research/whisper",
"text": "Whisper - 公式サイト"
}
]
}

0 comments on commit 0443433

Please sign in to comment.