-
Notifications
You must be signed in to change notification settings - Fork 65
/
_config.yml
executable file
·75 lines (66 loc) · 1.4 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
baseurl: "/"
permalink: pretty
title: "Jekyll Atlantic"
collections_dir: collections
markdown: kramdown
highlighter: rouge
sass:
indentWidth: 4
style: compact
precision: 10
google_analytics_id: false # replace with "UA-XXXX"
logo:
logo_desktop_image: assets/images/logo/logo.svg
logo_desktop_text: "Jekyll <strong>Atlantic</strong>"
logo_mobile_image: assets/images/logo/logo-mobile.svg
logo_mobile_text: ""
logo_desktop_height: "36px"
logo_desktop_width: "36px"
logo_mobile_height: "36px"
logo_mobile_width: "36px"
seo:
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
meta_og_image: "https://www.zerostatic.io/theme/jekyll-atlantic/jekyll-atlantic-screenshot.png"
plugins:
- jekyll-environment-variables
- jekyll-postcss
- jekyll-paginate
paginate: 3
paginate_path: /blog/page:num/
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