-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (46 loc) · 975 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
52
53
54
55
56
# Site settings
site_name: "DZ Playground"
title: DZ Playground | Experimenting with technology.
slogan: "Experimenting with technology"
description: "DZ community of makers"
url: ""
author:
name: "Yacine OUNNOUGHI "
email: "ounnoughiyacine@gmail.com.com"
url: ""
# Build settings
baseurl: /
markdown: kramdown
source: .
destination: ./_site/
permalink: /:title
paginate: 8
paginate_path: /page:num/
theme_config:
appearance: "dark" # can be "light", "dark" or "auto"
appearance_toggle: true # if appearance can be switched by user
# Default values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
plugins:
- jekyll-paginate
- jekyll-target-blank
- jekyll-seo-tag
target-blank:
noopener: false
noreferrer: false
sass:
style: compressed
excerpt_separator: "<!-- excerpt end -->"
# Custom variables
version: "0.0.1"
# Options
custom_header: false
custom_nav_footer: false
reverse: false