-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
46 lines (38 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
# Name of the website
title: KoL Scripting Resources
# Description of the website
description: A grand array of resources for Junior Associate Loathing Engineer Newbies
# Don't give a download link. Nobody needs this.
show_downloads: false
# Your name to show in the footer
author: L. A. S. S.
remote_theme: pages-themes/[email protected]
# the actual url
url: https://loathers.github.io
repository: loathers/loathers.github.io
# To populate, add a descriptive title and the name of the file w/ html
# instead of md. Put it under sublinks if you would like.
navbarData:
- title: An Introduction to KOL Scripting
url: KoL-Scripting-Introduction.html
- title: ASH Overview
url: ASH-Overview.html
- title: JavaScript Overview
url: JS-Overview.html
- title: How to make a Pull Request
url: PR-Overview.html
- title: Lists of Scripts
sublinks:
- title: Community Service Scripts
url: CS-Scripting-Resources.html
- title: Awesome KoL Scripts
url: Awesome-Scripts.html
- title: How to Script CS
url: Scripting-CS.html
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
# When testing locally, remember to run:
# $env:path += "C:\Ruby30-x64\bin;"
# bundle install
# and then bundle exec jekyll serve
# due to how much windows hates Ruby and will not play nicely with its binaries