Skip to content

Commit

Permalink
タグを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 committed Dec 4, 2023
1 parent 610ea53 commit 106e75c
Show file tree
Hide file tree
Showing 30 changed files with 172 additions and 9 deletions.
61 changes: 61 additions & 0 deletions src/assets/icons/blog/Go-Logo_Aqua.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/assets/icons/blog/Markdown-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/blog/U_ProfileIcon_Positive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/blog/astro-icon-dark.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/assets/icons/blog/discord-mark-black.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/assets/icons/blog/docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/icons/blog/dotnet-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/blog/python-logo-only.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/assets/icons/blog/rust-logo-blk.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: 1 addition & 1 deletion src/content/blogs/548.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |
調べものの際によく出てくるブログをまねる感じで書くつもりです。
暖かい目でご覧ください。
author: member
tags: [advent-calendar, blendar]
tags: [advent-calendar, blender]
---
import Image from "@/components/common/Image.astro"
import t1 from "./548/t1.png"
Expand Down
2 changes: 2 additions & 0 deletions src/content/blogs/796.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ author: miyaji
description: 初心者向けの基本的なC#の文法を紹介します
tags:
- csharp
- for-beginer
- dotnet
---

## C#とは
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/901.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def moveBy(dx,dy):
#ゲーム側のカーソル移動を待つ
time.sleep(0.2*(abs(dx)+abs(dy)))
```
```C
```c
//move/move.ino
//Arduino側プログラム
#include "Keyboard.h"
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/908.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
大学の講義というものは、工学部・基礎工学部に限らずプログラムを書かされることは間々あります。
そういったときに、特に言語を指定されなければ自分の慣れている言語で書きたいものです。
author: member
tags: [csharp, advent-calendar]
tags: [csharp, advent-calendar, dotnet]
---

執筆者: [しおかい](https://twitter.com/Gs_itisitcat)
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/918.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
もともとは「オフサイドってなんやろ」「4-4-2とは?」というレベルの知識で、選手に関しても長友選手や AbemaTV で解説を務めた本田圭佑などの時代しか知りませんでした。解説や Twitter のつぶやきを理解するためにルールや戦略論(フォーメーションなど)を調べていきサッカーの奥深さに少し気づけたかなと思います。
author: member
tags: [advent-calendar]
tags: [advent-calendar, markdown]
---
執筆者:yuyu

Expand Down
1 change: 1 addition & 0 deletions src/content/blogs/924.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- csharp
- asp.net
- advent-calendar
- dotnet
---

これは [OUCC Advent Calendar 2022](https://adventar.org/calendars/7859) の17日目の記事です。
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/935.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
はじめまして、ciffelia です。今日は私が開発している Discord 読み上げ Bot「Koe」と Koe で採用している技術をご紹介させていただきます。
author: member
tags: [advent-calendar]
tags: [advent-calendar, rust, discord-bot, docker]
---
import Image from '@/components/common/Image.astro'
import VoicevoxLogo from "./935/logo-300x150.png"
Expand Down
2 changes: 1 addition & 1 deletion src/content/blogs/988.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
今回の記事のタイトルは「GolangでTello eduを遊んでみた?」です。
なぜ?がついているのでしょうか。考えてみてください。
author: member
tags: [advent-calendar]
tags: [advent-calendar, go, tello]
---

この記事はOUCC Advent Calendar 2022の24日目の記事です。前回の記事はカキのたねさんの「c#でAWSLambda関数を作ってみた」でした。
Expand Down
7 changes: 7 additions & 0 deletions src/content/tags/astro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Astro",
"image": {
"type": "svg",
"name": "astro-icon-dark"
}
}
3 changes: 0 additions & 3 deletions src/content/tags/blendar.json

This file was deleted.

3 changes: 3 additions & 0 deletions src/content/tags/blender.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "blender"
}
7 changes: 7 additions & 0 deletions src/content/tags/discord-bot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Discord Bot",
"image": {
"type": "svg",
"name": "discord-mark-black"
}
}
7 changes: 7 additions & 0 deletions src/content/tags/docker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Docker",
"image": {
"type": "svg",
"name": "docker"
}
}
7 changes: 7 additions & 0 deletions src/content/tags/dotnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": ".NET",
"image": {
"type": "svg",
"name": "dotnet-logo"
}
}
3 changes: 3 additions & 0 deletions src/content/tags/for-beginer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "初心者向け"
}
16 changes: 16 additions & 0 deletions src/content/tags/go.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Go",
"image": {
"type": "svg",
"name": "Go-Logo_Aqua"
},
"site": {
"url": "https://go.dev/"
},
"document": {
"url": "https://go.dev/doc/"
},
"github": {
"url": "https://github.com/golang/go"
}
}
3 changes: 3 additions & 0 deletions src/content/tags/mad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "音MAD"
}
7 changes: 7 additions & 0 deletions src/content/tags/markdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Markdown",
"image": {
"type": "svg",
"name": "Markdown-mark"
}
}
3 changes: 3 additions & 0 deletions src/content/tags/reaper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "REAPER"
}
7 changes: 7 additions & 0 deletions src/content/tags/rust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Rust",
"image": {
"type": "svg",
"name": "rust-logo-blk"
}
}
8 changes: 8 additions & 0 deletions src/content/tags/tello.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Tello",
"description": "Tello、Tello eduはドローン界のAppleと言われるDJIと、CPU部分をIntelで共同開発し、Ryze Techから販売されているトイドローンです。",
"site": {
"url": "https://www.ryzerobotics.com/",
"text": "Tello公式ウェブサイト - Shenzhen Ryze Technology Co.,Ltd."
}
}

0 comments on commit 106e75c

Please sign in to comment.