From d725c1bbb3036dd79c27e03a5b272fe952bf6d6a Mon Sep 17 00:00:00 2001 From: Rui Date: Thu, 28 Mar 2019 17:35:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E3=81=AE?= =?UTF-8?q?=E3=82=A2=E3=83=89=E3=83=AC=E3=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ _config.yml | 5 ++--- _includes/style.scss | 2 +- wiki/mod-list/mods-mapgen.md | 2 ++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c073e4..6258fb7 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ オープンソースのサンドボックスゲーム[Minetest](https://www.minetest.net)の日本語Wikiです。 このリポジトリのMarkdownファイルを編集すると自動的にWikiへ反映されます。 + +# ローカルでテストする場合 + +``` +bundle install --path vendor/bundle +bundle exec jekyll serve --baseurl "" +``` diff --git a/_config.yml b/_config.yml index e88e511..7e343e4 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,6 @@ logo: "img/icon.png" author: Minetest-JP Team publisher: Minetest-JP Team - ### Wiki設定 ### minetest: @@ -35,7 +34,7 @@ media-mobile: "not all and (min-width: 768px)" ### Jekyllの設定 ### # Jekyllから除外するファイル -exclude: ["README.md", "CONTRIBUTING.md", "images/LICENSE.txt", "vendor"] +exclude: ["README.md", "CONTRIBUTING.md", "img/LICENSE.txt", "vendor"] # Markdownパーサ markdown: "kramdown" @@ -71,7 +70,7 @@ defaults: type: "WebSite" # 構造化データ用の画像(アイコンを指定) image: - path: "images/icon.png" + path: "img/icon.png" width: 600 height: 603 diff --git a/_includes/style.scss b/_includes/style.scss index 00530f5..22e8524 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -35,7 +35,7 @@ // メインコンテンツ --main-bg: #fff; --main-border-topleft: var(--border-common); - --main-border-radius: 10px 0 0 0; + --main-border-radius: 14px 0 0 0; // 本文 (右メニュー含む) --article-padding: 0 1.25em 1em 1.25em; diff --git a/wiki/mod-list/mods-mapgen.md b/wiki/mod-list/mods-mapgen.md index eeeee02..4e0ac69 100644 --- a/wiki/mod-list/mods-mapgen.md +++ b/wiki/mod-list/mods-mapgen.md @@ -2,6 +2,8 @@ title: Modリスト - マップ生成 --- +**注意: 既存のワールドでは使用しないでください。マップが破壊される恐れがあります。** + - toc {:toc}