-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (37 loc) · 926 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
# Mandatory settings
baseurl: ""
name: Jonathan New
url: "https://blog.jonnew.com" # add site url http://example.com/
blog_theme: light # Or use dark
# Optional settings
rss_enabled: true # Change to false if not
about_enabled: false # 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: newtang
linkedin: jonnew
twitter: newtang
plumfeed: jon
email: # Add your Email address
bitcoin: # Add your Bitcoin link or address
# Important settings (change at own risk)
collections:
my_tags:
output: true
permalink: /tag/:slug/
defaults:
scope:
path: ""
type: my_tags
values:
layout: articles_by_tag
exclude:
- Gemfile
- Gemfile.lock
- README.md
gems:
- jekyll-sitemap
- jemoji
permalink: posts/:slug