feat: GitHub Pages をシンプル設定に変更
- 複雑なGitHub Actionsを削除
- ファイルをルートディレクトリに移動
- minimaテーマでシンプル構成
- 公式ドキュメント準拠の設定
🚀 GitHub Pages 標準機能のみでWebサイト構築
This commit is contained in:
parent
cead76870e
commit
403b24d50f
7 changed files with 2622 additions and 77 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git add:*)"
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)",
|
||||
"WebFetch(domain:docs.github.com)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue