generated from piratax007/jekyll-site-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (47 loc) · 1.05 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
title: Some beautiful little title
title_split: Some|beautiful|little|title
logo: logo.svg
encoding: utf-8
future: true
dev_host: http://localhost:4000
# Licence
license:
name: Creative Commons Attribution 4.0 International (CC BY 4.0)
url: https://creativecommons.org/licenses/by/4.0/
# Location
languages: ["en", "es"]
default_language: "en"
exclude_from_localizations: ["javascript", "images", "css"]
plugins:
- jekyll-feed
- jekyll-multiple-languages-plugin
- jekyll-paginate-v2
- jekyll-inline-svg
- jekyll-postcss
autopages:
enabled: true
tags:
layouts:
- autopage_tags.html
tag: ':tag'
enabled: true
collections:
enabled: false
# Exclude from processing.
# The following items will not be processed
exclude:
- .sass-cache/
- .jekyll-cache/4res
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- assets/css/tailwind.scss
keep_files:
- assets/css/tailwind.css
- assets/css/tailwind.css.map
pagination:
enabled: false