-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
52 lines (42 loc) · 1007 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
title: FROSTT
description: The Formidable Repository of Open Sparse Tensors and Tools
baseurl: "" # the subpath of your site, e.g. /blog
url: "/" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
theme: jekyll-theme-slate
exclude:
- Gemfile
- Gemfile.lock
collections:
tensors:
output: true
permalink: /tensors/:path/
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "tensors"
values:
layout: "tensor_layout"
- scope:
path: ""
type: "posts"
values:
permalink: /news/:title.html
layout: "posts"
comments: false
social-share: false
include: ["_pages"]
navbar_pages:
Main: "/"
News: "/news/"
Tensors: "/tensors/"
Tools: "https://github.com/frostt-tensor"
Contribute: "/contribute/"
show_downloads: false
google_analytics: UA-90336800-1
datahost_base: 'https://s3.us-east-2.amazonaws.com/frostt/frostt_data'