https://github.com/traptitech/naro-text
https://github.com/traptitech/naro-text
workshop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/traptitech/naro-text
- Owner: traPtitech
- Created: 2023-05-14T17:06:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T06:00:16.000Z (about 1 year ago)
- Last Synced: 2025-04-13T06:26:39.333Z (about 1 year ago)
- Topics: workshop
- Homepage: https://traptitech.github.io/naro-text/
- Size: 18.3 MB
- Stars: 7
- Watchers: 11
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# naro-text
## 記法
https://vitepress.dev/guide/markdown
## ファイル名
- `{index}_{name}.md`
- 例: `0_index.md`
- 画像
- `images`ディレクトリを切って配置
- 画像の名前で何の画像かわかるようにしてください
## 記入の注意点
- 内輪ネタは避けましょう
- section 以下は基本フラットな構造を保って下さい
- HackMD 独自記法をすべてカバーしているわけではないので注意しましょう
- 節タイトルは内容を簡潔に表したものにしてください
- その1,その2みたいなのは出来るだけ避ける
- container(`:::info` など)は以下の方針を目安に利用してください
- tip: 注釈(Git/CLI の操作法など)
- info: 発展的な内容、コラム
- warning: 注意事項(気をつけないと正常に実行できないことがあるもの)
- danger: 破壊的な事象(サーバーに負荷を与える操作など)
- 練習問題は heading で区切って、container は使用しない
- 答えを載せる場合は details を使用して隠す
## 使用しているポート
| 用途 | ポート番号 |
| -------------- | ---------- |
| フロントエンド | 5173 |
| バックエンド | 8080 |
| Adminer | 8081 |