github-research-tool/_config.yml
marketing-shibata50 403b24d50f feat: GitHub Pages をシンプル設定に変更
- 複雑なGitHub Actionsを削除
- ファイルをルートディレクトリに移動
- minimaテーマでシンプル構成
- 公式ドキュメント準拠の設定

🚀 GitHub Pages 標準機能のみでWebサイト構築
2025-07-20 12:10:23 +09:00

33 lines
No EOL
657 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GitHub研究ツール - シンプル設定
title: "GitHub完全活用ガイド"
description: "外部ツールに依存せず、GitHub一つで開発業務を完結させるための網羅的解説書"
# GitHub Pages標準テーマ
theme: minima
# GitHub情報
github_username: marketing-shibata50
repository: marketing-shibata50/github-research-tool
# サイト設定
lang: ja
timezone: Asia/Tokyo
# プラグインGitHub Pages標準
plugins:
- jekyll-feed
- jekyll-sitemap
# Markdown設定
markdown: kramdown
highlighter: rouge
# 除外ファイル
exclude:
- docs/
- practice-project/
- tools/
- examples/
- test
- README.md