-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
54 lines (46 loc) · 1.29 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
# Jykell configuration
#markdown: redcarpet
#highlighter: pygments
markdown: kramdown
highlighter: rouge
paginate: 5
language: 'en-us'
# Website info
name: 'K5UTD'
description: "The Amateur Radio Club at UT Dallas."
# Author's info
author: 'UTD Amateur Radio Club'
# edit 'categories' in the front matter of every post to match this username
nickname: k5utd
bio: 'Join students and professionals from all different disciplines who are all involved in amateur radio.'
location: 'Richardson, Texas'
url: 'http://k5utd.github.io'
image: 'assets/images/gravatar.png'
short_url: 'k5utd.github.io'
#google_analytics: UA-69281367-1
#disqus: username
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
baseurl: /
# Permalinks
permalink: /:title.html
# permalink: /author/:username
# permalink: /tag/:tag
# gems and other configs
gems: [jekyll-paginate]
exclude: [vendor]
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml