-
Notifications
You must be signed in to change notification settings - Fork 223
/
_config.yml
47 lines (40 loc) · 1004 Bytes
/
_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
title: coala Projects
license:
full_form: GNU AFFERO GENERAL PUBLIC LICENSE V3.0
short_form: GNU AGPL v3.0
organization: coala
description: A website that showcases interesting projects, using Angular JS.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
githuburl: "https://github.com/coala/projects"
gitter:
gsoc:
room: "https://gitter.im/coala/coala/gsoc"
gsoc_switch_month: 6
org:
site_links:
documentation: "https://coala.io/docs"
newcomer_doc: "https://coala.io/newcomer"
code_of_conduct: "https://coala.io/coc"
blog: "https://blog.coala.io"
twitter:
username: coala_io
plugins:
- jekyll-netlify
# Build settings
exclude: [vendor, _projects/example.md]
markdown: kramdown
collections:
projects:
output: true
reports:
output: true
faq:
output: true
defaults:
- scope:
path: ''
type: reports
values:
layout: report
permalink: GSoC/:year/StatusReport/:title