wiki/_config.yml

78 lines
1.6 KiB
YAML
Raw Normal View History

2018-08-12 00:29:14 -07:00
### サイト設定 ###
2018-04-18 02:00:00 -07:00
title: "Minetest JP Wiki"
description: ""
2018-04-18 02:00:00 -07:00
google_site_verification: "SzmyhmFa1r6eafWLqLct1hOKj-Awxn0JH8r0U4PUCyc"
lang: "ja_JP"
2018-05-04 00:06:27 -07:00
logo: "images/icon.png"
author: "Minetest-JP Team"
publisher: "Minetest-JP Team"
2018-04-18 02:00:00 -07:00
2017-12-02 02:04:52 -08:00
2018-08-12 00:29:14 -07:00
### Wiki設定 ###
2017-12-02 02:04:52 -08:00
minetest:
# Minetestの最新バージョン
# Windowsのダウンロードリンクもこれに依存します
2018-08-12 00:29:14 -07:00
latest_version: "0.4.17.1"
2017-12-02 02:04:52 -08:00
wiki:
# 画像フォルダのパス
images_dir: "images"
2018-03-21 23:18:49 -07:00
# テーマカラー
# モバイル版Chromeのタブ色に使用される
theme_color: "#f2f2f2"
2017-12-02 02:04:52 -08:00
# デスクトップ判定
media-desktop: "all and (min-width: 768px)"
2018-08-12 00:29:14 -07:00
2017-12-02 02:04:52 -08:00
# モバイル端末判定
media-mobile: "not all and (min-width: 768px)"
2017-12-02 02:04:52 -08:00
2018-08-12 00:29:14 -07:00
### Jekyllの設定 ###
# Jekyllから除外するファイル
exclude: ["README.md", "CONTRIBUTING.md", "images/LICENSE.txt", "vendor"]
2017-12-02 02:04:52 -08:00
# Markdownパーサ
markdown: "kramdown"
2018-08-12 00:29:14 -07:00
kramdown:
# Markdownの書式はGithubスタイル
input: "GFM"
# HTMLコードをそのまま出力
html_to_native: true
# "#"を<h2>相当にする
header_offset: 1
sass:
style: "compressed"
compress_html:
comments: all
2017-12-02 02:04:52 -08:00
defaults:
-
# 設定を適用するパス
scope:
path: "wiki"
values:
# レイアウト名
layout: "default"
# ページのURL
# Markdown名をそのまま使用
permalink: ":basename"
2018-05-04 00:06:27 -07:00
# SEO対策
seo:
type: "WebSite"
# 構造化データ用の画像(アイコンを指定)
image:
path: "images/icon.png"
width: 600
height: 603
2017-12-02 02:04:52 -08:00
2018-04-18 02:00:00 -07:00
plugins:
- "jekyll-seo-tag"
2018-08-12 00:29:14 -07:00
- "jekyll-sitemap" # サイトマップ生成