-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
48 lines (39 loc) · 1.34 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
name: Stephan Ango
title: Slash Packaging
twitter: slashpackaging
domain: slashpackaging.org
url: https://slashpackaging.org
include: ['_pages','_redirects']
metadescription: "Slash Packaging is a directory of businesses that offer packaging sustainability information on their website at the URL /packaging"
# You may need to change the base URL depending on your deploy configuration.
# Specifically, when using GitHub Pages, the baseurl should point to where GitHub
# Pages deploys your repository (which is usually the repository name).
baseurl: ''
# If you are using a host that cannot resolve URLs that do
# not end with .html (such as Neocities), set this to 'true'.
use_html_extension: false
# Set to `true` to open non-internal links in new tabs, or
# set to `false` to open non-internal links in current tab.
open_external_links_in_new_tab: true
permalink: pretty
relative_permalinks: false
plugins:
- jekyll-redirect-from
sass:
sass_dir: _sass
style: :compressed
collections:
directory:
output: true
permalink: /:slug
defaults:
- scope:
path: "**/*"
values:
layout: "default"
- scope:
path: "_directory/**/*.md"
values:
layout: "page"
tag_page_layout: tag
tag_page_dir: tag