-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·51 lines (42 loc) · 908 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
42
43
44
45
46
47
48
49
50
51
title: "Alex Limi"
description: "Alex Limi on Product & Design"
url: http://limi.net
source: .
destination: ./_site
plugins_dir: ./_plugins
layouts_dir: ./_layouts
include: ['.htaccess']
exclude: []
timezone: nil
# Show future posts
future: false
show_drafts: nil
limit_posts: 0
highlighter: rouge
permalink: /:title
paginate_path: 'page:num'
paginate: 20
markdown: kramdown
markdown_ext: md
excerpt_separator: "<!-- more -->"
safe: false
host: 0.0.0.0
port: 4000
baseurl: /
lsi: false
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-feed
- jekyll-sitemap
inc:
title: "Alex Limi"
cover_image: mountains.jpg
logo: logo.png
include: [".well-known"]