-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (48 loc) · 1.28 KB
/
Copy path_config.yml
File metadata and controls
54 lines (48 loc) · 1.28 KB
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 Build Settings
# Jekyll-paginate-v2 configuration
# pagination:
# enabled: true
# per_page: 5
# permalink: '/page/:num/'
# title: ':title - page :num of :max'
# limit: 0
# sort_field: 'date'
# sort_reverse: true
# jekyll-paginate configuration
paginate: 5
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:slug
plugins: [jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-seo-tag, jekyll-redirect-from]
# Customise atom feed settings (this is where Jekyll-Feed gets configuration information)
title: 'Dimitar Mišev'
description: 'Personal homepage'
author: 'Dimitar Mišev'
# RSS 2.0 can be used instead of Atom by uncommenting following two lines
#feed:
# path: rss-feed.xml
# frontmatter defaults:
# https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
permalink: "/blog/:slug"
toc: false
image: ""
-
scope:
path: "photography"
type: "pages"
values:
layout: "gallery"
-
scope:
path: ""
type: "pages"
values:
layout: "default"