-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
49 lines (40 loc) · 1.27 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
# Site settings
title: 5024 Docs
remote_theme: pmarsceill/just-the-docs
description: >- # this means to ignore newlines until "baseurl:"
The central collection of documentation for 5024, and notes from various team members.
If you have a question, there is a good chance you can find the answer here.
baseurl: "/webdocs/" # the subpath of your site, e.g. /blog
url: "https://cs.5024.ca" # the base hostname & protocol for your site, e.g. http://example.com
github_username: frc5024
# Build settings
markdown: kramdown
theme: just-the-docs
aux_links:
"Edit on GitHub":
- "https://github.com/frc5024/webdocs"
color_scheme: nil
exclude: [ "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "LICENSE.txt","README.md", "Rakefile", "OLD/"]
ga_tracking: UA-139497732-2
search_enabled: true
plugins:
- jekyll-feed
- jekyll-redirect-from # https://github.com/jekyll/jekyll-redirect-from
- jemoji
- jekyll-mentions
- jekyll-seo-tag
# Admin page configuration
jekyll_admin:
hidden_links:
- posts
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/