-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
96 lines (79 loc) · 2.09 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# To automatically enable dependencies for Github Pages deployments:
# 1. Make sure every PRIOR line consists of '#[github-pages]'
# 2. Then run `convert-to-gh-pages.sh`
### WEBSITE VARIABLES ###
name: "ORNL Software Catalog"
repo_url: "https://github.com/ORNL/software-catalog"
repo_branch: "dev"
# tree path varies based on github/gitlab repo, gitlab should be "-/tree"
repo_tree_path: "tree"
repo_blob_path: "blob"
lab_name: "ORNL"
### SEO ###
title: ORNL Software Catalog
tagline: The hub for open-source software produced at ORNL
description: "Get the latest news and metadata about ORNL's software"
url: "https://ornl.github.io/software-catalog/"
author: "ORNL Open Source Software <[email protected]>"
twitter:
username: ornl
#username: ornl_opensource
# google_site_verification: 477TVoInt3HiUgSl_hU4rb5_JrgNMKK5Rl-KPMUClpQ
# ORNL Piwik Analytics https://analytics.ornl.gov
#piwik_id: 250
# Google Analytics ID
#google_analytics:
# tracking_id: UA-75179431-1
### GitHub Metadata -- https://github.com/jekyll/github-metadata ###
#[github-pages]
repository: ORNL/software-catalog
#[github-pages]
remote_theme: ORNL/Jekyll-ORNL-Theme@main
### JEKYLL DEFAULTS ###
# NOTE: the website needs to be able to work with the next line both commented AND uncommented
#baseurl: "/software-catalog"
# supported Github plugins are available at https://pages.github.com/versions/
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
#[github-pages]
- jekyll-remote-theme
kramdown:
auto_ids: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: "/news/:year/:month/:day/:title/"
- scope:
path: ""
values:
image:
path: /assets/images/ornl-logo.png
permalink: pretty
exclude:
- build
- public
- CNAME
- CONTRIBUTING.md
- convert-to-gh-pages.sh
- Gemfile
- Gemfile.lock
- Makefile
- README.md
- setup.cfg
- worker.Dockerfile
sass:
style: compressed
compress_html:
clippings: all
comments: all
endings: all
ignore:
envs: []
blanklines: false
profile: false
startings: [html, head, body]