-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
64 lines (53 loc) · 1020 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
53
54
55
56
57
58
59
60
61
62
63
64
title: Flux Cheat Sheet
description: Cheat sheet of commands for using Flux
author: vsoch
baseurl: "/cheat-sheet"
url: ""
keywords: hpc, flux, flux-framework
lang: en-US
timezone: America/Denver
repo: https://github.com/flux-framework/cheat-sheet
# Social Profiles
twitter_username: FluxFramework
github_username: flux-framework
logo: assets/images/logo.png
collections:
pages:
output: true
permalink: /:name
posts:
output: true
permalink: /:year/:title/
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
# Build settings
exclude: ["_site", "vendor", ".github"]
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-relative-links
exclude:
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor
relative_links:
enabled: true
collections: false