-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (44 loc) · 867 Bytes
/
Copy path_config.yml
File metadata and controls
52 lines (44 loc) · 867 Bytes
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
# Site settings
title: "Forgather ML Framework"
description: "Configuration-driven ML framework with template inheritance and distributed pipeline parallelism for consumer GPUs"
url: "https://jdinalt.github.io"
baseurl: ""
# Author
author:
name: "Jason dinAlt"
email: "joedkloss@gmail.com"
# Jekyll settings
markdown: kramdown
highlighter: rouge
permalink: pretty
timezone: UTC
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# SEO
lang: en-US
# Social
github_username: jdinalt
repository: jdinalt/forgather
# Theme
theme: minima
# Collections
collections:
examples:
output: true
permalink: /:collection/:name/
# Defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Forgather Team"
- scope:
path: ""
type: "pages"
values:
layout: "page"