Skip to content

Commit 110d9a0

Browse files
committed
forgot to zola build?
1 parent 634a845 commit 110d9a0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
base_url = "https://um-arm-lab.github.io/lucca"
1+
base_url = "https://um-arm-lab.github.io/claps"
22
compile_sass = true
33
build_search_index = false
44
generate_feeds = false
@@ -13,4 +13,4 @@ smart_punctuation = true
1313
favicon = false
1414
large_card = true
1515
footer_text = "This website is built using <a href='https://www.getzola.org' target='_blank'>Zola</a> and the <a href='http://github.com/aterenin/academic-paper/' target='_blank'>Academic Paper</a> theme, which is <a href='https://jeffhuang.com/designed_to_last/' target='_blank'>designed to last</a>."
16-
server_side_katex = true
16+
server_side_katex = true

sass/_figures.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ figure {
1212
img,
1313
video {
1414
margin-bottom: 0.5rem;
15+
margin-left: auto;
16+
margin-right: auto;
17+
display: block;
1518
}
1619

1720
>div {

0 commit comments

Comments
 (0)