-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
49 lines (43 loc) · 1021 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
title: RADIUSS
email: radiuss@llnl.gov
description: >- # this means to ignore newlines until "baseurl:"
The RADIUSS project aims to develop and deploy a common base of
foundational scientific software with opt-in adoption from laboratory
applications in order to reduce long-term software costs and increase
agility.
baseurl: "/radiuss"
url: ""
domain: https://software.llnl.gov
twitter-img: /assets/img/rse-ops-circle.png
twitter: rseops
twitter_card: summary
# Collections
collections:
events:
output: false
permalink: /:collection/:title/
# Defaults
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: post
is_post: true
# Post pagination
paginate: 5
paginate_path: "/news/page:num/"
permalink: /:categories/:year/:month/:day/:title/
exclude:
- .jekyll-cache
- env
theme: minima
plugins:
- jekyll-feed