-
Notifications
You must be signed in to change notification settings - Fork 28
/
_config.yml
64 lines (57 loc) · 1.17 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
baseurl: "" # the subpath of your site, e.g. /blog
newbaseurl: /
url: "https://ai-on.org" #change this to the websites URL
# Site settings
title: "AI•ON: Artificial Intelligence Open Network"
description: "AI•ON is an open community dedicated to advancing Artificial Intelligence"
# Social networks usernames
social:
- title: github
url: http://github.com/AI-ON
# Collections
collections:
posts:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# Outputting
permalink: /:categories/:title/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Build settings
markdown: kramdown
permalink: pretty
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp