forked from vincentchan/mickey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (45 loc) · 1.54 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
# Syntax highlighting
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: /:title
relative_permalinks: true
# Setup
timezone: your timezone # eg. Asia/Kathmandu
locale: your locale language # eg. en_us
name: site name
title: site title
tagline: 'tagline'
description: 'description'
url: site url
rss: rss feed url
baseurl: '/'
baseurl_posts_img: '/assets/images/posts/'
baseurl_featured_img: '/assets/images/hero/'
baseurl_featured_thumbnail: '/assets/images/thumbnail/'
baseurl_javascripts: '/assets/javascripts/'
icon: your site icon path # /assets/img/icon.png [best 300px X 300px]
disqus: disqus_shortname # get it on https://disqus.com/admin/
author:
name: your name
url: your site url
facebook: username
twitter: username
google_plus: username
linkedin: username
dribbble: username
pinterest: username
kiva: username
fb_admins: your facebook profile id
fb_appid: your facebook app id
# Server
destination: ./_site
exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "sass", "haml"]
port: 9001
defaults:
-
scope:
path: "_posts"
type: "posts"
values:
layout: "default"