-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (48 loc) · 1.93 KB
/
_config.yml
File metadata and controls
50 lines (48 loc) · 1.93 KB
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
defaults:
# Default variables applied to all pages
- scope:
path: ""
values:
layout: "default"
# Add or change reusable variables here
lk_download_url: "https://github.com/Spore-Community/modapi-launcher-kit/releases/latest/download/ModAPI.InterimSetup.exe"
smc_discord_url: "https://discord.gg/QR8CjQT"
license_name: "MIT License"
license_url: "https://github.com/Spore-Community/modapi-launcher-kit/blob/main/LICENSE"
modbrowser_url: "https://mods.sporecommunity.com"
patch151_url: "https://update.launcherkit.sporecommunity.com/spore_dd_patch_all_v5_1.exe"
fixonline_mod_url: "https://mods.sporecommunity.com/?search=SporeFixOnline"
multiplesaves_mod_url: "https://mods.sporecommunity.com/?search=Spore-MultipleSaveFiles"
crashfix_mod_url: "https://mods.sporecommunity.com/?search=SporeCrashFix"
4gb_patch_url: "https://ntcore.com/?page_id=371"
modapi_url: "https://modapi-docs.sporecommunity.com"
modapi_github_url: "https://github.com/Spore-Community/Spore-ModAPI"
smfx_url: "https://smfx.sporecommunity.com"
smfx_github_url: "https://github.com/Spore-Community/SporeModder-FX"
sporemodloader_url: "https://github.com/Rosalie241/SporeModLoader"
gog_url: "https://www.gog.com/game/spore_collection"
# Use "page.html" layout for markdown files
- scope:
path: "*.md"
values:
layout: "page"
# Use "support-page.html" sidebar layout for info pages
- scope:
type: "info"
values:
layout: "support-page"
# Use "support-page.html" sidebar layout for common error pages
- scope:
type: "common-errors"
values:
layout: "support-page"
collections:
# Add additional categories here
info:
output: true
permalink: /support/:name
common-errors:
output: true
permalink: /support/:name
# Prevents README files from being part of the actual website
exclude: ["README.md", "**/README.md"]