-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
47 lines (39 loc) · 1013 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
name: "Sandia Software Portal"
author: "Sandia SEMS O&M <[email protected]>"
title: Sandia Software Portal
description: "Sandia National Laboratory Software Portal"
remote_theme: LLNL/Jekyll-LLNL-Theme@main # You might change this later.
#url: "https://software-test.sandia.gov"
#repo_url: "https://github.com/sandialabs/sandialabs.github.io"
# Google Analytics ID
# google_analytics:
# tracking_id: UA-75179431-1
# Twitter username (used by jekyll-seo-tag)
twitter:
username: sandialabs
# GitHub Metadata -- https://github.com/jekyll/github-metadata
repository: sandialabs/sandialabs.github.io
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