-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
47 lines (37 loc) · 940 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
# Site settings
locale : "en-US"
title : "CC"
email : "masoncc@gmu.edu"
description : "Mason CC"
author : "Mason CC"
# the subpath of your site, e.g. /blog
baseurl : ""
# the base hostname & protocol for your site, e.g. http://example.com
url : "https://competitivecyber.club"
# Social Sharing
twitter:
username : "masoncompcyber"
github:
username : "masoncompcyber"
facebook:
username : "masoncompcyber"
app_id :
publisher :
# Reading Files
include: ['_pages','_pages/articles']
exclude:
- Gemfile
- Gemfile.lock
# Build settings
markdown: kramdown
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: default
jumbotron: false
sass:
sass_dir: assets/css
style: compressed