generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (39 loc) · 1022 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
# site-wide variables
title: Cybersecurity Innovation for Cyberinfrastructure (CICI) Project Website
email: [email protected]
google: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1839746
github: https://github.com/iupui-soic/dynaswap
# base directory where site is hosted
baseurl: /CICI
# default front matter parameters for markdown files
defaults:
# all markdown files
- scope:
path: ""
values:
description: An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.
background: images/background.jpg
layout: default
# markdown files in /_members
- scope:
type: "members"
values:
layout: member
# markdown files in /_posts
- scope:
type: "posts"
values:
layout: post
# collections
collections:
members:
output: true
# sass settings
sass:
sass_dir: css
# syntax highlighting
highlighter: rouge
# build settings
plugins:
- jekyll-feed
- jekyll-redirect-from