forked from llnl/llnl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (34 loc) · 828 Bytes
/
_config.yml
File metadata and controls
42 lines (34 loc) · 828 Bytes
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
name: "LLNL Software Portal"
author: "Ian Lee <lee1001@llnl.gov>"
title: LLNL Software Portal
description: "Lawrence Livermore National Laboratory Software Portal"
url: "http://software.llnl.gov"
# LLNL Piwik Analytics https://analytics.llnl.gov
piwik_id: 250
# Google Analytics ID
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
gems:
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-feed
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: "/news/:year/:month/:day/:title/"
permalink: pretty
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- Makefile