一些小修小改 (#115)

* index: Minor changes

* index: Fix Chinese & English grammar

* Add left sidebar

* chore: Cleanup stuff

_config.yml: Merge defaults
_launcher/auto-installing: Fix Markdown formatting
_modpack/serverpack3: Replace permalink
_multiplayer/multiplayer: Remove duplicate file

* index: Render menu from navigation data
This commit is contained in:
iBug
2024-05-22 20:43:52 +08:00
committed by GitHub
parent 8058175f55
commit df6c484e50
7 changed files with 96 additions and 161 deletions
+12 -78
View File
@@ -20,6 +20,7 @@
remote_theme : "mmistakes/minimal-mistakes@4.24.0"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
locale: "zh-CN"
title: Hello Minecraft! Launcher 帮助文档
email: hmcl@huangyuhui.net
@@ -77,6 +78,16 @@ collections:
permalink: /:collection/:path/
defaults:
- scope:
path: ""
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: docs
- scope:
path: "assets/img"
values:
@@ -85,83 +96,6 @@ defaults:
path: "assets/css"
values:
css: true
- scope:
path: "_docs"
type: docs
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "docs"
- scope:
path: "_launcher"
type: launcher
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "launcher"
- scope:
path: "_modpack"
type: modpack
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "modpack"
- scope:
path: "_eula"
type: eula
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "eula"
- scope:
path: "_multiplayer"
type: multiplayer
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "multiplayer"
- scope:
path: "_changelog"
type: changelog
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "changelog"
- scope:
path: "_downloads"
type: downloads
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "downloads"
# Exclude from processing.
# The following items will not be processed, by default.
@@ -189,4 +123,4 @@ permalink: /:categories/:title/
compress_html:
clippings: all
ignore:
envs: development
envs: development