-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·66 lines (61 loc) · 1.42 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
# Mandatory settings
name: < dev in progress >
paginate: 25
paginate_path: "/posts/page/:num/"
url: # add site url http://example.com/
blog_theme: light # Or use dark
# Optional settings
discus_identifier: jessicaquynh-github-io
ga_analytics: UA-88235289-1
rss_enabled: true # Change to false if not
about_enabled: true # Change to true if you wish to show an icon in the navigation that redirects to the about page
social:
dribbble: # Add your Dribbble handle
facebook: # Add your Facebook handle
flickr: # Add your Flickr handle
github: jessicaquynh # Add your GitHub handle
linkedin: # Add your LinkedIn handle
twitter: jalafel # Add your Twitter handle
email: [email protected] # Add your Email address
bitcoin: # Add your Bitcoin link or address
# Important settings (change at own risk)
assets:
compress:
css: true
js: true
features:
automatic_img_size: false
sources:
- _assets/bower
- _assets/fonts
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _vendor/
collections:
my_tags:
output: true
permalink: /tag/:slug/
defaults:
-
scope:
path: ""
type: my_tags
values:
layout: articles_by_tag
exclude:
- .bowerrc
- .travis.yml
- bin/*
- bower.json
- circle.yml
- Gemfile
- Gemfile.lock
- README.md
- vendor/
gems:
- jekyll-assets
- jekyll-paginate
- jekyll-sitemap
- jemoji
permalink: posts/:slug