From cabc924822e48d38967082e51ed028c47dc57b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Sat, 7 Sep 2024 14:56:27 -0400 Subject: [PATCH] test --- .github/workflows/deploy.yml | 2 +- .gitignore | 2 ++ config.toml | 3 ++- theme.toml | 13 ------------- 4 files changed, 5 insertions(+), 15 deletions(-) create mode 100644 .gitignore delete mode 100644 theme.toml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 56d2d6a..4fe1163 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,4 +61,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 \ No newline at end of file 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/config.toml b/config.toml index c081a6a..7633dcc 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,9 @@ -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 +theme = "academic-paper" [markdown] highlight_code = true diff --git a/theme.toml b/theme.toml deleted file mode 100644 index b1d42e0..0000000 --- a/theme.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Academic Paper" -description = "A Zola theme for a blog-post-style website to facilitate scientific communication of your academic paper" -license = "MIT" -homepage = "https://github.com/aterenin/academic-paper" -min_version = "0.18.0" -demo = "https://aterenin.github.io/academic-paper" - -[extra] -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/)." - -[author] -name = "Alexander Terenin" -homepage = "https://avt.im" \ No newline at end of file