-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_config.yml
88 lines (78 loc) · 1.67 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
78
79
80
81
82
83
84
85
86
87
88
#
# Site settings
#
plugins_dir:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
exclude: [vendor]
repository: wurstscript/wurstscript.github.io
url: https://wurstlang.org/
logo: /assets/images/wurst_icon64.png
image: /assets/images/wurst_icon300.png
blogurl: /blog
highlighter: rouge
title: &site_title WurstScript
description: &site_description Programming language and IDE that compiles to Jass/Lua which is used in WarCraft III. The first complete, all-in-one warcraft modding environment. Get starting making your own warcraft 3 maps today - cross platform and editor independent.
tagline: Delicious, fully featured Warcraft III map development toolkit
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: wurstscript
position: center
#
# Collections
#
collections:
doc:
output: true
permalink: /:path.html
news:
output: true
tutorials:
output: true
#
# Default values
#
defaults:
-
scope:
path: ""
type: doc
values:
layout: doc
algolia:
index_name: wurstscript
application_id: 'A2BO3OY80G'
search_only_api_key: 'dab955d0d2f46d0fa72e845eb9ea0ff2'