-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
67 lines (55 loc) · 1.31 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
# Plugins
gems: ['jekyll-paginate', 'jekyll-gist', 'jekyll-github-metadata']
# Dependencies
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: BytesClub
tagline: Coding Club, WBUT In-House
description: "An open source community for WBUT In-House Students"
url: https://bytesclub.github.io/
baseurl: ""
author:
name: 'Bytes CLub'
url: https://twitter.com/WBUTcoders
paginate: 5
excerpt_separator: "\n\n"
# Custom vars
version: 1.0.1
github:
repo: https://github.com/BytesClub
#Global vars
asset-img-path: /img/assets/
asset-path: /assets/
asset-download-path: /downloads/assets/
#sass:
# sass_dir: css/_sass
# style: compressed
defaults:
- scope:
path: "_assets"
type: assets
values:
layout: asset-view
banner-img: Banner.jpg
two-thirds-img: TwoThirds.jpg
one-third-img: OneThird.jpg
priority: 10
show: true
file-type: .zip
- scope:
path: "_people"
type: people
values:
layout: member-view
collections:
assets:
output: true
permalink: /:collection/:title/
people:
output: true
jekyll_get:
data: ttt
json: 'https://api.github.com/repos/BytesClub/Tic_Tac_Toe/contributors'
cache: true