-
Notifications
You must be signed in to change notification settings - Fork 51
/
_config.yml
61 lines (52 loc) · 1.29 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
name: "LLNL Software Portal"
author: "LLNL Open Source <open-source@llnl.gov>"
title: LLNL Software Portal
description: "Lawrence Livermore National Laboratory Software Portal"
remote_theme: LLNL/Jekyll-LLNL-Theme@main
release_number: LLNL-WEB-680594
url: "https://software.llnl.gov"
repo_url: "https://github.com/LLNL/llnl.github.io"
baseurl: ""
environment: production
IM_NUMBER: LLNL-WEB-458451
CONTACT: mailto:open-source-core@llnl.gov
# LLNL Piwik Analytics https://analytics.llnl.gov
piwik_id: 250
# Google Analytics ID -- Commented out in favor of new tag instructions
# google_analytics:
# tracking_id: UA-75179431-1
# Twitter username (used by jekyll-seo-tag)
twitter:
username: llnl_opensource
# GitHub Metadata -- https://github.com/jekyll/github-metadata
repository: llnl/llnl.github.io
plugins:
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
markdown: kramdown
kramdown:
auto_ids: true
defaults:
- scope:
path: ""
values:
layout: default
-
scope:
path: ""
type: "posts"
values:
layout: "container-default"
permalink: "/news/:year/:month/:day/:title/"
permalink: pretty
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- Makefile
- notes.md
- build
- visualize/README.md