diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4fe1163..56d2d6a 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 \ No newline at end of file + uses: actions/deploy-pages@v4 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d1296a5..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.DS_Store -/public \ No newline at end of file diff --git a/config.toml b/config.toml index 7633dcc..c081a6a 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,8 @@ -base_url = "https://um-arm-lab.github.io" +base_url = "https://um-arm-lab.github.io/lucca" 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 new file mode 100644 index 0000000..b1d42e0 --- /dev/null +++ b/theme.toml @@ -0,0 +1,13 @@ +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