-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (28 loc) · 786 Bytes
/
_config.yml
File metadata and controls
37 lines (28 loc) · 786 Bytes
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
# Site title
title: Inspiring Life Design
# Site description
description: Dream Big. Live joyfully. Design a life you love.
# Social Media accounts
social-media:
youtube: https://www.youtube.com/c/inspiringlifedesign
instagram: https://www.instagram.com/inspiringlifedesign/
facebook: https://facebook.com/inspiringlifedesign/
# Contact email address
email: hello@inspiringlifedesign.com
# Google analytics 4 measurement ID
ga4-measurement-id: G-9ZQGS6X9B7
# Default post URLs
permalink: /posts/:title.html
# Collections
collections:
tag_pages:
output: true
permalink: /tag/:title.html
# Home page pagination settings
paginate: 5
paginate_path: "/page/:num/"
# Files to exclude from build
exclude:
- CNAME
- docker-compose.yml
plugins: [jekyll-paginate]