forked from LLNL/llnl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
52 lines (42 loc) · 1012 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
name: "Opensource Portal"
author: "Open Source <opensource@nist.gov>"
title: Opensource Portal
description: "National Institute of Standards Opensource Portal"
remote_theme: opensource-theme
url: "https://code.nist.gov"
repo_url: "https://github.com/usnistgov/opensource"
# NIST Piwik Analytics https://analytics.nist.gov
# piwik_id: xxx
# Google Analytics ID
# google_analytics:
# tracking_id: XXXXXXXX
# Twitter username (used by jekyll-seo-tag)
# twitter:
# username: xxxxx
# GitHub Metadata -- https://github.com/jekyll/github-metadata
repository: usnistgov/opensource
plugins:
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-remote-theme
kramdown:
auto_ids: true
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: "/news/:year/:month/:day/:title/"
permalink: pretty
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- Makefile
- build
theme: jekyll-theme-cayman