diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d1296a5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.DS_Store
+/public
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index ae35e79..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "themes/academic-paper"]
- path = themes/academic-paper
- url = https://github.com/aterenin/academic-paper.git
diff --git a/config.toml b/config.toml
index c081a6a..2675107 100644
--- a/config.toml
+++ b/config.toml
@@ -1,8 +1,8 @@
-base_url = "https://um-arm-lab.github.io/lucca"
+base_url = "https://um-arm-lab.github.io"
compile_sass = true
build_search_index = false
generate_feeds = false
-minify_html = true
+minify_html = false
[markdown]
highlight_code = true
@@ -10,7 +10,5 @@ highlight_theme = "css"
smart_punctuation = true
[extra]
-favicon = false
-large_card = true
footer_text = "This website is built using [Zola](https://www.getzola.org) and the [Academic Paper](http://github.com/aterenin/academic-paper/) theme, which is [designed to last](https://jeffhuang.com/designed_to_last/)."
server_side_katex = true
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
index cb98f0d..fae9589 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -39,7 +39,7 @@ $$
*Dynamics, (2)*: The real system evolves following the unknown stochastic dynamics `$f$`. We only have access to an approximation `$\tilde f$` and the inference transitions in `$D_{cal}$`.
*Safety, (3)*: Our trajectory should remain probabilistically safe, which we define as requiring it to lie within a safe set `$\mathscr C$` with at least a user-specified probability. This is difficult to guarantee in general for any `$f$` and `$\tilde f$`, since our approximation can be arbitrarily wrong in deployment conditions.
*State and Control Admissibility, (4)*: Both the control inputs and the states must belong to pre-defined sets.
- *Objective Function, (1)*: Additionally, we aim to achieve optimality relative to an objective that incorporates `$\mathcal G$` along with the state and control sequences, `$s := (s_{t+1},\ldots, s_{t+H})$` and `$u := (u_{t},\ldots,u_{t+H-1})$`. For example, $J$ might minimize the expectation of a distance metric to `$\mathcal G$`, control effort, or epistemic-uncertainty along the state-control sequences.
+ *Objective Function, (1)*: Additionally, we aim to achieve optimality relative to an objective that incorporates `$\mathcal G$` along with the state and control sequences, `$s := (s_{t+1},\ldots, s_{t+H})$` and `$u := (u_{t},\ldots,u_{t+H-1})$`. For example, `$J$` might minimize the expectation of a distance metric to `$\mathcal G$`, control effort, or epistemic-uncertainty along the state-control sequences.
# LUCCA
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..91ff0a3
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,3 @@
+# LUCCa
+
+Visit the website for more information about this project published in WAFR 2024: [https://um-arm-lab.github.io/lucca](https://um-arm-lab.github.io/lucca).
\ No newline at end of file
diff --git a/themes/academic-paper b/themes/academic-paper
deleted file mode 160000
index d46d5d9..0000000
--- a/themes/academic-paper
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit d46d5d9bbc24c75a3babb605ce6cf686341993b6