-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
46 lines (45 loc) · 920 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
---
title: BOUT++ Project
short_title: BOUT++
author: BOUT++ Project
author_github: boutproject
locale: en
description: |
Plasma simulation in curvilinear coordinate systems
baseurl: "/"
url: https://boutproject.github.io
paginate: 12
github:
user: boutproject
repository: boutproject.github.io
url: https://boutproject.github.io/
status: false
home_bgfile: bout_banner.png
sass:
sass_dir: assets/css
style: compressed
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
plugins:
- jekyll-paginate
- jekyll-seo-tag
exclude:
- vendor
collections:
applications:
output: true
permalink: /applications/:title
defaults:
# Defaults for applications collection
- scope:
path: ""
type: applications
values:
layout: applications
excerpt_separator: <!--more-->
# Config for running site locally
localtest: false
localurl: http://localhost:4000/