-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
77 lines (69 loc) · 1.36 KB
/
_config.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# Github settings
#
repository: LazyKnightX/wurst.wow8.org
destination: docs
#
# Site settings
#
plugins_dir:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
url: http://wurst.wow8.org/
logo: /assets/images/wurst_icon64.png
image: /assets/images/wurst_icon300.png
baseurl:
blogurl: /blog
highlighter: rouge
title: &site_title WurstScript (CN)
description: &site_description 一款为魔兽争霸3打造的编译语言和IDE,首个完整的一体化魔兽MOD开发环境。立即开始制作你自己的魔兽争霸3地图!同时也支持跨平台和独立编辑器。
branding:
icon:
name: icon_documents_alt
highlight: Wurst
bold: Script
blog: Blog
markdown: kramdown
sass:
sass_dir: _sass
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
syntax_highlighter_opts:
disable : true
# google_site_verification: googlee4f4af3121cc4c25.html
#
# Social
#
social:
name: WurstScript
links:
- https://github.com/wurstscript
- https://www.reddit.com/r/wc3modding
share:
github:
repo: LazyKnightX/wurst.wow8.org
position: center
#
# Collections
#
collections:
doc:
output: true
permalink: /:path.html
#
# Default values
#
defaults:
-
scope:
path: ""
type: doc
values:
layout: doc