-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·83 lines (72 loc) · 1.58 KB
/
_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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
url: "https://a-trick-a-day.github.io"
baseurl: "/"
permalink: pretty
title: "A Trick A Day"
collections_dir: collections
markdown: kramdown
highlighter: rouge
sass:
indentWidth: 4
style: compact
precision: 10
google_analytics_id: false # replace with "UA-XXXX"
algolia:
application_id: 8DJJ22AAKU
index_name: posts
search_only_api_key: 5cd6440f030be29cec8c1d622bcca722
logo:
logo_desktop_image: assets/images/logo/logo.svg
logo_desktop_text: "A Trick <strong>A Day</strong>"
logo_mobile_image: assets/images/logo/logo.svg
logo_mobile_text: ""
logo_desktop_height: "36px"
logo_desktop_width: "36px"
logo_mobile_height: "36px"
logo_mobile_width: "36px"
seo:
# meta_twitter_site: "@"
# meta_twitter_creator: "@"
# meta_og_image: "https://www.zerostatic.io/theme/jekyll-atlantic/jekyll-atlantic-screenshot.png"
plugins:
- jekyll-environment-variables
- jekyll-postcss
- jekyll-paginate
paginate: 5
paginate_path: /blog/page:num/
contribution_page: /blog/2022-08-09-blog-how-to-contibute/
collections:
posts:
output: true
permalink: /blog/:path/
defaults:
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: "images"
values:
image: true
- scope:
path: "categories"
values:
layout: category
permalink: /category/:basename/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- yarn.lock
- package.json
- package-lock.json
- vendor
- LICENSE.md
- LICENSE
- README.md
- .vscode
- .gitignore
- .liquidrc
- postcss.config.js
- tailwind.config.js
- netlify.toml