-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
51 lines (44 loc) · 973 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: ale, today
email: hello@ale.today
description: "a small life log"
url: "https://ale.today"
permalink: /:title
# Build settings
markdown: kramdown
# Defaults
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
show_excerpts: false
author:
name: Ale Muñoz
email: hello@ale.today
copyright: "Made with 🍊 by Ale Muñoz"
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-paginate
- jekyll-seo-tag
header_pages:
- about.md
- now.md
- orange.md
paginate: 10
paginate_path: "/page/:num/"
include:
- ".well-known"
- "_redirects"
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/