-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (48 loc) · 982 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
57
58
baseurl: ""
url: "https://blog.budgetingkid.com/"
title: BudgetingKid Blog
description: 'Explore our blog for insightful articles on personal finance, budgeting tips, and financial education.'
disqus_shortname: ""
# Scss Directory
sass:
sass_dir: assets/scss
style: compressed
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
paginate: 6
paginate_path: "/page/:num"
# include
include:
- _pages
- _authors
# Pages Path
defaults:
- scope:
path: "_pages"
values:
permalink: /:basename:output_ext
- scope:
path: "_authors"
values:
permalink: /author/:basename:output_ext
layout: author
- scope:
path: ""
type: "posts"
values:
permalink: post/:title:output_ext
layout: post
# Tags
tag_page_dir: tag
tag_page_layout: tags
tag_permalink_style: pretty
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor