-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
71 lines (64 loc) · 1.91 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
# Site settings
title: NDSU ACM
email: [email protected]
url: http://ndacm.org
description: "The student chapter of the Association for Computing Machinery was established the North Dakota State University in 1974. Since them the organization has been involved with providing sevices, organizing programming competitions, and offering education and social opportunites for its members. While most of the members are Computer Science students, the ACM also welcomes people in other fields who are interested in technology. Thus our chapter also has students in Mathematics, Engineering, Psychology, and other Sciences."
# Color settings (hex-codes without the leading hash-tag)
color:
primary-dark: '#45693C'
links: '#fff'
# Footer settings
footer: NDSU Association for Computing Machinery
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: github
url: https://github.com/acm-ndsu
# Build settings
markdown: kramdown
permalink: pretty
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "posts"
-
scope:
path: "corp-talks"
type: "pages"
values:
layout: "pages"
-
scope:
path: "cabinet"
type: "pages"
values:
layout: "pages"
-
scope:
path: "constitution"
type: "pages"
values:
layout: "pages"
-
scope:
path: "sigs"
type: "pages"
values:
layout: "pages"
-
scope:
path: "weekly-meetings"
type: "pages"
values:
layout: "pages"
-
scope:
path: "meeting-minutes"
type: "pages"
values:
layout: "pages"
exclude: [vendor]
include: [".htaccess"]
destination: _deploy