Skip to content

Commit 2f6ab39

Browse files
committed
Update: prepare for GitHub Pages
1 parent 1e3dcac commit 2f6ab39

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
theme: jekyll-theme-cayman
2+
title: "Uncertaintyx"
3+
description: "Tensor-level uncertainty propagation with JAX"
4+
show_downloads: true

assets/css/style.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
body {
7+
// add custom styles here, e.g,
8+
// background-color: #cdcdcd;
9+
}
10+
11+
video {
12+
display: block;
13+
margin-left: auto;
14+
margin-right: auto;
15+
min-height: 135px;
16+
max-height: 450px;
17+
object-fit: scale-down;
18+
}

0 commit comments

Comments
 (0)