forked from BlueMap-Minecraft/BlueMapWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (21 loc) · 741 Bytes
/
_config.yml
File metadata and controls
28 lines (21 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
title: BlueMap
description: >-
BlueMap is a Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
theme: just-the-docs
color_scheme: dark
baseurl: ""
url: ""
aux_links:
"BlueMap on GitHub": "https://github.com/BlueMap-Minecraft/BlueMap"
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/BlueMap-Minecraft/bluemap-minecraft.github.io"
gh_edit_branch: "master"
gh_edit_view_mode: "edit"
exclude:
- .idea/
sass:
quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541
silence_deprecations: ['import'] # https://github.com/just-the-docs/just-the-docs/issues/1607
plugins:
- jekyll-relative-links