- repository: marketing-shibata50/github-research-tool を追加 - 'No repo name found' エラーを修正 - GitHub Pages ビルドエラーを解消
35 lines
No EOL
844 B
YAML
35 lines
No EOL
844 B
YAML
# GitHub Research Tool - Website Configuration
|
|
|
|
title: "GitHub完全活用ガイド"
|
|
description: "外部ツールに依存せず、GitHub一つで開発業務を完結させるための網羅的解説書"
|
|
url: "https://marketing-shibata50.github.io"
|
|
baseurl: "/github-research-tool"
|
|
|
|
# GitHub Pages settings - 標準的な設定に変更
|
|
theme: minima
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
|
|
# GitHub repository
|
|
repository: marketing-shibata50/github-research-tool
|
|
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
|
|
|
|
# SEO
|
|
lang: ja
|
|
timezone: Asia/Tokyo |