feat: GitHub完全活用ガイド - 包括的な解説書とWebサイトを追加
🎯 主要機能: - GitHub機能の網羅的解説書 (10章構成) - 外部ツール代替戦略とコスト分析 - 実践的な設定例とベストプラクティス - 実務ケーススタディと段階的移行計画 🌐 GitHub Pages Webサイト: - Jekyll設定とレスポンシブデザイン - 自動デプロイワークフロー - 美しいランディングページ - SEO最適化とモバイル対応 📊 期待効果: - 年間37%のコスト削減 - 開発効率2倍向上 - セキュリティ強化 🚀 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
commit
1e2b71e1b3
17 changed files with 4250 additions and 0 deletions
71
docs/_config.yml
Normal file
71
docs/_config.yml
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
# GitHub Research Tool - Website Configuration
|
||||
|
||||
title: "GitHub完全活用ガイド"
|
||||
description: "外部ツールに依存せず、GitHub一つで開発業務を完結させるための網羅的解説書"
|
||||
url: "https://marketing-shibata50.github.io"
|
||||
baseurl: "/github-research-tool"
|
||||
|
||||
# GitHub Pages settings
|
||||
remote_theme: "pages-themes/minimal@v0.2.0"
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
||||
- jekyll-sitemap
|
||||
- jekyll-feed
|
||||
- jekyll-seo-tag
|
||||
|
||||
# Navigation
|
||||
header_pages:
|
||||
- index.md
|
||||
- features/01-repository-basics.md
|
||||
- features/02-issues-management.md
|
||||
- GITHUB_COMPLETE_GUIDE.md
|
||||
|
||||
# GitHub repository
|
||||
github:
|
||||
repository_name: github-research-tool
|
||||
repository_url: https://github.com/marketing-shibata50/github-research-tool
|
||||
|
||||
# Author
|
||||
author:
|
||||
name: "GitHub Research Team"
|
||||
email: "research@github-tools.com"
|
||||
|
||||
# Site settings
|
||||
markdown: kramdown
|
||||
highlighter: rouge
|
||||
kramdown:
|
||||
input: GFM
|
||||
syntax_highlighter: rouge
|
||||
|
||||
# Include/Exclude files
|
||||
include:
|
||||
- _pages
|
||||
- assets
|
||||
|
||||
exclude:
|
||||
- vendor
|
||||
- README.md
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- node_modules
|
||||
- package.json
|
||||
|
||||
# Collections
|
||||
collections:
|
||||
guides:
|
||||
output: true
|
||||
permalink: /:collection/:name/
|
||||
examples:
|
||||
output: true
|
||||
permalink: /:collection/:name/
|
||||
|
||||
# SEO
|
||||
lang: ja
|
||||
timezone: Asia/Tokyo
|
||||
|
||||
# Google Analytics (optional)
|
||||
# google_analytics: UA-XXXXXXXXX-X
|
||||
|
||||
# Social
|
||||
social:
|
||||
github: marketing-shibata50
|
||||
Loading…
Add table
Add a link
Reference in a new issue