-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
65 lines (53 loc) · 861 Bytes
/
_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
# Site Settings
lang: en
title: Spack Cache
url: ""
baseurl: ""
permalink: /:year-:month-:day-:title/
# social media
twitter: spackpm
github_org: spack
github_repo: cache.spack.io
plugins:
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- vendor
- node_modules
- tailwind.css
- generate_cache.py
- tailwind.config.js
- postcss.config.js
- package.json
- package-lock.json
- spack-db
- venv
livereload: true
defaults:
-
scope:
path: ""
type: "pages"
values:
show_sidebar: true
-
scope:
path: ""
type: "posts"
values:
layout: post
show_sidebar: true
-
scope:
path: "_cache"
type: "cache"
values:
layout: cache
markdown: kramdown
highlighter: rouge
# Collections
collections:
cache:
output: true
permalink: /package/:path/