forked from vincentchan/mickey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (52 loc) · 1.74 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
# Syntax highlighting
markdown: kramdown
highlighter: rouge
# Permalinks
# permalink: /:title
permalink: pretty
#relative_permalinks: true
# Setup
timezone: Asia/Seoul # eg. Asia/Kathmandu
locale: kr # eg. en_us
name: devwon's blog
title: Devwon's blog
tagline: 'Connecting the dots'
description: 'description'
url: https://blog.devwon.site
rss: https://blog.devwon.site
baseurl: '' #'https://devwon.github.io/'
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: devwon # get it on https://disqus.com/admin/
author:
name: devwon
url: https://blog.devwon.site
facebook: username
twitter: username
google_plus: username
linkedin: hyerin-won-a2360a154
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"
# Tipue search settings
tipue_search:
include:
pages: false
exclude:
files: [search.html, index.html]