forked from zerostaticthemes/jekyll-atlantic-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·70 lines (60 loc) · 1.22 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
baseurl: "/leme"
permalink: pretty
title: "leme"
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/leme-logo-mono.svg
logo_mobile_image: assets/images/logo/leme-logo-free.svg
logo_desktop_text: "Leme by Leander Jansen"
logo_mobile_text: ""
logo_desktop_height: "30px"
logo_desktop_width: "200px"
logo_mobile_height: "20px"
logo_mobile_width: "150px"
seo:
meta_twitter_site: "@leanderrj"
meta_og_image: "assets/images/leme-background.jpg"
plugins:
- jekyll-environment-variables
- jekyll-postcss
- jekyll-paginate
paginate: 3
paginate_path: /projects/page:num/
collections:
posts:
output: true
permalink: /projects/:path/
defaults:
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: "images"
values:
image: true
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