-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy path_config.yml
executable file
·51 lines (41 loc) · 1.1 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
name: "Ink"
description: "A minimalistic jekyll theme for humans"
url: ""
author: "thinker3197"
email: "[email protected]"
gravatar_hash: "205e460b479e2e5b48aec07710c08d50"
twitter: "jhondoe"
email: "[email protected]"
github: "jhondoe"
pinterest: "jhondoe"
linkedin: "jhondoe"
facebook: "jhondoe"
disqus_shortname: "thinker3197"
background: "http://apple.wallpapersfine.com/wallpapers/original/1242x2208/w-5273.jpg"
paginate: 5
paginate_path: "/page:num/"
baseurl: ""
permalink: /:year/:month/:day/:title/
markdown: kramdown
nav:
- name: "About"
href: "/about"
- name: "Download"
href: "/releases"
sass:
style: :compressed
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
gems:
- jekyll-paginate