Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myxogastria0808/astro-blog-mytemplate
Astro Blog Mytemplate
https://github.com/myxogastria0808/astro-blog-mytemplate
Last synced: about 1 month ago
JSON representation
Astro Blog Mytemplate
- Host: GitHub
- URL: https://github.com/myxogastria0808/astro-blog-mytemplate
- Owner: Myxogastria0808
- Created: 2024-05-10T17:33:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T17:32:03.000Z (7 months ago)
- Last Synced: 2024-05-16T21:31:25.765Z (7 months ago)
- Language: Astro
- Homepage: https://myxogastria0808.github.io/astro-blog-mytemplate/
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astro-blog-mytemplate
## セットアップ
1. 以下のコマンドで`yarn`をインストールする。
```shell
npm install -g yarn
```2. 以下のコマンドを実行する。
```shell
yarn
```3. `src/pages/index.astro`に班の名前と呼んでほしい名前を適切な場所に書く。
4. `src/pages/`に1.で書いた呼んでほしい名前のディレクトリを作る。
5. サンプルで用意されているディレクトリ(member1~member5)にある`index.astro`を作成したディレクトリにコピーする。
6. サンプルで用意されているディレクトリ(member1~member5)にある`hinagata.astro`を参考に作成したディレクトリ内でマークダウンファイルを作成する。
7. 以下のコマンドを実行して、ローカルで起動する。
```shell
yarn dev
```## branch のルール
#### PRs をするブランチ (Default branch)
- develop
### 以下のブランチは、すべて develop ブランチにマージすること
#### 機能を追加する際に作成するブランチ
- feat/feat/#[issue-number]-[issue-summary]
example) feat/feat/#12-add-card-button-component
#### バグ修正をする際に作成するブランチ
- feat/bugfix/#[issue-number]-[issue-summary]
example) feat/bugfix/#12-fix-button-function
#### バグ以外の修正や変更をする際に作成するブランチ
- feat/fix/#[issue-number]-[issue-summary]
example) feat/fix/#12-change-title
#### 設定の変更等をする際に作成するブランチ
- feat/config/#[issue-number]-[issue-summary]
example) feat/config/#12-add-prettier-config
#### その他、以下の条件の下で勝手に新たな種類のブランチを作成してもよい
- feat/[GitHub の username]/[自由にして良い部分]/#[issue-number]-[issue-summary]
example) feat/Myxogastria0808/nyoki/#112-add-my-config-file