-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·54 lines (45 loc) · 1.14 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
# Site settings
title: Alex Kadis
# email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
I’m a software developer, project manager, Jew, geek, and advocate.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://alexkadis.com" # the base hostname & protocol for your site
destination: "../alexkadis-com"
keep_files:
- "_misc"
- ".well-known"
- "maze"
sass:
sass_dir: ./_sass
plugins:
- jekyll-paginate
paginate: 5
paginate_path: "/blog/page-:num/"
# baseurl: "/ak2015/_site/" # the subpath of your site, e.g. /blog/
# url: "http://localhost:8888/ak2015/_site/"
twitter_username: alexkadis
github_username: alexkadis
linkedin_username: akadis
# Build settings
markdown: kramdown
krandown:
parse_block_html: true
# markdown: redcarpet
# redcarpet:
# extensions: ["strikethrough"]
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: "portfolio"
type: "pages" # previously `page` in Jekyll 2.2.
values:
layout: "portfolio" # overrides previous default layout
author: "Alex Kadis"
category: "portfolio"