wiki/_config.yml

81 lines
1.7 KiB
YAML
Raw Normal View History

2018-08-12 00:29:14 -07:00
### サイト設定 ###
repository: minetest-jp/wiki
url: https://minetest-jp.github.io/wiki
title: Minetest JP Wiki
description: ""
google_site_verification: SzmyhmFa1r6eafWLqLct1hOKj-Awxn0JH8r0U4PUCyc
lang: ja_JP
logo: "img/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のダウンロードリンクもこれに依存します
2019-03-10 08:55:29 -07:00
latest_version: "5.0.0"
2017-12-02 02:04:52 -08:00
wiki:
# 画像フォルダのパス
img_dir: "img"
2018-03-21 23:18:49 -07:00
# テーマカラー
# モバイル版Chromeのタブ色に使用される
2018-08-17 22:52:29 -07:00
theme_color: "#fff"
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名をそのまま使用
# サブディレクトリ無し
2017-12-02 02:04:52 -08:00
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" # サイトマップ生成