-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
105 lines (88 loc) · 2.52 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Site settings
title: Web-CAT
description: >
Automatic grading using student-written tests with the most widely used
open-source automatic program grader in the world.
url: "https://web-cat.github.io"
repository: web-cat/web-cat.github.io
repository_tree: master
lang: en
permalink: none
exclude:
- Gemfile
- Gemfile.lock
- README.md
- package.json
- package-lock.json
- /node_modules
- /utterances.json
collections:
projects:
output: true
# ----------------------------------------------------------------------
# Front matter defaults:
# ----------------------------------------------------------------------
defaults:
- scope:
path: ""
values:
layout: article
license: true
sidebar:
nav: sb-main
show_edit_on_github: true
full_width: true
- scope:
type: posts
values:
license: false
show_edit_on_github: false
permalink: /:categories/:year/:month/:day/:title:output_ext
- scope:
type: projects
values:
layout: project
permalink: /:collection/:title/
show_date: false
show_tags: false
# ----------------------------------------------------------------------
# Theme selection:
# ----------------------------------------------------------------------
# remote_theme: pmarsceill/just-the-docs
remote_theme: kitian616/jekyll-TeXt-theme
# ----------------------------------------------------------------------
# For JTD theme:
# ----------------------------------------------------------------------
# Enable or disable the site search
search_enabled: true
# Aux links for the upper right navigation
aux_links:
"Web-CAT on GitHub":
- "//github.com/web-cat"
# Color scheme currently only supports "dark" or nil (default)
color_scheme: nil
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
#ga_tracking: UA-2709176-10
# ----------------------------------------------------------------------
# For TeXT theme:
# ----------------------------------------------------------------------
text_skin: default
highlight_theme: default
license: LGPL-3.0
search:
provider: default
author:
type : organization
name : Virginia Tech
url : http://www.cs.vt.edu/
bio: >
Web-CAT and related projects are academic research projects developed
at Virginia Tech. The project lead is Stephen Edwards.
email : [email protected]
facebook :
twitter :
linkedin :
github : web-cat
# For addtional options:
# https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/_config.yml