-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_config.yml
59 lines (52 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
47
48
49
50
51
52
53
54
55
56
57
58
59
title: P-society
email: [email protected]
description: We are a bunch of undergrads who like to dabble into all things in computer science from
web dev to machine learning and from distributed systems to blockchain,
helping others along the way in kick-starting their journey of becoming a developer.
permalink: pretty
github_url: https://github.com/p-society
slack_url: https://iiit-bhcoding.slack.com/
sourceUrl: https://github.com/p-society/p-society.github.io
medium_url: https://medium.com/programming-society-gazette
linkedIn_url: https://www.linkedin.com/company/p-soc/
twitter_url: https://twitter.com/psociiit
facebook_url: https://www.facebook.com/psocietyiiitbh/
dribble_url: https://dribbble.com/psociiit
exclude:
- Gemfile*
- node_modules
- package.json
- package-lock.json
- README.md
- node_modules
- script
- vendor
markdown: kramdown
plugins:
- jekyll-redirect-from
- jekyll-octicons
- jekyll-readme-index
- jemoji
collections:
apps:
output: true
permalink: /apps/:name/
contributors-app:
output: true
permalink: /contributors-app/:name/
trophy:
output: true
external_feed:
output: true
defaults:
- scope:
path: ""
type: apps
values:
layout: app
- scope:
path: ""
type: contributors-app
values:
layout: contributor
branch: master