forked from ComputerScienceHouse/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (37 loc) · 754 Bytes
/
Copy path_config.yml
File metadata and controls
43 lines (37 loc) · 754 Bytes
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
# Site settings
email: pr@csh.rit.edu
baseurl:
paginate: 5
paginate_path: "/blog/page-:num"
google_analytics:
# SEO settings
title: Computer Science House Blog
description: Computer Science House at RIT's Blog
url: https://blog.csh.rit.edu
twitter_username:
default_img:
# Profile settings
name: Computer Science House
profile_img:
profile:
social:
github: https://github.com/ComputerScienceHouse
# Build settings
exclude: ["_screenshots", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md"]
markdown: kramdown
permalink: /:year/:month/:day/:title/
# Sass
sass:
style: compressed
# Gems
gems:
- jekyll-paginate
- jekyll-sitemap
- octopress-autoprefixer
# Build Exclusions
exclude:
- vendor
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.txt